summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-046-34/+24
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-212-2/+2
* java: scripting: fix bug in removing model from mapNoel Grandin2014-12-191-1/+1
* scripting: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-184-5/+5
* scripting: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-153-7/+7
* java: revert part of commit, scripting/ is public APINoel Grandin2014-12-112-5/+5
* java: reduce visibility of fields and methodsNoel Grandin2014-12-112-4/+4
* java: unused importsNoel Grandin2014-12-101-1/+0
* java: remove some unused local variablesNoel Grandin2014-12-057-28/+12
* java: remove some unused fieldsNoel Grandin2014-12-051-4/+0
* pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl2014-12-022-85/+0
* java: final fields that can be staticNoel Grandin2014-11-251-1/+1
* java: make fields final where possibleNoel Grandin2014-11-1824-54/+52
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-173-0/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-3/+0
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-14/+15
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-054-58/+19
* coverity#1237350 use our double-locking templates for thisCaolán McNamara2014-10-242-23/+25
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-1/+1
* scripting: redundant cast to StringRobert Antoni Buj i Gelonch2014-10-192-5/+5
* java: when rethrowing exceptions, store the originalNoel Grandin2014-10-171-14/+20
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-171-4/+2
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-1610-74/+88
* java: always use braces for while loopsNoel Grandin2014-10-161-1/+2
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* fix import location of XScriptContextNoel Grandin2014-10-144-4/+4
* scripting: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch2014-10-142-2/+2
* scripting: use new exception constructorsRobert Antoni Buj i Gelonch2014-10-145-15/+9
* scripting: Null pointer dereferenceRobert Antoni Buj i Gelonch2014-10-131-1/+1
* Scripting: Remove org packageDavid Ostrovsky2014-10-10201-21407/+0
* typo: Lable -> LabelAndras Timar2014-10-091-162/+162
* scripting: as of release 5, 'enum' is a keywordRobert Antoni Buj i Gelonch2014-10-081-3/+3
* LocalOffice should be an abstract classNoel Grandin2014-10-071-11/+7
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-073-6/+5
* java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin2014-10-073-4/+5
* java: simplify conditions involving logical negationNoel Grandin2014-10-071-2/+1
* java: optimise calls to toArrayNoel Grandin2014-10-071-4/+2
* java: remove useless overriding methodsNoel Grandin2014-10-073-13/+0
* scripting: line break (code formatting)Robert Antoni Buj i Gelonch2014-10-0643-883/+1136
* coverity#1209004 Unchecked return valueNorbert Thiebaud2014-10-051-1/+1
* scripting: organize importsRobert Antoni Buj i Gelonch2014-10-0336-282/+370
* scripting: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-024-18/+6
* scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch2014-10-02156-6950/+6399
* scripting: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-011-1/+1
* scripting: another missing SolarMutex guardMichael Stahl2014-09-301-0/+2
* fix more Java1.5 incompatibilityNoel Grandin2014-09-291-2/+6
* scripting: modify astyle.optionsRobert Antoni Buj i Gelonch2014-09-261-2/+2
* scripting: astyle-java.conf -> astyle.optionsRobert Antoni Buj i Gelonch2014-09-253-1/+6