summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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
* coverity#704434 Non-array delete for scalarsJulien Nabet2013-02-241-1/+1
* loplugin: unused variablesThomas Arnhold2013-02-241-3/+0
* Fix typo accessable/accessibleJulien Nabet2013-02-231-1/+1
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-221-4/+4
* s/the the/the/Tor Lillqvist2013-02-223-4/+4
* scripting: s/pathes/paths and s/Pathes/PathsMiklos Vajna2013-02-221-15/+15
* fix build breakage: ENABLE_SCRIPTING_PYTHON was already removedDavid Ostrovsky2013-02-201-3/+1
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-02-191-3/+4
* Fix typoJulien Nabet2013-02-181-1/+1
* fdo#60670: Create a new document in case there's noneXisco Fauli2013-02-171-1/+6
* fdo#46808, convert io::TextOutputStream service to new-styleNoel Grandin2013-02-111-65/+57
* fdo#46808, convert io::TextInputStream service to new styleNoel Grandin2013-02-111-105/+96
* fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin2013-02-112-12/+7
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-308-59/+57
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-266-0/+12
* make emailmerge work with python3 and python2 at the same timeCaolán McNamara2013-01-151-5/+12
* tidy mailmerge debuging messagesCaolán McNamara2013-01-151-16/+16
* make emailmerge work for me with python3Caolán McNamara2013-01-152-10/+29
* i118814 - Allow set connection timeout in Mail APIAriel Constenla-Haile2013-01-151-6/+22
* i118791 - Encode ReadableName in UTF-8 only when necessaryAriel Constenla-Haile2013-01-151-1/+6
* i118736 - i118787 : fix XMailMessage implementation in mailmerge.pyAriel Constenla-Haile2013-01-151-24/+25
* mailmerge.py: fix the debug strings againMichael Stahl2013-01-141-3/+3
* fdo#59249: mailmerge.py: adapt to changes in smtplib:Michael Stahl2013-01-141-8/+17
* Revert "fdo#59249: mailmerge.py: some more bytes vs. str mangling"Michael Stahl2013-01-141-4/+4
* fdo#59249: mailmerge.py: some more bytes vs. str manglingMichael Stahl2013-01-111-4/+4
* Can't convert 'Enum' resp. 'bytes' object to str implicitlyStephan Bergmann2013-01-111-2/+2
* fdo#59249: String literal needs a "b" prefix in Pyhton 3Stephan Bergmann2013-01-111-2/+2
* Fix type SMPT->SMTPJulien Nabet2013-01-071-15/+15
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-211-28/+19
* officehelper.py: fix obvious Python 3 issuesMichael Stahl2012-12-122-20/+20
* Remove xml2cmp leftoversStephan Bergmann2012-12-126-336/+0
* mailmerge.py: fix obvious Python 3 issuesMichael Stahl2012-12-112-59/+59
* Python: fix deprecated + "== None" instead of "is None"Julien Nabet2012-12-091-2/+2
* clean up more sbxToUnoValue declarationsMichael Stahl2012-12-041-3/+1
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-3013-27/+0
* Turn Python Scripting Provider from bundled extension to plain codeStephan Bergmann2012-11-308-113/+26
* OUString::concat() does not modify in-placeTor Lillqvist2012-11-282-3/+3
* fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2012-11-281-6/+3
* fdo#48317 - Support jumping to next/previous changeMuhammad Haggag2012-11-271-0/+2
* API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl2012-11-261-1/+1
* scripting: Capitalise.py example: fix Python 3 syntax errorsMichael Stahl2012-11-251-4/+4
* scripting: pythonscript.py: adapt to Python 3Michael Stahl2012-11-251-27/+48
* AllSettings with LanguageTagEike Rathke2012-11-222-1/+2
* targetted cleanup of misc. vba pieces.Noel Power2012-11-161-3/+3
* fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-157-27/+20
* scripting: warning C4804 usafe use of type boolMichael Stahl2012-11-081-1/+1
* basic: String -> OUString in basicmanagerNorbert Thiebaud2012-11-031-15/+25