summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeimport.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-12rename now it does more than just sortCaolán McNamara1-28/+30
2019-11-12tdf#127791 defer import of group shape events until the group is poppedCaolán McNamara1-0/+23
2019-10-25speed-up shape import if shapes need z-order rearrangingKatarina Behrens1-0/+37
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen1-4/+2
2019-09-03loplugin:constmethod in xmloffNoel Grandin1-1/+1
2019-08-20loplugin:constvars in writerfilter..xmlscriptNoel Grandin1-1/+1
2019-07-25Fix typosAndrea Gelmini1-1/+1
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-10/+8
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+4
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-35/+32
2018-09-25Simplify containers iterations in xmloff/source/[c-d]*Arkadiy Illarionov1-6/+3
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin1-2/+0
2018-08-22new loplugin:conststringfieldNoel Grandin1-8/+7
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+3
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-5/+5
2017-07-28loplugin:constparams in xmloffNoel Grandin1-5/+5
2017-07-20loplugin:constparams in xmloffNoel Grandin1-5/+5
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+2
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-26tdf#107392 ODF import: fix z-order sorting of SVG imagesMiklos Vajna1-3/+37
2017-02-21loplugin:unusedmethodsNoel Grandin1-29/+0
2017-02-21loplugin:subtlezeroinit: xmloffStephan Bergmann1-1/+1
2016-12-02Remove dup line in aGroupShapeElemTokenMap (xmloff)Julien Nabet1-1/+0
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe1-9/+1
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin1-1/+1
2016-09-09use std::shared_ptrDavid Tardon1-7/+4
2016-09-09use std::shared_ptrDavid Tardon1-10/+8
2016-09-09drop useless commentsDavid Tardon1-8/+8
2016-09-09fix indentationDavid Tardon1-74/+74
2016-09-09use std::unique_ptrDavid Tardon1-26/+10
2016-09-09remove direct memory managementDavid Tardon1-18/+6
2016-08-18coverity#1371136 Explicit null dereferencedCaolán McNamara1-0/+3
2016-07-07Simplify a bit by using return iterator from vector erase funcJulien Nabet1-6/+3
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin1-4/+4
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin1-24/+5
2016-05-04use Any constructor instead of temporariesNoel Grandin1-8/+3
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin1-2/+2
2016-03-16loplugin:constantparam in xmloff/Noel Grandin1-11/+11
2016-02-25loplugin:unuseddefaultparams in xmloff/Noel Grandin1-2/+2
2016-02-22loplugin:write only fieldsNoel Grandin1-6/+0
2015-12-22loplugin:unusedfields in include/vclNoel Grandin1-1/+0
2015-12-21loplugin:unusedfields in xmlhelp,xmloffNoel Grandin1-3/+0
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-17/+17
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-27/+27
2015-11-04loplugin:stringconstantNoel Grandin1-6/+4
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-29Fix typosAndrea Gelmini1-1/+1