summaryrefslogtreecommitdiff
path: root/scripting/source/protocolhandler
AgeCommit message (Expand)Author
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-07-15scripting/protocolhandler: create instances with uno constructorsNoel Grandin
2020-06-09tdf#42949 Fix IWYU warnings in scripting/Gabor Kelemen
2020-06-09remove the fake SvxScriptErrorDialog codeNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: scriptingStephan Bergmann
2020-05-10compact namespace in sal..svgioNoel Grandin
2020-04-02loplugin:flatten in scriptingNoel Grandin
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin
2019-11-06Check if scripting disabled for each dispatch callSamuel Mehrbrodt
2019-11-05Fix option to disable macrosSamuel Mehrbrodt
2019-08-14revert part of 'warn on load when a document binds an event to a macro'Caolán McNamara
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara
2019-08-06Properly obtain locationStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scriptingStephan Bergmann
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2019-07-20loplugin:referencecasting in scriptingNoel Grandin
2019-06-17loplugin:logexceptionnicely in scripting..sdextNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2018-08-04use C++11 exception rethrowingCaolán McNamara
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-03-27Filter out "SynchronMode" tooTor Lillqvist
2018-03-27Add a separator between two words in an exception messageTor Lillqvist
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: scriptingStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin
2017-07-04loplugin:casttovoidStephan Bergmann
2017-07-02loplugin:casttovoid: scriptingStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-20cleanup unused css/uri/ includesJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-02-28new loplugin unoanyNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scriptingStephan Bergmann
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-03-09loplugin:constantparam in sfx2Noel Grandin
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann