summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basidesh.cxx
AgeCommit message (Expand)Author
2016-02-21tdf#93837 Convert RID_POPUP_DLGED to xmlMaxim Monastirsky
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-02-09Remove excess newlinesChris Sherlock
2016-01-22tdf#96683 Move tabs in Basic IDE to an own rowSamuel Mehrbrodt
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-09-10no need to warn anymore as we can save VBA nowMarkus Mohrhard
2015-09-04convert Link<> to typedNoel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin
2015-07-17com::sun::star->css in basctlNoel Grandin
2015-07-17Convert dialog controls button to the generic controllerMaxim Monastirsky
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-24tdf#92258 - fix crash editing macro module name.Michael Meeks
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-06-15cppcheck:redundantConditionNoel Grandin
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-18cppunit: noExplicitConstructorCaolán McNamara
2015-05-15tdf#91239 - return VclPtr's from Create Fn.s and add missing dispose logic.Michael Meeks
2015-05-15tdf#91239 - add missing disposeAndClear logic for basctl.Julien Nabet
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks
2015-04-12cppcheck: cstyleCastCaolán McNamara
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin
2014-12-05Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini
2014-11-25We now only need one bit of information hereCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-05-22bnc#467278: Introduce a warning that changes to VBA macros cannot be saved.Jan Holesovsky
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky
2014-04-18sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann