summaryrefslogtreecommitdiff
path: root/scripting/source/protocolhandler
AgeCommit message (Expand)Author
2019-11-21warn on load when a document binds an event to a macroCaolán McNamara
2019-08-07Properly obtain locationStephan Bergmann
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
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-03scripting: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2014-12-15scripting: Use appropriate OUString functions on string constantsStephan Bergmann
2014-08-26Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-04compareToAscii -> equalsAsciiNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-18Resolves: #i113481# query script invocation from the current frame...Tsutomu Uchino
2014-04-24scripting: sal_Bool->boolNoel Grandin
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-01-28bool improvementsStephan Bergmann
2014-01-22bool improvementsStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza