summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann4-4/+12
2013-12-05Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5Tor Lillqvist2-2/+2
2013-12-04Fix one more use of wsprintfStephan Bergmann1-8/+7
2013-12-03convert Edit::GetCharPos from xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-28clean up some COM initializationMichael Stahl1-19/+6
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-1/+1
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-1/+1
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold12-23/+8
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::matchL callsNoel Grandin1-3/+3
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-1/+1
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2-5/+4
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-5/+5
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2-6/+5
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin18-38/+38
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-8/+4