summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/scriptdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks1-4/+2
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+2
2015-05-07Catch another erroneous 'make' constructor function.Michael Meeks1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-18cui: convert new to ::Create.Michael Meeks1-1/+1
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin1-2/+2
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-5/+5
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-4/+4
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-2/+2
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+18
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-15/+15
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+12
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-8/+8
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-5/+0
2014-09-30cui: std::auto_ptr -> std::unique_ptrStephan Bergmann1-23/+9
2014-09-23fdo#82577: Handle WindowNoel Grandin1-13/+13
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-7/+7
2014-07-30Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-4/+4
2014-04-16cui: sal_Bool->boolNoel Grandin1-16/+14
2014-04-14typo: somethng -> somethingThomas Arnhold1-1/+1
2014-03-25svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-17cui: prefer passing OUString by referenceNoel Grandin1-2/+2
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-3/+3
2014-02-26Remove visual noise from cuiAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-01-13SvTreeListBox::ExpandingHdl should return boolStephan Bergmann1-2/+2
2014-01-04convert new lib dialog to .uiCaolán McNamara1-50/+18
2014-01-04std::auto_ptr -> boost::scoped_ptrCaolán McNamara1-6/+3
2013-11-11remove unnecessary use of OUString constructor in CUI moduleNoel Grandin1-5/+5
2013-10-01convert CUI module from String to OUStringNoel Grandin1-19/+19
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-28always call setDeferredProperties for dialog get/set titleCaolán McNamara1-1/+0
2013-06-25Resolves: fdo#65716 MACROLANG not substituted in titleCaolán McNamara1-0/+1
2013-05-15fdo#46808, Convert singleton theBrowseNodeFactory to new styleNoel Grandin1-4/+2
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-2/+2
2013-02-24loplugin: unused variablesThomas Arnhold1-2/+0
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-131/+117
2013-01-22make fast string concat comparisons non-ambiguousLuboš Luňák1-3/+2
2013-01-22tools/string.hxx: add operator==/!= for OUString/StringMichael Stahl1-2/+3
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-6/+2
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara1-1/+1