summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás1-1/+1
2013-12-26The #ifndef MACOSX can surround even more codeTor Lillqvist1-2/+3
2013-12-26WaE: unused variablesTor Lillqvist1-2/+2
2013-12-20typo fixesAndras Timar64-159/+159
2013-12-19A singleton is not a serviceStephan Bergmann2-11/+1
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann2-0/+8
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann3-6/+6
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-2/+2
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-1/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-12-10Some clean-upStephan Bergmann2-150/+71
2013-12-10Get rid of $(share_subdir_name) againStephan Bergmann2-8/+2
2013-12-10Drop duplicate #includeTakeshi Abe4-4/+0
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin7-68/+68
2013-12-09Bin pointless micro-optimisationTor Lillqvist2-14/+5
2013-12-09fdo#72394 Don't endlessly expand $(share_subdir_name) into itselfStephan Bergmann1-1/+2
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann3-6/+3
2013-12-03Start center: Re-introduce the Macros menu, people use it.Jan Holesovsky1-0/+9
2013-11-25Fix some typos for "height"Julien Nabet1-2/+2
2013-11-23rigth -> right (other occurences)Julien Nabet1-1/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2-4/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-4/+4
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin5-25/+25
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin6-48/+48
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin8-70/+70
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin35-160/+148
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin9-20/+20
2013-11-18fdo#69500: Revert "fix bug #60700 - de-crutify ODF files"Andras Timar1-1/+3
2013-11-15fdo#66864: Return from full-screen should restore toolbars.Jan Holesovsky1-15/+11
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2-3/+0
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
2013-11-14startcenter: Remove useless menu entries.Jan Holesovsky1-45/+0
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann10-114/+113
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-6/+6
2013-11-13expand out the A2S macroNoel Grandin1-9/+7
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2-8/+8
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in FRAMEWORK moduleNoel Grandin13-46/+43
2013-11-10cppcheck: reduce scopeJulien Nabet1-2/+1
2013-11-08Unwind SFX_REFERER_USERStephan Bergmann5-14/+6
2013-11-05fixincludeguards.sh: frameworkThomas Arnhold203-582/+582
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin4-7/+7
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-2/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-7/+4
2013-11-03StatusIndicatorFactory::impl_reschedule(): lock SolarMutexMichael Stahl1-1/+4
2013-11-01Improve exception messages (for debugging)Stephan Bergmann1-2/+5
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin13-22/+22
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl1-2/+0
2013-10-28remove local css namespace definitionsThomas Arnhold2-3/+0
2013-10-23clean up some include guardsThomas Arnhold3-9/+9