summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Java cleanup, convert Hashtable to HashMapNoel Grandin2013-05-062-3/+2
* Java cleanup, convert more Vector to ArrayListNoel Grandin2013-05-062-8/+8
* Java cleanup, Convert Vector to ArrayListNoel Grandin2013-05-0614-117/+119
* fix typoNoel Grandin2013-05-061-1/+1
* install python scripting provider using filelistDavid Tardon2013-05-041-2/+4
* install example java scripts using filelistDavid Tardon2013-04-304-51/+43
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-3021-484/+84
* Java cleanup, access static methods using correct syntaxNoel Grandin2013-04-2610-18/+18
* From the context of the code, this field should not be staticNoel Grandin2013-04-261-1/+1
* Java cleanup, use generic containers where possibleNoel Grandin2013-04-243-3/+3
* fix typoDavid Tardon2013-04-211-1/+1
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-2/+0
* Java cleanup, remove the rest of the unnecessary castsNoel Grandin2013-04-1919-82/+62
* fdo#63197: convert 3 out 4 from scripting partJulien Nabet2013-04-195-12/+20
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-181-1/+1
* Missing includeStephan Bergmann2013-04-161-1/+1
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* install Pyuno using PackageDavid Tardon2013-04-131-1/+1
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-071-4/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0739-886/+885
* new module i18nlangtagEike Rathke2013-04-051-1/+1
* -Wunused-macrosStephan Bergmann2013-03-271-2/+0
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-4/+2
* Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-191-2/+2
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-193-11/+6
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
* fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin2013-03-075-44/+25
* doubled namespacesThomas Arnhold2013-03-041-1/+0
* doubled includesThomas Arnhold2013-03-042-5/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
* loplugin: improve indentationThomas Arnhold2013-03-031-8/+9
* remove all d.lstMichael Stahl2013-02-281-0/+0
* loplugin: unused variablesThomas Arnhold2013-02-251-1/+0
* move loop variables into least scope posCaolán McNamara2013-02-241-3/+2