summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-316-7/+7
* gbuild: set Package default target to INSTDIRMichael Stahl2013-10-287-14/+0
* stop looking for Jar files in solverMichael Stahl2013-10-251-1/+1
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-227-99/+18
* fdo#36964 Wording change: "Remove Filter" -> "Reset Filter"Samuel Mehrbrodt2013-10-181-1/+1
* random OUString to String conversionsNoel Grandin2013-10-181-1/+1
* WaE: unused variableTor Lillqvist2013-10-021-1/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-3/+1
* typo fixes in commentsAndras Timar2013-09-261-1/+1
* Try to fix cross-compilationTor Lillqvist2013-09-237-7/+7
* gbuild: remove gb_Rdb__get_final_targetMichael Stahl2013-09-122-6/+2
* Towards a working instdir for Mac OS XStephan Bergmann2013-09-117-7/+7
* gbuild: install rdb files directly in module they come fromMatúš Kukan2013-09-092-0/+4
* ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-2/+2
* deb#719941: pythonscript.py: use open() instead of file()Rene Engelhard2013-08-211-1/+1
* deb#719941: unbreak python script provider debug logging on Python 3Michael Stahl2013-08-201-1/+1
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-1/+1
* Mark as constTakeshi Abe2013-08-192-2/+2
* Further work on the "Mac-like app structure" optionTor Lillqvist2013-08-187-10/+10
* Use subfolder names from <config_folders.h>Tor Lillqvist2013-08-187-14/+15
* resolved fdo#67444 don't push_back() with already reserved sizeEike Rathke2013-08-071-2/+3
* fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VBNoel Power2013-07-301-1/+3
* Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2Caolán McNamara2013-07-151-5/+11
* Related: fdo#66761 we want the bytes, not a str representation of themCaolán McNamara2013-07-141-1/+3
* Resolves: fdo#66761 Macro controlled Python Mailmerge brokenCaolán McNamara2013-07-131-1/+4
* Resolves: #i120083# make python loglevel and log output changeable...Herbert Dürr2013-07-121-8/+16
* use LanguageTag::getMatchingFallback()Eike Rathke2013-07-112-21/+11
* added FIXME-BCP47 commentsEike Rathke2013-07-101-0/+8
* remove OUString wrap for string literalsThomas Arnhold2013-06-293-13/+13
* remove an unused headerThomas Arnhold2013-06-2811-38/+0
* add python ver to debugging infoCaolán McNamara2013-06-181-0/+1
* Resolves: fdo#55411 python 2 vs 3 str/bytes encoding issuesCaolán McNamara2013-06-171-4/+7
* re-base on ALv2 code. Includes:Michael Meeks2013-06-037-0/+119
* fdo#46808, Convert awt::UnoControlDialog to new styleNoel Grandin2013-05-282-56/+47
* Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann2013-05-254-65/+85
* Resolves: #i55055# Simplify pythonscript.py codePedro Giffuni2013-05-241-41/+41
* scripting: get CreateUnoDialog() work againMiklos Vajna2013-05-241-1/+2
* fix awt::UnoControlModelDialog crashNoel Grandin2013-05-231-1/+5
* Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2013-05-223-7/+5
* fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin2013-05-212-42/+33
* fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin2013-05-214-49/+33
* Resolves: #ii118478# Implement getInvocationContext in PyUNO ScriptContextAriel Constenla-Haile2013-05-111-5/+51
* More gb_PROGRAMDIRNAME clean upStephan Bergmann2013-05-101-2/+2
* fix memory leak with orphaned controls created on the flyNoel Power2013-05-091-5/+33
* handle various ReturnXXXX types for formsNoel Power2013-05-091-8/+5
* cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer2013-05-061-4/+2
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-9/+9
* Java cleanup, close file handles when done with themNoel Grandin2013-05-064-41/+40
* Java cleanup, delete some dead codeNoel Grandin2013-05-062-41/+15