summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/scriptdlg.cxx
AgeCommit message (Expand)Author
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-16b*, c*: load BitmapEx resources instead of Image onesCaolán McNamara
2016-12-21convert VclButtonsType to scoped enumNoel Grandin
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke
2016-11-02Improve some error reportingStephan Bergmann
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin
2016-05-30Convert SelectionMode to scoped enumNoel Grandin
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara
2016-04-18cppcheck: silence known condition warning in cuiJochen Nitschke
2016-04-12Remove empty scriptdlg.hrcStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-09-08convert Link<> to typedNoel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-29com::sun::star->css in cuiNoel Grandin
2015-07-28convert INPUTMODE_ constants to scoped enumNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-07Catch another erroneous 'make' constructor function.Michael Meeks
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-23loplugin:constantfunction: cuiNoel Grandin
2014-09-30cui: std::auto_ptr -> std::unique_ptrStephan Bergmann