summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeimport.cxx
AgeCommit message (Expand)Author
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-26tdf#107392 ODF import: fix z-order sorting of SVG imagesMiklos Vajna
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-21loplugin:subtlezeroinit: xmloffStephan Bergmann
2016-12-02Remove dup line in aGroupShapeElemTokenMap (xmloff)Julien Nabet
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin
2016-09-09use std::shared_ptrDavid Tardon
2016-09-09use std::shared_ptrDavid Tardon
2016-09-09drop useless commentsDavid Tardon
2016-09-09fix indentationDavid Tardon
2016-09-09use std::unique_ptrDavid Tardon
2016-09-09remove direct memory managementDavid Tardon
2016-08-18coverity#1371136 Explicit null dereferencedCaolán McNamara
2016-07-07Simplify a bit by using return iterator from vector erase funcJulien Nabet
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin
2016-03-16loplugin:constantparam in xmloff/Noel Grandin
2016-02-25loplugin:unuseddefaultparams in xmloff/Noel Grandin
2016-02-22loplugin:write only fieldsNoel Grandin
2015-12-22loplugin:unusedfields in include/vclNoel Grandin
2015-12-21loplugin:unusedfields in xmlhelp,xmloffNoel Grandin
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-29Fix typosAndrea Gelmini
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-08-03inline some use-once typedefsNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-06-30coverity#1308431 wiggle code to see if this silences coverityCaolán McNamara
2015-06-23move sorting code closer togetherNoel Grandin
2015-06-19tdf#42374 some small optimisations for opening this PDF fileNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-05-16Fix class name typo in commentZolnai Tamás
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-10coverity#736008 Dereference after null checkCaolán McNamara