summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2014-12-18extensions: Use appropriate OUString functions on string constantsStephan Bergmann4-7/+6
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-12-15java: remove more test skeleton codeNoel Grandin1-58/+0
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn5-7/+8
2014-12-12extensions: Use appropriate OUString functions on string constantsStephan Bergmann10-47/+47
2014-12-10java: simplify the getMSF() methodsNoel Grandin1-2/+1
2014-12-09changed timers to idlesTobias Madl5-14/+14
2014-12-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+4
2014-12-04fdo#65163 reintroduce embedded picture for form componentsLionel Elie Mamane1-2/+13
2014-12-04Revert "coverity#735424 Logically dead code"Lionel Elie Mamane1-3/+22
2014-12-01WaE: -Werror=switchCaolán McNamara1-48/+44
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl8-12/+12
2014-11-25-Werror,-WuninitializedStephan Bergmann1-2/+2
2014-11-23capitalize e-mail in list of types in bibliographyStanislav Horacek1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl7-0/+7
2014-11-18java: make fields final where possibleNoel Grandin4-13/+6
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl8-0/+9
2014-11-14coverity#705989 silence Insecure temporary fileCaolán McNamara2-1/+5
2014-11-14coverity#1242860 Unused valueCaolán McNamara1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava6-8/+8
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-4/+4
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-8/+4
2014-11-11cleanup improper SOLARIS linker libs and optionsRichard PALO2-20/+1
2014-11-09fdo#86050 Let LibreOffice add scrollbars to widgets only when necessaryAdolfo Jayme Barrientos1-1/+0
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann6-9/+9
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin6-9/+9
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin5-26/+13
2014-11-04-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2014-11-01coverity#703954 Unchecked return valueCaolán McNamara1-1/+1
2014-10-31Removed duplicated includesAndrea Gelmini1-8/+9
2014-10-30nothing to see here, move alongCaolán McNamara1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-30coverity#735608 Division or modulo by float zeroCaolán McNamara1-2/+6
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin7-7/+1
2014-10-29ref-counting vcl::Window subclassesNoel Grandin3-3/+1
2014-10-28fdo#84938: replace TIMEF_ constants with enumNoel Grandin1-1/+1
2014-10-27coverity#982164 silence Unchecked return value from libraryCaolán McNamara1-2/+2
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-3/+3
2014-10-25coverity#982164 silence Unchecked return value from libraryCaolán McNamara1-2/+2
2014-10-25coverity#982163 silence Unchecked return value from libraryCaolán McNamara1-1/+1
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-6/+2
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-1/+1
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1
2014-10-02MWERKS etc. are not supported toolchainsMichael Stahl1-5/+0
2014-10-02coverity#1242860 Unused valueCaolán McNamara1-5/+1
2014-10-01loplugin: cstylecastNoel Grandin10-16/+16
2014-10-01fdo#82577: Handle TimeNoel Grandin2-2/+2
2014-09-30extensions: std::auto_ptr -> std::unique_ptrStephan Bergmann17-26/+20