summaryrefslogtreecommitdiff
path: root/scripting/source/protocolhandler
AgeCommit message (Expand)AuthorFilesLines
2020-05-10compact namespace in sal..svgioNoel Grandin1-2/+2
2020-04-02loplugin:flatten in scriptingNoel Grandin1-25/+25
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin1-1/+1
2019-11-06Check if scripting disabled for each dispatch callSamuel Mehrbrodt1-1/+4
2019-11-05Fix option to disable macrosSamuel Mehrbrodt1-1/+2
2019-08-14revert part of 'warn on load when a document binds an event to a macro'Caolán McNamara1-23/+33
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara1-33/+22
2019-08-06Properly obtain locationStephan Bergmann1-2/+7
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scriptingStephan Bergmann1-1/+1
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov1-11/+8
2019-07-20loplugin:referencecasting in scriptingNoel Grandin1-5/+3
2019-06-17loplugin:logexceptionnicely in scripting..sdextNoel Grandin1-7/+6
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-3/+3
2018-08-04use C++11 exception rethrowingCaolán McNamara1-5/+5
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-9/+3
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-7/+5
2018-03-27Filter out "SynchronMode" tooTor Lillqvist1-4/+6
2018-03-27Add a separator between two words in an exception messageTor Lillqvist1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scriptingStephan Bergmann1-3/+3
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+2
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-31loplugin:oncevarNoel Grandin1-3/+2
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin1-2/+2
2017-07-04loplugin:casttovoidStephan Bergmann1-3/+1
2017-07-02loplugin:casttovoid: scriptingStephan Bergmann1-13/+4
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-2/+0
2017-05-20cleanup unused css/uri/ includesJochen Nitschke1-1/+0
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-32/+11
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scriptingStephan Bergmann1-0/+1
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin1-9/+6
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann1-6/+2
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-03-09loplugin:constantparam in sfx2Noel Grandin1-1/+1
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-2/+1
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin2-15/+13
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-10/+10
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-03scripting: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1