summaryrefslogtreecommitdiff
path: root/scripting/source/provider
AgeCommit message (Expand)AuthorFilesLines
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-6/+6
2016-04-21new plugin stylepoliceNoel Grandin1-6/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-5/+5
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-2/+2
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan2-3/+2
2016-04-01sequence->vector in scriptingNoel Grandin2-21/+18
2016-02-09Remove excess newlinesChris Sherlock2-7/+0
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-12-22loplugin:unusedfields in scriptingNoel Grandin1-1/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-11/+11
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin3-7/+6
2015-11-02No need for this debug codeStephan Bergmann1-7/+0
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara7-10/+10
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin5-11/+10
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-58/+58
2015-09-30Fix typosAndrea Gelmini3-3/+3
2015-09-03scripting: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe10-21/+18
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-12/+12
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin4-6/+0
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+2
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-05-18Remove include stdio (part2)Julien Nabet1-2/+0
2015-04-13loplugin:staticmethodsNoel Grandin2-2/+2
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara3-20/+15
2014-12-18scripting: Use appropriate OUString functions on string constantsStephan Bergmann2-3/+3
2014-12-15scripting: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-24coverity#1237350 use our double-locking templates for thisCaolán McNamara2-23/+25
2014-09-17Improve loggingStephan Bergmann1-1/+3
2014-09-02createNonDocMSPs->ensureNonDocMSPsCaolán McNamara2-22/+26
2014-08-21Fix *_component_getFactory function typeStephan Bergmann1-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-6/+1
2014-06-05scripting: remove SAL_THROW macroNoel Grandin5-19/+3
2014-06-01fdo#68849: Add header guards to all include filesJens Carl2-0/+11
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin5-46/+23
2014-05-11Fix previous commit (scripting part)Julien Nabet1-2/+2
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-2/+2
2014-04-24scripting: sal_Bool->boolNoel Grandin2-7/+7
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold5-13/+13
2014-04-14Clean up function declarationsStephan Bergmann4-18/+16
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann4-8/+8
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann6-58/+58
2014-03-10scripting: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-2/+1