summaryrefslogtreecommitdiff
path: root/scripting/source/dlgprov
AgeCommit message (Expand)AuthorFilesLines
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-5/+4
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan1-2/+1
2016-02-09Remove excess newlinesChris Sherlock4-35/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-8/+8
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-11/+10
2015-11-04yyyyyNoel Grandin1-3/+2
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara2-2/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+2
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin5-121/+121
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-38/+38
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-03scripting: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-8/+8
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-01-29scripting: remove unnecessary SAL_CALLMichael Stahl2-2/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-2/+2
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-8/+3
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-15scripting: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin2-30/+11
2014-10-01scripting: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann1-2/+2
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-19/+13
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2-2/+2
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-2/+2
2014-06-05scripting: remove SAL_THROW macroNoel Grandin1-2/+1
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-0/+6
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-5/+5
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-7/+3
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold2-5/+5
2014-04-14Clean up function declarationsStephan Bergmann1-1/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-6/+6
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann4-38/+38
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann6-68/+68
2014-02-26Remove visual noise from scriptingAlexander Wilms4-42/+42
2014-02-23Remove unneccessary commentsAlexander Wilms2-33/+33
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in SCRIPTING moduleNoel Grandin1-4/+4
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-2/+2