summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-044-7/+7
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-2/+2
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-7/+4
* StatusIndicatorFactory::impl_reschedule(): lock SolarMutexMichael Stahl2013-11-031-1/+4
* Improve exception messages (for debugging)Stephan Bergmann2013-11-011-2/+5
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-3113-22/+22
* gbuild: set Package default target to INSTDIRMichael Stahl2013-10-281-2/+0
* remove local css namespace definitionsThomas Arnhold2013-10-282-3/+0
* clean up some include guardsThomas Arnhold2013-10-233-9/+9
* vcl: mark more Image constructors as "explicit"Michael Stahl2013-10-221-2/+2
* drop unnecessary tools/string includesCaolán McNamara2013-10-205-5/+0
* update pchThomas Arnhold2013-10-151-0/+1
* WaE: unused parameter 'SystemType'Tor Lillqvist2013-10-121-0/+2
* SimplifyTor Lillqvist2013-10-121-9/+1
* CID#738544 unitialized memberCaolán McNamara2013-10-091-0/+1
* 'ist' -> 'is' here and there.Jan Holesovsky2013-10-042-2/+2
* WaE: unused variableTor Lillqvist2013-10-021-1/+0
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-2/+0
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-1/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-1/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-10/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-6/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-2/+0
* typo fixes in commentsAndras Timar2013-09-2648-105/+105
* Everytimes -> Every timeJesús Corrius2013-09-267-9/+9
* Otherwhise -> OtherwiseJesús Corrius2013-09-2630-33/+33
* Some spellchecker love in the commentsJesús Corrius2013-09-261-37/+37
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-257-13/+1
* Try to fix cross-compilationTor Lillqvist2013-09-231-1/+1
* gbuild: add gb_Library_use_restargetMichael Stahl2013-09-221-2/+1
* Disable all features that rely on orcus.Kohei Yoshida2013-09-181-0/+13
* drop intermediate StringsCaolán McNamara2013-09-173-5/+5
* convert FRAMEWORK module from String to OUStringNoel Grandin2013-09-1722-72/+72
* Replace char[] by OUStringBuffer/OUStringJulien Nabet2013-09-141-3/+4
* String to OUStringThomas Arnhold2013-09-131-4/+3
* Towards a working instdir for Mac OS XStephan Bergmann2013-09-111-1/+1
* WaE: warning C4100: 'aEvent' : unreferenced formal parameterTor Lillqvist2013-09-092-0/+5
* Remove dead codeStephan Bergmann2013-09-092-387/+0
* One more case of explicit OUString construction needed for return statementTor Lillqvist2013-09-091-1/+1
* Try to keep older(?) gcc versions happyTor Lillqvist2013-09-096-9/+9
* Try to make the Gentoo tinderbox happy with explicit OUString() valuesTor Lillqvist2013-09-093-3/+3
* Bin some uses of the stupid DECLARE_ASCII macroTor Lillqvist2013-09-0928-112/+78
* Bin now unused U2B macroTor Lillqvist2013-09-091-10/+0
* Bin unused remains of framework's own "debug framework"Tor Lillqvist2013-09-0964-413/+0
* Fix non-debug buildTor Lillqvist2013-09-092-25/+5
* Bin the fairly pointless LOG_REGISTRATION_GETFACTORYTor Lillqvist2013-09-093-74/+0
* Use SAL_INFO instead of framework's own "event logging"Tor Lillqvist2013-09-083-124/+13
* Use SAL_INFO instead of framework's own WRITE_LOGFILETor Lillqvist2013-09-084-144/+21
* Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)Tor Lillqvist2013-09-0830-555/+63
* Get rid of some pointless SAL_INFO callsTor Lillqvist2013-09-082-25/+0