summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2013-05-28fdo#46808, Convert awt::UnoControlDialog to new styleNoel Grandin2-56/+47
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann4-65/+85
2013-05-24Resolves: #i55055# Simplify pythonscript.py codePedro Giffuni1-41/+41
2013-05-24scripting: get CreateUnoDialog() work againMiklos Vajna1-1/+2
2013-05-23fix awt::UnoControlModelDialog crashNoel Grandin1-1/+5
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin3-7/+5
2013-05-21fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin2-42/+33
2013-05-21fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin4-49/+33
2013-05-11Resolves: #ii118478# Implement getInvocationContext in PyUNO ScriptContextAriel Constenla-Haile1-5/+51
2013-05-10More gb_PROGRAMDIRNAME clean upStephan Bergmann1-2/+2
2013-05-09fix memory leak with orphaned controls created on the flyNoel Power1-5/+33
2013-05-09handle various ReturnXXXX types for formsNoel Power1-8/+5
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer1-4/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-9/+9
2013-05-06Java cleanup, close file handles when done with themNoel Grandin4-41/+40
2013-05-06Java cleanup, delete some dead codeNoel Grandin2-41/+15
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin2-3/+2
2013-05-06Java cleanup, convert more Vector to ArrayListNoel Grandin2-8/+8
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin14-117/+119
2013-05-06fix typoNoel Grandin1-1/+1
2013-05-04install python scripting provider using filelistDavid Tardon1-2/+4
2013-04-30install example java scripts using filelistDavid Tardon4-51/+43
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks21-484/+84
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin10-18/+18
2013-04-26From the context of the code, this field should not be staticNoel Grandin1-1/+1
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin3-3/+3
2013-04-21fix typoDavid Tardon1-1/+1
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-2/+0
2013-04-19Java cleanup, remove the rest of the unnecessary castsNoel Grandin19-82/+62
2013-04-19fdo#63197: convert 3 out 4 from scripting partJulien Nabet5-12/+20
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-1/+1
2013-04-16Missing includeStephan Bergmann1-1/+1
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-13install Pyuno using PackageDavid Tardon1-1/+1
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-4/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák39-886/+885
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-4/+2
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold3-11/+6
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-07fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin5-44/+25
2013-03-04doubled namespacesThomas Arnhold1-1/+0
2013-03-04doubled includesThomas Arnhold2-5/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-03-03loplugin: improve indentationThomas Arnhold1-8/+9
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-24move loop variables into least scope posCaolán McNamara1-3/+2