summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-22bool improvementsStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist
2013-12-20typo fixesAndras Timar
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin
2013-12-12Remove unnecessary macrosStephan Bergmann
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in SCRIPTING moduleNoel Grandin
2013-11-06Drop unnecessary #includesTakeshi Abe
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-10-25stop looking for Jar files in solverMichael Stahl
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-10-18fdo#36964 Wording change: "Remove Filter" -> "Reset Filter"Samuel Mehrbrodt
2013-10-18random OUString to String conversionsNoel Grandin
2013-10-02WaE: unused variableTor Lillqvist
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-09-26typo fixes in commentsAndras Timar
2013-09-23Try to fix cross-compilationTor Lillqvist
2013-09-12gbuild: remove gb_Rdb__get_final_targetMichael Stahl
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan
2013-08-30ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
2013-08-21deb#719941: pythonscript.py: use open() instead of file()Rene Engelhard
2013-08-20deb#719941: unbreak python script provider debug logging on Python 3Michael Stahl
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-08-19Mark as constTakeshi Abe
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-08-07resolved fdo#67444 don't push_back() with already reserved sizeEike Rathke
2013-07-30fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VBNoel Power
2013-07-15Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2Caolán McNamara
2013-07-14Related: fdo#66761 we want the bytes, not a str representation of themCaolán McNamara
2013-07-13Resolves: fdo#66761 Macro controlled Python Mailmerge brokenCaolán McNamara
2013-07-12Resolves: #i120083# make python loglevel and log output changeable...Herbert Dürr
2013-07-11use LanguageTag::getMatchingFallback()Eike Rathke
2013-07-10added FIXME-BCP47 commentsEike Rathke
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-28remove an unused headerThomas Arnhold
2013-06-18add python ver to debugging infoCaolán McNamara
2013-06-17Resolves: fdo#55411 python 2 vs 3 str/bytes encoding issuesCaolán McNamara