summaryrefslogtreecommitdiffstats
path: root/cui/source/dialogs/scriptdlg.cxx
Commit message (Expand)AuthorAgeFilesLines
* Improve some error reportingStephan Bergmann2016-11-021-21/+7
* make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin2016-10-271-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-3/+3
* loplugin:singlevalfields in basic..idlNoel Grandin2016-09-161-2/+0
* loplugin:constantparam in chart2..connectivityNoel Grandin2016-09-141-3/+2
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-041-15/+5
* Convert VCL_MESSAGE to scoped enumNoel Grandin2016-06-011-2/+2
* Convert SelectionMode to scoped enumNoel Grandin2016-05-301-1/+1
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-191-5/+6
* mpDefDialogParent is not used since 2002Caolán McNamara2016-05-121-5/+1
* cppcheck: silence known condition warning in cuiJochen Nitschke2016-04-181-5/+1
* Remove empty scriptdlg.hrcStephan Bergmann2016-04-121-1/+0
* clang-tidy performance-unnecessary-value-param in cuiNoel Grandin2016-04-121-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-8/+8
* boost->stdCaolán McNamara2015-09-141-2/+1
* convert Link<> to typedNoel Grandin2015-09-081-6/+4
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-4/+2
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-7/+6
* loplugin: defaultparamsNoel Grandin2015-08-141-4/+4
* com::sun::star->css in cuiNoel Grandin2015-07-291-11/+11
* convert INPUTMODE_ constants to scoped enumNoel Grandin2015-07-281-8/+6
* loplugin:simplifyboolStephan Bergmann2015-07-161-3/+3
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1
* tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks2015-05-091-4/+2
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-1/+2
* Catch another erroneous 'make' constructor function.Michael Meeks2015-05-071-1/+1
* Gradually typed LinkStephan Bergmann2015-04-301-1/+1
* cui: convert new to ::Create.Michael Meeks2015-04-181-1/+1
* convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin2015-04-101-2/+2
* dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin2015-04-101-2/+2
* Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-5/+5
* first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-2/+1
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-4/+4
* vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-101-2/+2
* vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-101-2/+2
* vclwidget: only call dispose() onceNoel Grandin2015-04-101-3/+3
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-0/+18
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-15/+15
* vcl: VclPtr conversion in cuiNoel Grandin2015-04-091-0/+12
* loplugin:staticmethodsNoel Grandin2015-04-091-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-8/+8
* loplugin:constantfunction: cuiNoel Grandin2015-03-231-5/+0
* cui: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-23/+9
* fdo#82577: Handle WindowNoel Grandin2014-09-231-13/+13
* ErrorBox->MessageDialogCaolán McNamara2014-08-181-7/+7
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-301-2/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-4/+4
* cui: sal_Bool->boolNoel Grandin2014-04-161-16/+14
* typo: somethng -> somethingThomas Arnhold2014-04-141-1/+1