summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2014-09-15Simplify expression to fix bool/sal_Bool ambiguityStephan Bergmann1-1/+1
2014-09-15forms: sal_Bool -> boolStephan Bergmann13-21/+21
2014-09-15Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann1-5/+5
2014-09-12fdo#39468: Translated German to EnglishJennifer Liebel1-5/+5
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-1/+1
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-25Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-0/+1
2014-08-25Fix *_component_getFactory function typeStephan Bergmann1-2/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-21Remove useless include tools/debug.hxx from forms and extensionsMarcos Paulo de Souza12-20/+0
2014-08-21forms: CSS -> cssThomas Arnhold12-71/+67
2014-08-21star* -> css::*Thomas Arnhold6-13/+13
2014-08-21stario -> css::ioThomas Arnhold5-24/+24
2014-08-21staruno -> css::unoThomas Arnhold1-2/+2
2014-08-20remove more unnecessary constructor declarationsNoel Grandin1-5/+0
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin10-50/+0
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin1-2/+2
2014-08-19java: no need to instantiate String objects directlyNoel Grandin6-16/+16
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin6-14/+14
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin6-12/+12
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin8-17/+17
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin3-3/+3
2014-08-14java: remove unused importsNoel Grandin3-5/+0
2014-08-14java: remove commented out codeNoel Grandin2-3/+0
2014-08-13remove unnecessary use of Java reflectionNoel Grandin1-28/+5
2014-08-13java: remove dead methodsNoel Grandin8-165/+11
2014-08-13update_pchThomas Arnhold1-0/+1
2014-08-13java: reduce scope, make some methods privateNoel Grandin4-8/+8
2014-08-13java: reduce scope, make member classes privateNoel Grandin1-1/+1
2014-08-13java: reduce scope, make fields privateNoel Grandin1-1/+1
2014-08-13java: reduce scope, make constructors privateNoel Grandin1-1/+1
2014-08-12java: fix broken javadoc tagsNoel Grandin2-8/+4
2014-08-12java: remove useless javadoc tagsNoel Grandin3-23/+7
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin14-0/+33
2014-08-11java: remove unused parametersNoel Grandin1-2/+2
2014-08-11java: remove unused parametersNoel Grandin1-4/+0
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin7-10/+9
2014-08-08java: remove redundant null checksNoel Grandin1-1/+0
2014-08-08java: remove unnecessary semi-colonsNoel Grandin6-6/+6
2014-08-08java: remove unused importsNoel Grandin1-1/+0
2014-08-08java: remove dead methodsNoel Grandin1-16/+0
2014-08-05java: remove commented out codeNoel Grandin1-5/+0
2014-08-05java: remove unused fieldsNoel Grandin2-3/+0
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin8-8/+8
2014-07-26coverity#706541 Uncaught exceptionCaolán McNamara2-6/+9
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-6/+9
2014-07-10use SimpleReferenceObject in forms moduleNoel Grandin4-75/+7
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1