summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-4/+4
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in SCRIPTING moduleNoel Grandin6-21/+20
2013-11-06Drop unnecessary #includesTakeshi Abe1-1/+0
2013-11-04remove redundant calls to OUString constructorNoel Grandin3-12/+12
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-3/+3
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin6-7/+7
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza7-99/+18
2013-10-18random OUString to String conversionsNoel Grandin1-1/+1
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-3/+1
2013-08-21deb#719941: pythonscript.py: use open() instead of file()Rene Engelhard1-1/+1
2013-08-20deb#719941: unbreak python script provider debug logging on Python 3Michael Stahl1-1/+1
2013-08-19Mark as constTakeshi Abe2-2/+2
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist2-3/+4
2013-08-07resolved fdo#67444 don't push_back() with already reserved sizeEike Rathke1-2/+3
2013-07-30fdo#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-5/+11
2013-07-14Related: fdo#66761 we want the bytes, not a str representation of themCaolán McNamara1-1/+3
2013-07-13Resolves: fdo#66761 Macro controlled Python Mailmerge brokenCaolán McNamara1-1/+4
2013-07-12Resolves: #i120083# make python loglevel and log output changeable...Herbert Dürr1-8/+16
2013-07-11use LanguageTag::getMatchingFallback()Eike Rathke1-21/+10
2013-07-10added FIXME-BCP47 commentsEike Rathke1-0/+8
2013-06-29remove OUString wrap for string literalsThomas Arnhold3-13/+13
2013-06-28remove an unused headerThomas Arnhold11-38/+0
2013-06-18add python ver to debugging infoCaolán McNamara1-0/+1
2013-06-17Resolves: fdo#55411 python 2 vs 3 str/bytes encoding issuesCaolán McNamara1-4/+7
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-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