summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin9-74/+12
2014-08-08java: remove redundant null checksNoel Grandin1-4/+1
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin1-1/+0
2014-08-08java: use an empty block rather than an empty statementNoel Grandin1-1/+1
2014-08-08java: remove redundant super-interfacesNoel Grandin2-6/+1
2014-08-08java: remove unused importsNoel Grandin6-11/+0
2014-08-08java: remove unused variablesNoel Grandin6-20/+2
2014-08-08java: remove unused fieldsNoel Grandin5-12/+0
2014-08-08java: remove dead methodsNoel Grandin6-193/+0
2014-08-05java: remove commented out codeNoel Grandin43-286/+0
2014-08-05java: remove unused fieldsNoel Grandin14-25/+1
2014-08-05java: remove various unused variablesNoel Grandin12-26/+2
2014-08-04java: remove some unused import statementsNoel Grandin5-5/+0
2014-08-04java: remove some unused variablesNoel Grandin1-1/+1
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin12-18/+18
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-19/+13
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud3-4/+4
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin2-4/+4
2014-06-25partially fix fdo#80490 - string 'Non-printing Characters'Joren De Cuyper1-1/+1
2014-06-21Related fdo#58774 Alternative dialog Find & Replace for WriterJulien Nabet1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-6/+1
2014-06-05scripting: remove SAL_THROW macroNoel Grandin10-37/+6
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-1/+1
2014-06-01fdo#68849: Add header guards to all include filesJens Carl3-0/+17
2014-05-29remove more unnecesary OUString constructor useNoel Grandin2-21/+6
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-5/+5
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin11-76/+43
2014-05-20fdo#77282 Replace "Edit Group" with "Enter Group"Laurent Balland-Poirier1-1/+1
2014-05-18Resolves: #i113481# query script invocation from the current frame...Tsutomu Uchino1-0/+40
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-2/+2
2014-05-11Fix previous commit (scripting part)Julien Nabet1-2/+2
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2-3/+3
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-3/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni3-6/+6
2014-04-28prefer makefile-gmake-modeTakeshi Abe19-19/+19
2014-04-24scripting: sal_Bool->boolNoel Grandin9-27/+27
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold17-45/+45
2014-04-17remove executable bitAndras Timar28-0/+0
2014-04-14Clean up function declarationsStephan Bergmann8-63/+83
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin4-30/+30
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann4-8/+8
2014-03-29coverity#704287 Logically dead codeCaolán McNamara1-43/+40
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann11-104/+104
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-187/+187
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-2/+2
2014-03-10scripting: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-3/+2
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann2-4/+4