summaryrefslogtreecommitdiff
path: root/scripting/source/dlgprov
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2-17/+4
2013-10-18random OUString to String conversionsNoel Grandin1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-8/+8
2013-05-28fdo#46808, Convert awt::UnoControlDialog to new styleNoel Grandin2-56/+47
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann4-65/+85
2013-05-24scripting: get CreateUnoDialog() work againMiklos Vajna1-1/+2
2013-05-23fix awt::UnoControlModelDialog crashNoel Grandin1-1/+5
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-2/+2
2013-05-21fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin2-42/+33
2013-05-21fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin4-49/+33
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák6-153/+153
2013-03-07fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin1-12/+7
2013-03-04doubled namespacesThomas Arnhold1-1/+0
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-5/+3
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-75/+0
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-4/+0
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1