summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/moduldl2.cxx
Commit message (Expand)AuthorAgeFilesLines
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-121-1/+1
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-111-1/+1
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-111-1/+1
* refactor TreeListBox to use RenderContextTomaž Vajngerl2015-05-111-16/+11
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-091-1/+2
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-291-6/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-16/+78
|\
| * basctl, basic: convert new to ::Create.Michael Meeks2015-04-171-1/+1
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-3/+3
| * vclwidget: fixup locally allocated vcl::Window objectsNoel 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-5/+5
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-1/+45
| * prophylactic double dispose audit.Michael Meeks2015-04-091-5/+11
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-8/+8
| * vcl: VclPtr conversion in basctlNoel Grandin2015-04-091-0/+12
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
|/
* loplugin:staticmethodsNoel Grandin2015-04-091-7/+7
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-1/+1
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
* tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande2015-03-101-6/+5
* reduce scope of local variablesMichael Weghorn2014-12-081-1/+1
* Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini2014-12-051-14/+0
* loplugin: cstylecastNoel Grandin2014-10-231-1/+1
* convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2014-10-111-4/+4
* Resolves: fdo#60904 allow export of VBAProjectCaolán McNamara2014-10-091-2/+8
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-241-1/+3
* fdo#82577: Handle WindowNoel Grandin2014-09-231-8/+8
* Resolves: fdo#81039 crash on adding new macro libraryCaolán McNamara2014-09-141-1/+1
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-271-2/+2
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-05-311-5/+5
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-4/+4
* svtools: sal_Bool->boolNoel Grandin2014-03-251-2/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-5/+5
* Remove unneccessary commentsAlexander Wilms2014-02-231-94/+2
* auto_ptr -> heap_ptrStephan Bergmann2014-02-071-10/+4
* convert module and dialog tabpages to .uiCaolán McNamara2014-01-061-1/+0
* basctl::CheckBox all loaded from .ui now, drop resid ctorCaolán McNamara2014-01-061-11/+0
* convert lib page to .uiCaolán McNamara2014-01-061-93/+96
* convert import library dialog to .uiCaolán McNamara2014-01-031-0/+20
* allow simple MessageDialogs to be created from just message stringsCaolán McNamara2014-01-021-17/+15
* convert export basic dialog to .ui (600th .ui conversion)Caolán McNamara2013-12-311-15/+7
* MessageDialog isn't ready for this usage just yetCaolán McNamara2013-12-311-15/+17
* convert new lib dialog to .uiCaolán McNamara2013-12-311-36/+24
* convert goto line dialog to .uiCaolán McNamara2013-12-311-14/+9
* convert organize macros dialog to .uiCaolán McNamara2013-12-241-10/+0
* vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud2013-12-181-1/+1
* basctl: include <> for external includesNorbert Thiebaud2013-11-111-4/+4
* CID#738560 uninitialized memberCaolán McNamara2013-10-071-5/+6