summaryrefslogtreecommitdiffstats
path: root/scripting/source/provider/MasterScriptProvider.cxx
Commit message (Expand)AuthorAgeFilesLines
* simplify some OUString::concat usageNoel Grandin2017-07-111-15/+8
* loplugin:casttovoid: scriptingStephan Bergmann2017-07-021-1/+0
* clang-tidy readability-delete-null-pointerNoel Grandin2017-06-121-8/+3
* clang-tidy readability-simplify-boolean-exprNoel Grandin2017-04-281-37/+10
* Fix typosAndrea Gelmini2017-03-021-4/+4
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-151-19/+3
* Add missing #includesStephan Bergmann2017-02-061-1/+1
* unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin2017-02-021-2/+3
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-2/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-19/+9
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-1/+1
* OSL_TRACE->SAL in sc..scriptingNoel Grandin2016-12-131-5/+2
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* loplugin:expandablemethods in scaddins..scriptingNoel Grandin2016-10-281-17/+3
* loplugin:expandablemethodds in scaddins..sdextNoel Grandin2016-10-201-5/+4
* Fix typosAndrea Gelmini2016-10-011-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* Remove excess newlinesChris Sherlock2016-02-091-5/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-7/+7
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-2/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-3/+3
* loplugin:unusedmethods scripting,scNoel Grandin2015-07-221-1/+0
* loplugin:simplifyboolStephan Bergmann2015-07-161-2/+2
* Fix typosAndrea Gelmini2015-07-081-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-3/+3
* scripting: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-2/+2
* Improve loggingStephan Bergmann2014-09-171-1/+3
* Fix *_component_getFactory function typeStephan Bergmann2014-08-211-2/+2
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-5/+0
* scripting: remove SAL_THROW macroNoel Grandin2014-06-051-4/+0
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-30/+15
* scripting: sal_Bool->boolNoel Grandin2014-04-241-2/+2
* Clean up function declarationsStephan Bergmann2014-04-141-15/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-17/+17
* Remove visual noise from scriptingAlexander Wilms2014-02-261-33/+33
* bool improvementsStephan Bergmann2014-01-281-2/+2
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-1/+1
* bool improvementsStephan Bergmann2014-01-221-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-6/+6
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-2/+2
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-221-11/+2
* Mark as constTakeshi Abe2013-08-191-1/+1
* fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VBNoel Power2013-07-301-1/+3
* remove an unused headerThomas Arnhold2013-06-281-1/+0
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-2/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-65/+65
* fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin2013-03-071-7/+5