summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann2014-01-161-19/+2
* Fix indentationTor Lillqvist2014-01-141-4/+4
* Avoid use of nonexistent variable evem in commented-out codeTor Lillqvist2014-01-142-2/+0
* fdo#47689: Avoid crashing mdworker: Don't use uninitialized variableTor Lillqvist2014-01-141-1/+1
* GetCharPos returns EDIT_NOLIMIT on failureCaolán McNamara2014-01-131-1/+1
* Remove odd code that does not make any senseStephan Bergmann2014-01-101-1/+0
* Be explicit when using bool as integral valueStephan Bergmann2014-01-101-1/+1
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-101-39/+39
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-072-5/+5
* Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr2014-01-067-7/+7
* cppcheck: reduce scopeJulien Nabet2013-12-271-2/+1
* Transex3: NO_LOCALIZE_EXPORTZolnai Tamás2013-12-273-2/+5
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-201-1/+1
* typo fixesAndras Timar2013-12-202-2/+2
* A singleton is not a serviceStephan Bergmann2013-12-193-2/+1
* No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann2013-12-171-0/+3
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-1713-26/+26
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-1/+1
* uiconfig is a l10n-relevant targetBjoern Michaelsen2013-12-161-2/+2
* convert control font dialog to .uiCaolán McNamara2013-12-168-65/+143
* cppcheck: Possible inefficient checkingJulien Nabet2013-12-131-1/+1
* Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks2013-12-131-1/+1
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-122-2/+2
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-121-2/+2
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-111-2/+2
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-111-2/+2
* Drop duplicate #includeTakeshi Abe2013-12-101-1/+0
* fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2013-12-091-1/+1
* Clean up includes of comphelper/stl_types.hxxStephan Bergmann2013-12-062-1/+4
* Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann2013-12-061-3/+2
* typo: onle -> onlyAndras Timar2013-12-061-1/+1
* Get rid of DECLARE_STL_VECTORStephan Bergmann2013-12-062-3/+4
* Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann2013-12-063-6/+9
* Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann2013-12-054-4/+12
* Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5Tor Lillqvist2013-12-052-2/+2
* Fix one more use of wsprintfStephan Bergmann2013-12-041-8/+7
* convert Edit::GetCharPos from xub_StrLen to sal_Int32Noel Grandin2013-12-031-1/+1
* clean up some COM initializationMichael Stahl2013-11-281-19/+6
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin2013-11-211-1/+1
* Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin2013-11-201-1/+1
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-2012-23/+8
* remove RTL_CONSTASCII_STRINGPARAM in OString::matchL callsNoel Grandin2013-11-201-3/+3
* remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin2013-11-201-1/+1
* remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2013-11-202-5/+4
* remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin2013-11-201-5/+5
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-202-6/+5
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-1/+1
* convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2013-11-191-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-1918-38/+38
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-8/+4