summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
AgeCommit message (Expand)Author
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-21loplugin:unusedfields in svtoolsNoel Grandin
2017-06-19add more debug names for scheduled eventsLászló Németh
2017-06-18silence some exception warningsCaolán McNamara
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-12skip copying tile when we don't need toCaolán McNamara
2017-06-12pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: svtoolsStephan Bergmann
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin
2017-05-23vcl GraphicFilter: add ImportGraphics()Miklos Vajna
2017-05-23svtools: add GraphicProvider::queryGraphics()Miklos Vajna
2017-05-19svtools: fix mime type of PDF imagesMiklos Vajna
2017-05-09loplugin:constantparamNoel Grandin
2017-05-05loplugin:checkunusedparams in svtoolsNoel Grandin
2017-04-27last private:resource ... bitmapex user is goneCaolán McNamara
2017-04-26last private:resource ... bitmap user is goneCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-17move the exception handlingCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-13convert GraphicDrawMode to scoped enumNoel Grandin
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2017-02-13vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna
2017-02-09convert BmpConversion to scoped enumNoel Grandin
2017-02-02convert BmpCombine to scoped enum and drop unusedNoel Grandin
2017-01-27tweak the scoping here a littleCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-21move GetXGraphic to its only userCaolán McNamara
2017-01-20don't need an intermediate ImageCaolán McNamara
2017-01-19drop now unusd private:resource/.../image urlsCaolán McNamara
2017-01-19New loplugin:dynexcspec: Add @throws documentation, svtoolsStephan Bergmann
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-13coverity#1371198 Missing move assignment operatorCaolán McNamara
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-09replace C-style casts with const_castJochen Nitschke