summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2018-11-05tdf#121143: don't send OnCloseApp twice; properly cleanup AppBasicManagerMike Kaganski2-1/+21
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-22/+0
2018-10-24clang-tidy performance-unnecessary-copy-init in sdNoel Grandin1-1/+1
2018-10-22loplugin:staticvar in variousNoel Grandin2-2/+2
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara1-2/+2
2018-10-19keep pyuno script processing below base uriCaolán McNamara1-2/+28
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin2-10/+10
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-5/+7
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-4/+4
2018-10-09loplugin:constfields in scriptingNoel Grandin9-19/+19
2018-10-08replace double-checked locking patterns with thread safe ...Jochen Nitschke3-37/+13
2018-10-08tdf#120363: try to avoid asking user to enable JVM when looking ...Mike Kaganski1-66/+60
2018-10-06Use range-based loopMike Kaganski1-7/+4
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-17New loplugin:externalStephan Bergmann4-32/+32
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-10loplugin:simplifyconstruct in scaddins..sdNoel Grandin3-4/+1
2018-09-09loplugin:useuniqueptr in StringResourcePersistenceImplNoel Grandin1-6/+4
2018-08-22loplugin:useuniqueptr in StringResourceImplNoel Grandin2-34/+28
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2-45/+21
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-08-04use C++11 exception rethrowingCaolán McNamara1-5/+5
2018-07-30Add missing sal/log.hxx headersGabor Kelemen6-0/+6
2018-07-05cid#1437407: create class loader in doPrivilegedStephan Bergmann1-3/+8
2018-06-15Restore binary compatibility for ClassLoaderFactoryStephan Bergmann4-9/+6
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov2-18/+16
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-9/+3
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin3-13/+17
2018-05-09Use the . separator between sheet name and cell range instead of ! to match UITor Lillqvist1-1/+1
2018-05-05Fix typosAndrea Gelmini1-2/+2
2018-05-04Removed executable permission on data filesAndrea Gelmini1-0/+0
2018-04-27tdf#117202 more pythonic and allow spaces as argumentLaurent Godard1-11/+13
2018-04-25tdf#117202 - parse function name to get argumentsLaurent Godard1-4/+30
2018-04-25pyprov is not deprecatedLaurent Godard1-4/+4
2018-04-15use the standard name pattern for a packageDavid Tardon1-3/+3
2018-04-15remove some unused comphelper includesJochen Nitschke1-2/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin4-10/+10
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek2-6/+6
2018-03-28Add mode lines and license blurbTor Lillqvist1-0/+11
2018-03-28Add DeleteNamedRange functionTor Lillqvist1-0/+11
2018-03-28Add NamedRanges.py to the relevant MakefileTor Lillqvist1-0/+1
2018-03-28Fix class name in debug messageTor Lillqvist1-1/+1
2018-03-28Add another sample Python script, to handle named ranges in spreadsheetsTor Lillqvist1-0/+37
2018-03-27Add another sample Python scriptTor Lillqvist2-0/+16
2018-03-27Filter out "SynchronMode" tooTor Lillqvist1-4/+6
2018-03-27Bin some dead codeTor Lillqvist1-5/+0
2018-03-27Add a separator between two words in an exception messageTor Lillqvist1-1/+1
2018-02-22weld native message dialogsCaolán McNamara1-2/+5
2018-01-30tdf#63388: use SMTP_SSL for port 465Justin Luth1-2/+5
2018-01-27Fix typosAndrea Gelmini1-1/+1