summaryrefslogtreecommitdiff
path: root/scripting/source/protocolhandler/scripthandler.cxx
AgeCommit message (Expand)AuthorFilesLines
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 Bergmann1-11/+0
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-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-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin1-11/+9
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2014-12-15scripting: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-08-26Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+3
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-3/+3
2014-05-18Resolves: #i113481# query script invocation from the current frame...Tsutomu Uchino1-0/+40
2014-04-24scripting: sal_Bool->boolNoel Grandin1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-10/+10
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+3
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-22bool improvementsStephan Bergmann1-2/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-13/+3
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-3/+1
2013-06-28remove an unused headerThomas Arnhold1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-19/+19
2013-03-07fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin1-15/+8
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-3/+3