summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-09coverity#1297234 Uncaught exceptionCaolán McNamara2-2/+2
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2-2/+3
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2-0/+2
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-3/+3
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann6-13/+8
2015-05-05remove unused #include awt/InvalidateStyle.hppMichael Stahl3-3/+0
2015-05-05loplugin:staticmethodsNoel Grandin17-52/+52
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-4/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann3-8/+5
2015-05-02Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.Michael Meeks1-1/+2
2015-04-30Gradually typed LinkStephan Bergmann2-4/+4
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist7-26/+26
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist2-3/+3
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-1/+1
2015-04-29convert SDRMOUSE constants to scoped enumNoel Grandin1-7/+7
2015-04-29convert SDRINSERT constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert CTF_ constants to scoped enumNoel Grandin1-2/+2
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl2-4/+4
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl8-8/+8
2015-04-28reportdesign: fix GCC-4.7 buildMiklos Vajna1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks44-572/+810
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks44-572/+810
2015-04-28Fix Boolean expressionStephan Bergmann1-2/+1
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann3-6/+6
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-4/+4
2015-04-23reportdesign: missing SAL_CALLs.Michael Meeks1-4/+4
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann1-5/+5
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin2-2/+2
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin1-5/+6
2015-04-20dbaccess: convert new to ::Create.Michael Meeks1-1/+1
2015-04-17reportdesign: convert new to ::Create.Michael Meeks13-35/+35
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin2-67/+67
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin25-47/+47
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-3/+4
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks2-4/+4
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks2-4/+5
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2-6/+6
2015-04-10Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks1-1/+1
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin3-14/+0
2015-04-10more toolkit API adaptations.Michael Meeks2-2/+2
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin19-63/+61
2015-04-10vclwidget: only call dispose() onceNoel Grandin18-20/+27
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks2-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin33-96/+207
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks1-0/+1