summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside3.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-07tdf#43157: convert basctl module away from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-05-02loplugin:checkunusedparams in basctl and basicNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-26Kill remaining PseudoSlots usageMaxim Monastirsky1-225/+139
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-08-30Translate some German comments and messagesMaarten Bosmans1-1/+1
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-3/+1
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-04-16tdf#97380: don't destroy completely window when replace dialogJulien Nabet1-1/+1
2016-04-16basctl: prefix some membersJulien Nabet1-42/+42
2016-03-15loplugin:constantparamNoel Grandin1-5/+4
2016-03-09loplugin:constantparam in basctlNoel Grandin1-14/+8
2016-02-21tdf#93837 Convert RID_POPUP_DLGED to xmlMaxim Monastirsky1-3/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-11loplugin:unusedmethods unused return value in basctlNoel Grandin1-8/+3
2015-11-12Resolves: tdf#95021 crash on closing macro dialog editorCaolán McNamara1-0/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-04yyyyyNoel Grandin1-6/+6
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-6/+1
2015-10-06Prefer getSelectedFiles to getFiles (basctl)Julien Nabet1-2/+2
2015-10-05Called C++ object pointer is null DBG_ASSERT->assertCaolán McNamara1-1/+1
2015-09-14boost->stdCaolán McNamara1-1/+1
2015-09-09convert Link<> to typedNoel Grandin1-6/+3
2015-07-17com::sun::star->css in basctlNoel Grandin1-3/+3
2015-06-29remove custom RTTI from basctl::BaseWindowNoel Grandin1-2/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-18basctl: Use typed LinksNoel Grandin1-2/+3
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-1/+2
2015-05-15tdf#91239 - return VclPtr's from Create Fn.s and add missing dispose logic.Michael Meeks1-1/+1
2015-05-14refactor "basctl" classes to use RenderContextTomaž Vajngerl1-32/+14
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-4/+4
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+2
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin1-7/+7
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-12/+14
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-3/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-3/+3
2015-04-09prophylactic double dispose audit.Michael Meeks1-0/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4