summaryrefslogtreecommitdiff
path: root/framework/source/services
AgeCommit message (Expand)Author
2014-01-10fwk: Use constructor feature for StatusIndicatorFactory.Matúš Kukan
2014-01-10fwk: Use constructor feature for AutoRecovery.Matúš Kukan
2014-01-10fwk: Use constructor feature for TabWindowService.Matúš Kukan
2013-12-28can use string literals here nowCaolán McNamara
2013-12-20typo fixesAndras Timar
2013-12-19A singleton is not a serviceStephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-10Some clean-upStephan Bergmann
2013-12-10Get rid of $(share_subdir_name) againStephan Bergmann
2013-12-09Bin pointless micro-optimisationTor Lillqvist
2013-12-09fdo#72394 Don't endlessly expand $(share_subdir_name) into itselfStephan Bergmann
2013-11-23rigth -> right (other occurences)Julien Nabet
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-13expand out the A2S macroNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in FRAMEWORK moduleNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky
2013-09-26typo fixes in commentsAndras Timar
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-17convert FRAMEWORK module from String to OUStringNoel Grandin
2013-09-09WaE: warning C4100: 'aEvent' : unreferenced formal parameterTor Lillqvist
2013-09-09Remove dead codeStephan Bergmann
2013-09-09Try to keep older(?) gcc versions happyTor Lillqvist
2013-09-09Bin some uses of the stupid DECLARE_ASCII macroTor Lillqvist
2013-09-09Bin unused remains of framework's own "debug framework"Tor Lillqvist
2013-09-09Fix non-debug buildTor Lillqvist
2013-09-08Use SAL_INFO instead of framework's own "event logging"Tor Lillqvist
2013-09-08Use SAL_INFO instead of framework's own WRITE_LOGFILETor Lillqvist
2013-09-08Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)Tor Lillqvist
2013-09-08Get rid of some pointless SAL_INFO callsTor Lillqvist
2013-09-08Use SAL_INFO instead of framework's own LOG_WARNINGTor Lillqvist
2013-09-05Revert "fdo#68552: Don't (attempt to) do run-time expansion of build-time par...Michael Stahl
2013-09-05fdo#68552: Don't (attempt to) do run-time expansion of build-time parametersTor Lillqvist
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
2013-08-24Don't use lock files when sandboxed on OS XTor Lillqvist
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-20Improve some debug outputStephan Bergmann
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-08-07fdo#46037: remove 1 comphelper/configurationhelper in frameworkJulien Nabet
2013-08-06startcenter: Rename DropTargetListener to OpenFileTargetListener, ...Jan Holesovsky
2013-08-06startcenter: Move BackingComp & BackingWindow to sfx2Krisztian Pinter
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane