summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2014-02-13coverity#737107 Uncaught exceptionCaolán McNamara2-2/+6
2014-02-13coverity#737105 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-02-12normalize values of SYSTEM_CAIROMichael Stahl1-1/+1
2014-02-11coverity#735424 Logically dead codeCaolán McNamara1-22/+3
2014-02-10Do not use this in ctorStephan Bergmann1-15/+10
2014-02-10auto_ptr -> scoped_ptrStephan Bergmann1-3/+3
2014-02-10Remove unnecessary abstract base class IByNameAccessStephan Bergmann1-14/+5
2014-02-06Typo: pasword -> passwordJulien Nabet1-1/+1
2014-02-06coverity#707771 coverity gold, Uninitialized m_refCountCaolán McNamara1-1/+2
2014-02-06coverity#707770 Uninitialized scalar fieldCaolán McNamara1-6/+7
2014-02-02drop unused aURLSTCaolán McNamara1-2/+0
2014-02-01cppcheck: redundant assignmentJulien Nabet1-2/+1
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2-7/+1
2014-01-30reset Stati is presumably to reset stateCaolán McNamara1-1/+1
2014-01-30fdo#39468 Translate German commentsSven Wehner3-44/+22
2014-01-29Remove some redundant castsStephan Bergmann1-1/+1
2014-01-29bool improvementsStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann12-43/+43
2014-01-28coverity#705810 Dereference before null checkCaolán McNamara1-7/+3
2014-01-28coverity#705811 Dereference before null checkCaolán McNamara1-7/+4
2014-01-27bool improvementsStephan Bergmann2-3/+3
2014-01-26fdo#54938 Convert extensions to cppu::supportsServiceAlexandre Vicenzi4-245/+21
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+2
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara1-1/+1
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-2/+2
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-20misuse of OUString::boolean on sal_uInt8 valuesCaolán McNamara1-2/+2
2014-01-18Window::PreNotify should return boolStephan Bergmann11-25/+25
2014-01-17Window::Notify should return boolStephan Bergmann4-5/+5
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-19/+2
2014-01-14Fix indentationTor Lillqvist1-4/+4
2014-01-14Avoid use of nonexistent variable evem in commented-out codeTor Lillqvist2-2/+0
2014-01-14fdo#47689: Avoid crashing mdworker: Don't use uninitialized variableTor Lillqvist1-1/+1
2014-01-13GetCharPos returns EDIT_NOLIMIT on failureCaolán McNamara1-1/+1
2014-01-10Remove odd code that does not make any senseStephan Bergmann1-1/+0
2014-01-10Be explicit when using bool as integral valueStephan Bergmann1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-39/+39
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2-5/+5
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr7-7/+7
2013-12-27cppcheck: reduce scopeJulien Nabet1-2/+1
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás3-2/+5
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist1-1/+1
2013-12-20typo fixesAndras Timar2-2/+2
2013-12-19A singleton is not a serviceStephan Bergmann3-2/+1
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann1-0/+3
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann13-26/+26
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-1/+1
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-2/+2