summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* fdo#82577: Handle FontNoel Grandin2014-09-181-1/+1
* Simplify expression to fix bool/sal_Bool ambiguityStephan Bergmann2014-09-151-1/+1
* forms: sal_Bool -> boolStephan Bergmann2014-09-1513-21/+21
* Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann2014-09-151-5/+5
* fdo#39468: Translated German to EnglishJennifer Liebel2014-09-121-5/+5
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-1/+1
* Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann2014-09-101-1/+1
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-251-0/+1
* Fix *_component_getFactory function typeStephan Bergmann2014-08-251-2/+3
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-1/+1
* Remove useless include tools/debug.hxx from forms and extensionsMarcos Paulo de Souza2014-08-2112-20/+0
* forms: CSS -> cssThomas Arnhold2014-08-2112-71/+67
* star* -> css::*Thomas Arnhold2014-08-216-13/+13
* stario -> css::ioThomas Arnhold2014-08-215-24/+24
* staruno -> css::unoThomas Arnhold2014-08-211-2/+2
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-5/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-2010-50/+0
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-201-2/+2
* java: no need to instantiate String objects directlyNoel Grandin2014-08-196-16/+16
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-196-14/+14
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-196-12/+12
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-198-17/+17
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-3/+3
* java: remove unused importsNoel Grandin2014-08-143-5/+0
* java: remove commented out codeNoel Grandin2014-08-142-3/+0
* remove unnecessary use of Java reflectionNoel Grandin2014-08-131-28/+5
* java: remove dead methodsNoel Grandin2014-08-138-165/+11
* update_pchThomas Arnhold2014-08-131-0/+1
* java: reduce scope, make some methods privateNoel Grandin2014-08-134-8/+8
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make fields privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make constructors privateNoel Grandin2014-08-131-1/+1
* java: fix broken javadoc tagsNoel Grandin2014-08-122-8/+4
* java: remove useless javadoc tagsNoel Grandin2014-08-123-23/+7
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1214-0/+33
* java: remove unused parametersNoel Grandin2014-08-111-2/+2
* java: remove unused parametersNoel Grandin2014-08-111-4/+0
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-087-10/+9
* java: remove redundant null checksNoel Grandin2014-08-081-1/+0
* java: remove unnecessary semi-colonsNoel Grandin2014-08-086-6/+6
* java: remove unused importsNoel Grandin2014-08-081-1/+0
* java: remove dead methodsNoel Grandin2014-08-081-16/+0
* java: remove commented out codeNoel Grandin2014-08-051-5/+0
* java: remove unused fieldsNoel Grandin2014-08-052-3/+0
* java: remove some casting in lib.TestParameters#getMSFNoel Grandin2014-08-048-8/+8
* coverity#706541 Uncaught exceptionCaolán McNamara2014-07-262-6/+9
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-6/+9
* use SimpleReferenceObject in forms moduleNoel Grandin2014-07-104-75/+7
* use assert when followed by derefCaolán McNamara2014-07-031-1/+1