summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
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
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