summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-1/+0
2019-02-24tdf#123589 Removing close button from toolbar in Beanshell editorEL-SHREIF1-3/+1
2019-02-23loplugin:unusedfields in scNoel Grandin1-10/+0
2019-02-19More loplugin:simplifyboolStephan Bergmann1-3/+3
2019-02-18Fix product nameSamuel Mehrbrodt2-2/+2
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski3-4/+7
2019-02-11new loplugin writeonlyvarsNoel Grandin1-2/+0
2019-02-09loplugin:indentation in sdNoel Grandin1-1/+1
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-3/+2
2018-12-20Restore original behavior of MasterScriptProvider::hasByNameMike Kaganski1-1/+2
2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov4-67/+55
2018-12-19use unique_ptr in StringResourceImplNoel Grandin2-26/+20
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-09Fixed typo, deleted whitespaceMatthias Seidel1-34/+35
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin1-1/+1
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-12/+9
2018-11-22improve function-local statics in scripting..svtoolsNoel Grandin1-6/+5
2018-11-12Guard listener cleanup of BasicProviderImplJan-Marek Glogowski1-0/+2
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