summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* 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
* New loplugin:stringconcatStephan Bergmann2014-07-011-1/+1
* Typo: beeing->beingJulien Nabet2014-06-292-2/+2
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-251-1/+1
* remove spurious com::sun::star::chaosMichael Stahl2014-06-251-1/+1
* coverity#706547 Uncaught exceptionCaolán McNamara2014-06-242-4/+2
* rtl::Reference fits just fine hereStephan Bergmann2014-06-173-4/+3
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-1714-133/+28
* loplugin:staticcallStephan Bergmann2014-06-1311-21/+21
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-0910-55/+16
* forms: remove SAL_THROW macroNoel Grandin2014-06-0515-22/+21
* forms: expand DECLARE_XCLONEABLEThomas Arnhold2014-06-0424-27/+23
* forms: expand DECLARE_DEFAULT_DTORThomas Arnhold2014-06-042-9/+4
* Fixed lower case typo in header guard definitionJens Carl2014-06-011-3/+3
* fdo#68849: Add header guards to all include filesJens Carl2014-05-304-0/+20
* remove more unnecesary OUString constructor useNoel Grandin2014-05-292-2/+2
* remove unnecessary use of Reference constructor in throwNoel Grandin2014-05-271-1/+1
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-272-2/+2
* Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante2014-05-25110-645/+22
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-2313-33/+33
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-194-9/+0
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-148-17/+17
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet2014-05-102-3/+3
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-096-10/+385
* various: sal_Bool->boolNoel Grandin2014-05-081-4/+4
* RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin2014-05-081-1/+1
* The opaque PostUserEvent IDs are actually pointersStephan Bergmann2014-05-074-5/+8
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet2014-05-061-6/+6
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errorsJulien Nabet2014-05-061-7/+7
* WaE: 'bPrependCurrencySymbol' may be used uninitialized in this functionTor Lillqvist2014-05-061-1/+1