summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2014-08-11java: remove unused parametersNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove redundant null checksNoel Grandin
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin
2014-08-08java: use an empty block rather than an empty statementNoel Grandin
2014-08-08java: remove redundant super-interfacesNoel Grandin
2014-08-08java: remove unused importsNoel Grandin
2014-08-08java: remove unused variablesNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-08java: remove dead methodsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-08-04java: remove some unused import statementsNoel Grandin
2014-08-04java: remove some unused variablesNoel Grandin
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
2014-08-01typo: more then -> more thanTakeshi Abe
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
2014-06-25partially fix fdo#80490 - string 'Non-printing Characters'Joren De Cuyper
2014-06-21Related fdo#58774 Alternative dialog Find & Replace for WriterJulien Nabet
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-05scripting: remove SAL_THROW macroNoel Grandin
2014-06-04compareToAscii -> equalsAsciiNoel Grandin
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-20fdo#77282 Replace "Edit Group" with "Enter Group"Laurent Balland-Poirier
2014-05-18Resolves: #i113481# query script invocation from the current frame...Tsutomu Uchino
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-14various loplugin:passsequencebyrefNoel Grandin
2014-05-11Fix previous commit (scripting part)Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-24scripting: sal_Bool->boolNoel Grandin
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-17remove executable bitAndras Timar
2014-04-14Clean up function declarationsStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-29coverity#704287 Logically dead codeCaolán McNamara
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin