summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-29Typo: beeing->beingJulien Nabet2-2/+2
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-1/+1
2014-06-25remove spurious com::sun::star::chaosMichael Stahl1-1/+1
2014-06-24coverity#706547 Uncaught exceptionCaolán McNamara2-4/+2
2014-06-17rtl::Reference fits just fine hereStephan Bergmann3-4/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin14-133/+28
2014-06-13loplugin:staticcallStephan Bergmann11-21/+21
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin10-55/+16
2014-06-05forms: remove SAL_THROW macroNoel Grandin15-22/+21
2014-06-04forms: expand DECLARE_XCLONEABLEThomas Arnhold24-27/+23
2014-06-04forms: expand DECLARE_DEFAULT_DTORThomas Arnhold2-9/+4
2014-06-01Fixed lower case typo in header guard definitionJens Carl1-3/+3
2014-05-30fdo#68849: Add header guards to all include filesJens Carl4-0/+20
2014-05-29remove more unnecesary OUString constructor useNoel Grandin2-2/+2
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-1/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin2-2/+2
2014-05-25Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante110-645/+22
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet13-33/+33
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold4-9/+0
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet8-17/+17
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet2-3/+3
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold6-10/+385
2014-05-08various: sal_Bool->boolNoel Grandin1-4/+4