summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basidesh.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks1-1/+1
2015-04-12cppcheck: cstyleCastCaolán McNamara1-2/+2
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks1-4/+1
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-1/+1
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks1-0/+6
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-8/+8
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-6/+6
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin1-20/+20
2014-12-05Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini1-4/+0
2014-11-25We now only need one bit of information hereCaolán McNamara1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-05-22bnc#467278: Introduce a warning that changes to VBA macros cannot be saved.Jan Holesovsky1-1/+9
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky1-2/+2
2014-04-18sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky1-1/+1
2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky1-3/+2
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky1-1/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-17basct: prefer passing OUString by referenceNoel Grandin1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2014-02-21Add config option used when we try to link one huge object file.Matúš Kukan1-0/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann1-3/+1
2014-01-14PrepareClose should probably return boolStephan Bergmann1-1/+1
2013-06-15Related: #i108689# Invalidate Basic IDE slots to trigger feature updateAriel Constenla-Haile1-0/+3
2013-03-27-Wunused-macrosStephan Bergmann1-3/+0
2013-02-09Remove unused methodsThomas Arnhold1-6/+0
2012-11-20Bin pointless _SOLAR__PRIVATE which was always 1 anywayTor Lillqvist1-1/+0
2012-11-07basic: String -> OUStringNorbert Thiebaud1-1/+1
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud1-0/+8
2012-10-05More ::rtl::OUString cleanup in basctlRicardo Montania1-21/+20
2012-09-07Cleanup in basctl (raw pointers)Uray M. János1-5/+8
2012-08-29Basic IDE: namespace basctlUray M. János1-136/+122
2012-08-17Object Catalog in Dialog EditorUray M. János1-43/+37
2012-08-07IDE: dynamic_cast fixUray M. János1-2/+2
2012-08-07IDE: PTR_CAST, ISA to dynamic_castUray M. János1-15/+9
2012-08-07IDE: sal_Bool to boolUray M. János1-16/+15
2012-08-07Basic IDE Object Catalog improvementsUray M. János1-44/+8
2012-08-02sal_Bool -> boolTakeshi Abe1-7/+7
2012-07-31sal_Bool -> boolTakeshi Abe1-17/+17
2012-07-27sal_Bool -> boolTakeshi Abe1-13/+13
2012-07-26sal_Bool -> boolTakeshi Abe1-4/+4
2012-07-25fdo#50633 IDE: select current module in Object Catalog on openUray M. János1-5/+1
2012-07-24fdo#52223 fix Object Catalog in Basic IDE when resizingUray M. János1-2/+0
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann1-1/+0
2012-06-29Remove unused header guards and optionsThomas Arnhold1-7/+0
2012-06-29Remove last PCH tracesThomas Arnhold1-3/+10
2012-06-12re-base on ALv2 code.Michael Meeks1-23/+14