summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)AuthorFilesLines
2013-08-22deb#719941: pythonscript.py: use open() instead of file()Rene Engelhard1-1/+1
2013-08-22deb#719941: unbreak python script provider debug logging on Python 3Michael Stahl1-1/+1
2013-07-31fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VBNoel Power1-1/+3
2013-07-15Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2Caolán McNamara1-6/+14
2013-07-13Resolves: fdo#66761 Macro controlled Python Mailmerge brokenCaolán McNamara1-1/+4
2013-06-18Resolves: fdo#55411 python 2 vs 3 str/bytes encoding issuesCaolán McNamara1-4/+7
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann4-65/+85
2013-05-24scripting: get CreateUnoDialog() work againMiklos Vajna1-1/+2
2013-05-24fix awt::UnoControlModelDialog crashNoel Grandin1-1/+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-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-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-2/+0
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-1/+1
2013-04-16Missing includeStephan Bergmann1-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-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-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-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-24move loop variables into least scope posCaolán McNamara1-3/+2
2013-02-24coverity#704434 Non-array delete for scalarsJulien Nabet1-1/+1
2013-02-24loplugin: unused variablesThomas Arnhold1-3/+0
2013-02-22s/the the/the/Tor Lillqvist1-2/+2
2013-02-22scripting: s/pathes/paths and s/Pathes/PathsMiklos Vajna1-15/+15
2013-02-19fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-3/+4
2013-02-11fdo#46808, convert io::TextOutputStream service to new-styleNoel Grandin1-65/+57
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin1-105/+96
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin2-12/+7
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac8-59/+57
2013-01-15make emailmerge work with python3 and python2 at the same timeCaolán McNamara1-5/+12
2013-01-15tidy mailmerge debuging messagesCaolán McNamara1-16/+16
2013-01-15make emailmerge work for me with python3Caolán McNamara2-10/+29
2013-01-15i118814 - Allow set connection timeout in Mail APIAriel Constenla-Haile1-6/+22
2013-01-15i118791 - Encode ReadableName in UTF-8 only when necessaryAriel Constenla-Haile1-1/+6
2013-01-15i118736 - i118787 : fix XMailMessage implementation in mailmerge.pyAriel Constenla-Haile1-24/+25
2013-01-14mailmerge.py: fix the debug strings againMichael Stahl1-3/+3
2013-01-14fdo#59249: mailmerge.py: adapt to changes in smtplib:Michael Stahl1-8/+17