summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Expand)AuthorAgeFilesLines
...
| | * reportdesign: convert new to ::Create.Michael Meeks2015-04-1713-35/+35
| | * Manual cleanup of misc. issues.Michael Meeks2015-04-101-3/+4
| | * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-102-4/+4
| | * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-102-4/+5
| | * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-102-6/+6
| | * Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks2015-04-101-1/+1
| | * vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-103-14/+0
| | * more toolkit API adaptations.Michael Meeks2015-04-102-2/+2
| | * vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-1019-63/+61
| | * vclwidget: only call dispose() onceNoel Grandin2015-04-1018-20/+27
| | * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-102-3/+3
| | * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-1033-96/+207
| | * vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks2015-04-091-0/+1
| | * sw: more double dispose work.Michael Meeks2015-04-091-1/+1
| | * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-092-18/+18
| | * vcl: VclPtr conversion in reportdesignNoel Grandin2015-04-0925-373/+506
* | | Fix Boolean expressionStephan Bergmann2015-04-281-2/+1
|/ /
* | Rephrase comparisons between bool and sal_BoolStephan Bergmann2015-04-281-2/+2
* | More loplugin:simplifyboolStephan Bergmann2015-04-272-2/+2
* | loplugin:simplifyboolStephan Bergmann2015-04-243-6/+6
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-4/+4
* | Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann2015-04-231-5/+5
* | convert SV_DRAGDOP_ constants to scoped enumNoel Grandin2015-04-222-2/+2
* | convert EBBF_ constants to scoped enumNoel Grandin2015-04-221-1/+1
* | convert BROWSER_ constants to scoped enumNoel Grandin2015-04-221-5/+6
* | convert SFX_ITEM constants to scoped enumNoel Grandin2015-04-152-67/+67
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-1525-47/+47
* | loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-1/+1
|/
* A UNO Any can't contain an AnyStephan Bergmann2015-04-081-2/+2
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-1/+1
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-1/+1
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-32/+32
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-265-6/+6
* TyposJulien Nabet2015-03-251-1/+1
* loplugin:constantfunction: reportdesignNoel Grandin2015-03-247-36/+1
* convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin2015-03-241-2/+2
* convert SvxZoomType to enum classNoel Grandin2015-03-243-8/+8
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-184-13/+13
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-131-5/+16
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-101-10/+7
* Idle: Changed to new enum nameTobias Madl2015-03-061-1/+1
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-061-1/+1
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-062-1/+2
* callcatcher: update unused codeCaolán McNamara2015-03-052-22/+0
* V813: Decreased performanceCaolán McNamara2015-03-043-7/+7
* V813: Decreased performanceCaolán McNamara2015-03-042-4/+4
* V813: Decreased performanceCaolán McNamara2015-03-042-7/+6
* V813: Decreased performanceCaolán McNamara2015-03-022-4/+4