summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/templdlg.cxx
AgeCommit message (Expand)Author
2015-06-29tdf#92047 - cleanup logic.Michael Meeks
2015-06-29rendercontext: Simplify.Jan Holesovsky
2015-06-29Resolves: tdf#92047 fix wrong merge conflict resolutionCaolán McNamara
2015-06-27WaE: redundant const_castDavid Tardon
2015-06-26fix style preview renderingLászló Németh
2015-06-16Fix typosAndrea Gelmini
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-06-02cppcheck: redundantAssignmentCaolán McNamara
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
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-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23make "Styles & Formatting" preview HiDPI awareTomaž Vajngerl
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin
2015-04-21cleanup templdlg.cxx (Style and Formatting)Tomaž Vajngerl
2015-04-21preview of styles in "Style And Formatting" dialogTomaž Vajngerl
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-14More missing lifecycle pieces.Michael Meeks
2015-04-10Lots more small re-basing issues fixed.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-04-09cleanup templdlgTomaž Vajngerl
2015-04-09unique_ptr for SfxTemplatePanelControl pImplTomaž Vajngerl
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-03callcatcher: shave off some moreCaolán McNamara
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26coverity#1266518 Use after freeCaolán McNamara