summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/moduldlg.cxx
Commit message (Expand)AuthorAgeFilesLines
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-121-3/+1
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-111-1/+3
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-111-3/+1
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-091-1/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-21/+60
|\
| * basctl, basic: convert new to ::Create.Michael Meeks2015-04-171-7/+7
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-2/+2
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-2/+2
| * vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-101-1/+1
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-3/+3
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-1/+32
| * prophylactic double dispose audit.Michael Meeks2015-04-091-2/+7
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-9/+9
| * vcl: VclPtr conversion in basctlNoel Grandin2015-04-091-3/+6
* | loplugin:staticmethodsNoel Grandin2015-04-231-2/+2
* | convert SV_DRAGDOP_ constants to scoped enumNoel Grandin2015-04-221-4/+4
|/
* loplugin:staticmethodsNoel Grandin2015-04-091-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* basctl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-2/+2
* Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini2014-12-051-8/+0
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+3
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-3/+1
* convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2014-10-111-9/+9
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-241-2/+6
* fdo#82577: Handle WindowNoel Grandin2014-09-231-8/+8
* ErrorBox->MessageDialogCaolán McNamara2014-08-181-6/+4
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-271-2/+2
* basctl: sal_Bool->boolNoel Grandin2014-04-151-1/+1
* use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara2014-04-081-10/+4
* svtools: sal_Bool->boolNoel Grandin2014-03-251-3/+3
* basct: prefer passing OUString by referenceNoel Grandin2014-03-171-1/+2
* Remove visual noise from basctlAlexander Wilms2014-02-251-9/+9
* the return of callcatcherCaolán McNamara2014-02-101-5/+0
* auto_ptr -> heap_ptrStephan Bergmann2014-02-071-10/+4
* convert module and dialog tabpages to .uiCaolán McNamara2014-01-061-74/+92
* convert import library dialog to .uiCaolán McNamara2014-01-031-17/+8
* convert organize macros dialog to .uiCaolán McNamara2013-12-241-41/+38
* basctl: include <> for external includesNorbert Thiebaud2013-11-111-1/+1
* convert basctl module from String to OUStringNoel Grandin2013-10-011-1/+1
* fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin2013-06-031-5/+3
* Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann2013-05-251-15/+20
* fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin2013-05-211-20/+15
* Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2012-11-161-0/+1
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-191-24/+24
* rtl::OUString cleanup in basctlRicardo Montania2012-10-161-36/+36
* Use comphelper::getComponentContextStephan Bergmann2012-09-291-5/+2
* Cleanup in basctl (raw pointers)Uray M. János2012-09-071-11/+9
* Basic IDE: namespace basctlUray M. János2012-08-291-103/+107
* IDE: sal_Bool to boolUray M. János2012-08-071-27/+26
* sal_Bool -> boolTakeshi Abe2012-08-011-3/+3