summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2018-05-09Use the . separator between sheet name and cell range instead of ! to match UITor Lillqvist1-1/+1
2018-04-03Add mode lines and license blurbTor Lillqvist1-0/+11
2018-04-03Add DeleteNamedRange functionTor Lillqvist1-0/+11
2018-04-03Add NamedRanges.py to the relevant MakefileTor Lillqvist1-0/+1
2018-04-03Fix class name in debug messageTor Lillqvist1-1/+1
2018-04-03Add another sample Python script, to handle named ranges in spreadsheetsTor Lillqvist1-0/+37
2018-04-03Add another sample Python scriptTor Lillqvist2-0/+16
2018-04-03Filter out "SynchronMode" tooTor Lillqvist1-4/+6
2018-04-03Bin some dead codeTor Lillqvist1-5/+0
2018-04-03Add a separator between two words in an exception messageTor Lillqvist1-1/+1
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin3-3/+3
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-1/+1
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin1-6/+2
2017-04-18tdf#92007 python scripts with tuple-assignments fails on access from GUIWerner Tietz1-1/+6
2017-02-17Match conditionals in Repository.mkTor Lillqvist1-2/+2
2016-12-18tdf#103363: add unicodedata and import idna encoding for mailmergeJulien Nabet1-0/+1
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin4-27/+11
2016-11-01Omit the default comparatorTakeshi Abe1-1/+1
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin3-3/+3
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin1-1/+1
2016-10-28loplugin:expandablemethods in scaddins..scriptingNoel Grandin4-39/+5
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl2-2/+5
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin2-8/+4
2016-10-16tdf#98004 - Enhansment on Editor(Beanshell)nadith1-6/+9
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2-11/+11
2016-10-03ClassLoader->URLClassLoaderCaolán McNamara4-7/+10
2016-10-01Fix typosAndrea Gelmini5-5/+5
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann15-24/+24
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-4/+2
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann2-4/+4
2016-08-19Revert "coverity#1371372 Resource leak on an exceptional path"Caolán McNamara4-30/+8
2016-08-19coverity#1371372 Resource leak on an exceptional pathCaolán McNamara4-8/+30
2016-08-19coverity#1371367 Resource leak on an exceptional pathCaolán McNamara1-0/+3
2016-08-09python macros aren't listed under scripting organizeCaolán McNamara1-3/+2
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin1-2/+2
2016-08-01remove dead ASYNC codeNoel Grandin1-47/+4
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-11/+0
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-5/+5
2016-06-24compilerplugins: add OWeakObject::release() override checkMichael Stahl1-5/+2
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini1-10/+6
2016-06-06remove unused imports in java codeNoel Grandin1-1/+0
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-1/+1
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-05-15coverity#1361587 Dereference null return valueCaolán McNamara2-24/+26
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-6/+6
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-24Don't use SolarMutexGuard for returning a constantArnaud Versini1-2/+0