summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Collapse)AuthorAgeFilesLines
* Java cleanup, access static methods using correct syntaxNoel Grandin2013-04-2610-18/+18
| | | | Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87
* From the context of the code, this field should not be staticNoel Grandin2013-04-261-1/+1
| | | | Change-Id: Idf092b0edf2c538d21b189cd742407bf2fd39fa7
* Java cleanup, use generic containers where possibleNoel Grandin2013-04-243-3/+3
| | | | | | | Change-Id: Icd830004de3e121f5b96393e7d7b447775833419 Reviewed-on: https://gerrit.libreoffice.org/3569 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* fix typoDavid Tardon2013-04-211-1/+1
| | | | Change-Id: Iaf1875bd7223743aa4309c970601fca3417afe17
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-2/+0
| | | | Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
* Java cleanup, remove the rest of the unnecessary castsNoel Grandin2013-04-1919-82/+62
| | | | | | | Change-Id: Ia61d250f6b3711abc29569c5ece38a6f87e38daa Reviewed-on: https://gerrit.libreoffice.org/3432 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* fdo#63197: convert 3 out 4 from scripting partJulien Nabet2013-04-195-12/+20
| | | | | | | Change-Id: Ie359d0ef00f62dd3c2d1f1dfd86e115409438e76 Reviewed-on: https://gerrit.libreoffice.org/3470 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-181-1/+1
| | | | | | | | | | - nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
* Missing includeStephan Bergmann2013-04-161-1/+1
| | | | Change-Id: I1be082b7db5592ad5090cf3ffaafe708bb1d9be4
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
| | | | Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
* install Pyuno using PackageDavid Tardon2013-04-131-1/+1
| | | | Change-Id: Iabc029091096c82ff2dc79f0fad8f2bf9ee89514
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-071-4/+0
| | | | Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0739-886/+885
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* -Wunused-macrosStephan Bergmann2013-03-271-2/+0
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-4/+2
| | | | | | | | | s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-191-2/+2
| | | | Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-193-11/+6
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin2013-03-075-44/+25
| | | | Change-Id: I647a02e552acdd354463fc46c13c5a73b1c90d09
* doubled namespacesThomas Arnhold2013-03-041-1/+0
| | | | Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
* doubled includesThomas Arnhold2013-03-042-5/+0
| | | | Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
| | | | | | | | Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
* loplugin: improve indentationThomas Arnhold2013-03-031-8/+9
| | | | Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* loplugin: unused variablesThomas Arnhold2013-02-251-1/+0
| | | | Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
* move loop variables into least scope posCaolán McNamara2013-02-241-3/+2
| | | | Change-Id: I8e69e92bbfee2bf20918d041ecc6b7a3f7729fbd
* coverity#704434 Non-array delete for scalarsJulien Nabet2013-02-241-1/+1
| | | | | | | Change-Id: Ie92de56ead7988d951fe44cf63b4e72214b1e22f Reviewed-on: https://gerrit.libreoffice.org/2358 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* loplugin: unused variablesThomas Arnhold2013-02-241-3/+0
| | | | Change-Id: I7fc203900256839e679bf73b717d121fedc42087
* Fix typo accessable/accessibleJulien Nabet2013-02-231-1/+1
| | | | Change-Id: I2f6d00a6361243a52a593acaaf2bf624d8a2730e
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-221-4/+4
| | | | Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
* s/the the/the/Tor Lillqvist2013-02-223-4/+4
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* scripting: s/pathes/paths and s/Pathes/PathsMiklos Vajna2013-02-221-15/+15
| | | | Change-Id: I58d8e8dc9c6a6864206d923165d075114368c866
* fix build breakage: ENABLE_SCRIPTING_PYTHON was already removedDavid Ostrovsky2013-02-201-3/+1
| | | | Change-Id: I22cfcb848fbf7e9568fd4e2a43994ed361a8e1a7
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-02-191-3/+4
| | | | | | | | | | - replaced osl_trace with sal_info - added new log areas to log-area.dox Change-Id: Ib47c4b4c9604bca1f8a635dd01bb89702b47b591 Reviewed-on: https://gerrit.libreoffice.org/2010 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
* Fix typoJulien Nabet2013-02-181-1/+1
| | | | Change-Id: Id5aff315b1d52ac5a869a17b3a654c2d1e670b08
* fdo#60670: Create a new document in case there's noneXisco Fauli2013-02-171-1/+6
| | | | Change-Id: I7e03481beb1d4e60601fd93d787bc7354495e41f
* fdo#46808, convert io::TextOutputStream service to new-styleNoel Grandin2013-02-111-65/+57
| | | | Change-Id: I12af47afc21c2b646197893a77698f4e0818f94f
* fdo#46808, convert io::TextInputStream service to new styleNoel Grandin2013-02-111-105/+96
| | | | Change-Id: Ida4abdd6587399aa8ade88af672bcb23ab7ea0f1
* fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin2013-02-112-12/+7
| | | | | | And deprecate the old-style service util::MacroExpander Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-308-59/+57
| | | | | | | Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-266-0/+12
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* make emailmerge work with python3 and python2 at the same timeCaolán McNamara2013-01-151-5/+12
| | | | Change-Id: I6289b522513a2fc86e261c85a04ca9c89fd55b63
* tidy mailmerge debuging messagesCaolán McNamara2013-01-151-16/+16
| | | | Change-Id: Ibca2af0efa448ed4c2c5b7ad73febf16cbf03480
* make emailmerge work for me with python3Caolán McNamara2013-01-152-10/+29
| | | | Change-Id: I4f79aa69b39d2be8fcceacc90b858f116f875385
* i118814 - Allow set connection timeout in Mail APIAriel Constenla-Haile2013-01-151-6/+22
| | | | | | | Conflicts: scripting/source/pyprov/mailmerge.py Change-Id: I7a3eb3b29f41eed154abd45e1aa5be824983f5de
* i118791 - Encode ReadableName in UTF-8 only when necessaryAriel Constenla-Haile2013-01-151-1/+6
| | | | | | | Conflicts: scripting/source/pyprov/mailmerge.py Change-Id: I5275bdbbc21f422248a32b824ea6de965c23abd0
* i118736 - i118787 : fix XMailMessage implementation in mailmerge.pyAriel Constenla-Haile2013-01-151-24/+25
| | | | | | | | | (cherry picked from commit 4166969f3b8ed05e91c10a724ce7bd39074012a1) Conflicts: scripting/source/pyprov/mailmerge.py Change-Id: I794735f02db1efe04b323fed9db5458242e5c16a
* mailmerge.py: fix the debug strings againMichael Stahl2013-01-141-3/+3
| | | | Change-Id: Iceac0952b6fc9765cb12f6694260070c1c17296b
* fdo#59249: mailmerge.py: adapt to changes in smtplib:Michael Stahl2013-01-141-8/+17
| | | | | | | | | Apparently the login() method in Python 3.3 expects str arguments for user and password, since it calls encode on them, but for Python 2.6 the "encode" calls were explicitly added in the caller since login() does not encode itself; add an ugly version check for that. Change-Id: Iebfce44073a837e9cb845855ba448d5b6a2ebd11