summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-09sw: more double dispose work.Michael Meeks1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2-18/+18
2015-04-09vcl: VclPtr conversion in reportdesignNoel Grandin25-373/+506
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-32/+32
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann5-6/+6
2015-03-25TyposJulien Nabet1-1/+1
2015-03-24loplugin:constantfunction: reportdesignNoel Grandin7-36/+1
2015-03-24convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin1-2/+2
2015-03-24convert SvxZoomType to enum classNoel Grandin3-8/+8
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin4-13/+13
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-5/+16
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-10/+7
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1