summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)Author
2017-01-10mpGlobalMgr must already exist if we're copying from another GraphicObjectCaolán McNamara
2017-01-10post ctor, pre dtor there is always a mpMgr and its mpGlobalMgrCaolán McNamara
2017-01-10mpGlobalMgr has to exist at GraphicObject dtor timeCaolán McNamara
2017-01-10mpGlobalMgr is the only manager possibleCaolán McNamara
2017-01-10move the ImplRegisterObj outside ImplSetGraphicManager and rename itCaolán McNamara
2017-01-10ImplSetGraphicManager only called from ctors now where mpMgr is nullptrCaolán McNamara
2017-01-10GraphicManagerDestroyed would just set the default manager againCaolán McNamara
2017-01-10unfold and unindent else causeCaolán McNamara
2017-01-10the only GraphicManager is the mpGlobalMgr, so simplify accordinglyCaolán McNamara
2017-01-10collapse !mpMgr || mpMgrCaolán McNamara
2017-01-10first GraphicManager* arg of ImplSetGraphicManager is thus always nullCaolán McNamara
2017-01-09replace C-style casts with const_castJochen Nitschke
2017-01-09second arg of deformed copy ctor isn't usedCaolán McNamara
2017-01-09New loplugin:externvar: svtoolsStephan Bergmann
2017-01-09non debug warning -Wmaybe-uninitializedCaolán McNamara
2017-01-09Related: coverity#1371305 unnecessary inheritenceCaolán McNamara
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht
2017-01-07lok: refill font list if emptyHenry Castro
2017-01-05tdf#105121 Crash in GrabFocus during disposeMaxim Monastirsky
2016-12-31coverity#1398229 Logically dead codeCaolán McNamara
2016-12-30ImageLists no longer loaded from resource filesCaolán McNamara
2016-12-30unwind this ImageListCaolán McNamara
2016-12-27this can be localCaolán McNamara
2016-12-24HasImageAtPos takes an id not a posCaolán McNamara
2016-12-23tdf#70998 Change word "Graphic(s)" to "Image(s)"Huzaifa Iftikhar
2016-12-23remove unnecessary casting in BrowseBox::pDataWin memberNoel Grandin
2016-12-22convert BmpFilter to scoped enumNoel Grandin
2016-12-21Merge renderer.hxx into .cxxStephan Bergmann
2016-12-21Merge provider.hxx into .cxxStephan Bergmann
2016-12-21unwind RID_SVTOOLS_IMAGELIST_EDITBROWSEBOX ImageListCaolán McNamara
2016-12-19disable uninteresting utility in --disable-dynloading caseCaolán McNamara
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-12coverity#1371265 Missing move assignment operatorCaolán McNamara
2016-12-12coverity#1397046 Unchecked return valueCaolán McNamara
2016-12-12coverity#1397056 Dereference null return valueCaolán McNamara
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-12-09tdf#104495: prevent autotext to crash when drag&dropJulien Nabet
2016-12-08convert OSL_ENSURE to assert in AccessibleEventNotifierNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-12-08ImplWallpaper to use std::unique_ptrMark Page
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-12-04Remove write-only fieldUlrich Gemkow
2016-12-02loplugin:unnecessaryoverride (dtors) in svtoolsStephan Bergmann
2016-11-29Use derived classes' methods instead of Pair::A/BMike Kaganski
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: svtoolsStephan Bergmann