summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Typo: deleteing->deletingJulien Nabet1-2/+2
2015-02-16Make LogUtils.getTrace actually workStephan Bergmann1-25/+6
2015-02-16rhbz#1192732: Revert "From the context of the code, this field should...Stephan Bergmann1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann2-4/+4
2015-01-29scripting: remove unnecessary SAL_CALLMichael Stahl2-2/+2
2015-01-26Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann1-4/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-2/+2
2015-01-23typo: langugage -> languageAndras Timar1-2/+2
2015-01-13fdo#88256 fix crash when running javascript macroNoel Grandin5-6/+49
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet3-3/+3
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara6-34/+24
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn2-2/+2
2014-12-19java: scripting: fix bug in removing model from mapNoel Grandin1-1/+1
2014-12-18scripting: Use appropriate OUString functions on string constantsStephan Bergmann4-5/+5
2014-12-15scripting: Use appropriate OUString functions on string constantsStephan Bergmann3-7/+7
2014-12-11java: revert part of commit, scripting/ is public APINoel Grandin2-5/+5
2014-12-11java: reduce visibility of fields and methodsNoel Grandin2-4/+4
2014-12-10java: unused importsNoel Grandin1-1/+0
2014-12-05java: remove some unused local variablesNoel Grandin7-28/+12
2014-12-05java: remove some unused fieldsNoel Grandin1-4/+0
2014-12-02pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl2-85/+0
2014-11-25java: final fields that can be staticNoel Grandin1-1/+1
2014-11-18java: make fields final where possibleNoel Grandin24-54/+52
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl3-0/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-3/+0
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-14/+15
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin4-58/+19
2014-10-24coverity#1237350 use our double-locking templates for thisCaolán McNamara2-23/+25
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+1
2014-10-19scripting: redundant cast to StringRobert Antoni Buj i Gelonch2-5/+5
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin1-14/+20
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-4/+2
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin10-74/+88
2014-10-16java: always use braces for while loopsNoel Grandin1-1/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-14fix import location of XScriptContextNoel Grandin4-4/+4
2014-10-14scripting: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch2-2/+2
2014-10-14scripting: use new exception constructorsRobert Antoni Buj i Gelonch5-15/+9
2014-10-13scripting: Null pointer dereferenceRobert Antoni Buj i Gelonch1-1/+1
2014-10-10Scripting: Remove org packageDavid Ostrovsky201-21407/+0
2014-10-09typo: Lable -> LabelAndras Timar1-162/+162
2014-10-08scripting: as of release 5, 'enum' is a keywordRobert Antoni Buj i Gelonch1-3/+3
2014-10-07LocalOffice should be an abstract classNoel Grandin1-11/+7
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin3-6/+5
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin3-4/+5
2014-10-07java: simplify conditions involving logical negationNoel Grandin1-2/+1
2014-10-07java: optimise calls to toArrayNoel Grandin1-4/+2
2014-10-07java: remove useless overriding methodsNoel Grandin3-13/+0