summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* warn on load when a document binds an event to a macroCaolán McNamara2019-09-051-4/+2
* scripting: copy python/InsertText.py to the Scripts directoryAshod Nakashian2019-09-031-0/+1
* python: add sample python script to insert/replace textAshod Nakashian2019-09-031-0/+61
* Improve check for absolute URIStephan Bergmann2019-08-291-1/+1
* construct final url from parsed outputCaolán McNamara2019-08-291-2/+10
* an absolute uri is invalid inputCaolán McNamara2019-08-291-0/+5
* keep name percent-encodedStephan Bergmann2019-08-211-1/+3
* Properly obtain locationStephan Bergmann2019-08-211-2/+7
* Restore original behavior of MasterScriptProvider::hasByNameMike Kaganski2018-12-201-1/+2
* Guard listener cleanup of BasicProviderImplJan-Marek Glogowski2018-11-121-0/+2
* tdf#121143: don't send OnCloseApp twice; properly cleanup AppBasicManagerMike Kaganski2018-11-052-1/+21
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-22/+0
* clang-tidy performance-unnecessary-copy-init in sdNoel Grandin2018-10-241-1/+1
* loplugin:staticvar in variousNoel Grandin2018-10-222-2/+2
* pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara2018-10-221-2/+2
* keep pyuno script processing below base uriCaolán McNamara2018-10-191-2/+28
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-192-10/+10
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-5/+7
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-4/+4
* loplugin:constfields in scriptingNoel Grandin2018-10-099-19/+19
* replace double-checked locking patterns with thread safe ...Jochen Nitschke2018-10-083-37/+13
* tdf#120363: try to avoid asking user to enable JVM when looking ...Mike Kaganski2018-10-081-66/+60
* Use range-based loopMike Kaganski2018-10-061-7/+4
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-241-0/+1
* New loplugin:externalStephan Bergmann2018-09-174-32/+32
* tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen2018-09-131-0/+1
* loplugin:simplifyconstruct in scaddins..sdNoel Grandin2018-09-103-4/+1
* loplugin:useuniqueptr in StringResourcePersistenceImplNoel Grandin2018-09-091-6/+4
* loplugin:useuniqueptr in StringResourceImplNoel Grandin2018-08-222-34/+28
* Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2018-08-202-45/+21
* Fix typosAndrea Gelmini2018-08-131-1/+1
* use C++11 exception rethrowingCaolán McNamara2018-08-041-5/+5
* Add missing sal/log.hxx headersGabor Kelemen2018-07-306-0/+6
* cid#1437407: create class loader in doPrivilegedStephan Bergmann2018-07-051-3/+8
* Restore binary compatibility for ClassLoaderFactoryStephan Bergmann2018-06-154-9/+6
* tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov2018-06-152-18/+16
* simplify calls to *DialogFactory::Create methodsNoel Grandin2018-06-121-9/+3
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-253-13/+17
* Use the . separator between sheet name and cell range instead of ! to match UITor Lillqvist2018-05-091-1/+1
* Fix typosAndrea Gelmini2018-05-051-2/+2
* Removed executable permission on data filesAndrea Gelmini2018-05-041-0/+0
* tdf#117202 more pythonic and allow spaces as argumentLaurent Godard2018-04-271-11/+13
* tdf#117202 - parse function name to get argumentsLaurent Godard2018-04-251-4/+30
* pyprov is not deprecatedLaurent Godard2018-04-251-4/+4
* use the standard name pattern for a packageDavid Tardon2018-04-151-3/+3
* remove some unused comphelper includesJochen Nitschke2018-04-151-2/+0
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-034-10/+10
* use https links for api.libreoffice.org and opengrokdennisroczek2018-04-022-6/+6
* Add mode lines and license blurbTor Lillqvist2018-03-281-0/+11
* Add DeleteNamedRange functionTor Lillqvist2018-03-281-0/+11