summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl1-2/+2
2013-10-20drop unnecessary tools/string includesCaolán McNamara5-5/+0
2013-10-15update pchThomas Arnhold1-0/+1
2013-10-12WaE: unused parameter 'SystemType'Tor Lillqvist1-0/+2
2013-10-12SimplifyTor Lillqvist1-9/+1
2013-10-09CID#738544 unitialized memberCaolán McNamara1-0/+1
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky2-2/+2
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-10/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-6/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-2/+0
2013-09-26typo fixes in commentsAndras Timar48-105/+105
2013-09-26Everytimes -> Every timeJesús Corrius7-9/+9
2013-09-26Otherwhise -> OtherwiseJesús Corrius30-33/+33
2013-09-26Some spellchecker love in the commentsJesús Corrius1-37/+37
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara7-13/+1
2013-09-23Try to fix cross-compilationTor Lillqvist1-1/+1
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl1-2/+1