summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-16convert control font dialog to .uiCaolán McNamara8-65/+143
2013-12-13cppcheck: Possible inefficient checkingJulien Nabet1-1/+1
2013-12-13Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks1-1/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2-2/+2
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-2/+2
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-2/+2
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-2/+2
2013-12-10Drop duplicate #includeTakeshi Abe1-1/+0
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-1/+1
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann2-1/+4
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann1-3/+2
2013-12-06typo: onle -> onlyAndras Timar1-1/+1
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann2-3/+4
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann3-6/+9