summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-18Disable all features that rely on orcus.Kohei Yoshida1-0/+13
2013-09-17drop intermediate StringsCaolán McNamara3-5/+5
2013-09-17convert FRAMEWORK module from String to OUStringNoel Grandin22-72/+72
2013-09-14Replace char[] by OUStringBuffer/OUStringJulien Nabet1-3/+4
2013-09-13String to OUStringThomas Arnhold1-4/+3
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann1-1/+1
2013-09-09WaE: warning C4100: 'aEvent' : unreferenced formal parameterTor Lillqvist2-0/+5
2013-09-09Remove dead codeStephan Bergmann2-387/+0
2013-09-09One more case of explicit OUString construction needed for return statementTor Lillqvist1-1/+1
2013-09-09Try to keep older(?) gcc versions happyTor Lillqvist6-9/+9
2013-09-09Try to make the Gentoo tinderbox happy with explicit OUString() valuesTor Lillqvist3-3/+3
2013-09-09Bin some uses of the stupid DECLARE_ASCII macroTor Lillqvist28-112/+78
2013-09-09Bin now unused U2B macroTor Lillqvist1-10/+0
2013-09-09Bin unused remains of framework's own "debug framework"Tor Lillqvist64-413/+0
2013-09-09Fix non-debug buildTor Lillqvist2-25/+5
2013-09-09Bin the fairly pointless LOG_REGISTRATION_GETFACTORYTor Lillqvist3-74/+0
2013-09-08Use SAL_INFO instead of framework's own "event logging"Tor Lillqvist3-124/+13
2013-09-08Use SAL_INFO instead of framework's own WRITE_LOGFILETor Lillqvist4-144/+21
2013-09-08Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)Tor Lillqvist30-555/+63
2013-09-08Get rid of some pointless SAL_INFO callsTor Lillqvist2-25/+0
2013-09-08Use SAL_INFO instead of framework's own LOG_WARNINGTor Lillqvist12-97/+41
2013-09-08Use SAL_INFO instead of framework's own LOG_EXCEPTIONTor Lillqvist2-20/+2
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar1-1/+1
2013-09-05update pchThomas Arnhold1-31/+6
2013-09-05Revert "fdo#68552: Don't (attempt to) do run-time expansion of build-time par...Michael Stahl2-1/+6
2013-09-05fdo#68552: Don't (attempt to) do run-time expansion of build-time parametersTor Lillqvist2-6/+1
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke1-1/+1
2013-09-02Delete wrong commentPhilipp Riemer1-1/+0
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer5-71/+4
2013-08-27Bin intermediate iteratorJulien Nabet1-5/+3