summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/grfmgr.cxx
AgeCommit message (Expand)Author
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2018-03-10oox: remove unused methods that rely on GraphicObject URLTomaž Vajngerl
2018-02-20loplugin:changetoolsgen in svtoolsNoel Grandin
2018-01-12More loplugin:cstylecast: svtoolsStephan Bergmann
2018-01-07SAL_WARN when using the interal GraphicObject URLTomaž Vajngerl
2017-11-25coverity#1421068 Uncaught exceptionCaolán McNamara
2017-11-22loplugin:flatten in svtoolsNoel Grandin
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-19loplugin:constparams in svtoolsNoel Grandin
2017-06-21loplugin:unusedfields in svtoolsNoel Grandin
2017-06-18silence some exception warningsCaolán McNamara
2017-05-09loplugin:constantparamNoel Grandin
2017-04-17move the exception handlingCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2017-01-13better fix for tdf#101563: Export to PDF creates huge PDF filesNoel Grandin
2017-01-11fold ImplConstruct into ctors and reduce to necessaryCaolán McNamara
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-09second arg of deformed copy ctor isn't usedCaolán McNamara
2017-01-09Related: coverity#1371305 unnecessary inheritenceCaolán McNamara
2016-11-11use std::unique_ptrCaolán McNamara
2016-10-27loplugin:expandablemethods in svtoolsNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-30loplugin:constantparamNoel Grandin
2016-09-09loplugin:constantparam in svtoolsNoel Grandin
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-13tdf#97087 Give comprehensible names to timersMuhammet Kara
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-16boost->stdCaolán McNamara