summaryrefslogtreecommitdiff
path: root/oox/source/shape/ShapeContextHandler.cxx
AgeCommit message (Expand)Author
2021-08-19loplugin:constmethodsNoel Grandin
2021-07-01loplugin:unusedmethodsNoel Grandin
2021-06-29tdf#135316 share themePtr and ShapeFilterBase across all shapesNoel Grandin
2021-06-29remove try/catch in ShapeContextHandler constructorNoel Grandin
2021-06-28[API CHANGE] drop ShapeContextHandler service and interfaceNoel Grandin
2021-06-28store actual type in ShapeFragmentHandler::mxFilterBaseNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-03tdf#128877 DOCX import: fix lost position of image cropped to shapeMiklos Vajna
2020-09-25fix Graphic duplication in import and add GraphicMapperTomaž Vajngerl
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-04-03loplugin:flatten in ooxNoel Grandin
2020-03-09tdf#42949 Fix IWYU warnings in oox/*/*hxxGabor Kelemen
2020-01-26remove some unused local varsNoel Grandin
2020-01-24loplugin:makeshared in ooxNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin
2020-01-14tdf#129516 DOCX import: fix incorrect z-order with textboxesMiklos Vajna
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-10use more std::make_sharedNoel Grandin
2019-11-13tdf#117658 PPTX import: fix duplicated math object handlingMiklos Vajna
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ooxStephan Bergmann
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin
2019-05-10SmartArt: support diagram backgroundGrzegorz Araminowicz
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-03-18PPTX import: save also OOXDrawing in InteropGrabBagGrzegorz Araminowicz
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07related tdf#100074: prepare group shapes text input via writerfilterThorsten Behrens
2018-09-28oox: create ShapeContextHandler instances with an uno constructorMiklos Vajna
2018-03-31Use for-range loops in oox (part2)Julien Nabet
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: ooxStephan Bergmann
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-10tdf#42949: clean up includes in include/oox/vml with iwyuJorenz Paragas
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas
2016-02-16Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna
2015-12-22loplugin:unusedfields in oox,packageNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02tdf#89088 DOCX import: fix missing text due to throwing ShapeContextHandlerMiklos Vajna
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-19import chart MSO 2007 streams correctly for docx files, tdf#82216Markus Mohrhard
2015-02-19boost->stdCaolán McNamara
2014-08-01fdo#80895 : Shape in Header&Footer is getting lost after RTTushar Bende
2014-07-18coverity#1038295 Unchecked dynamic_castCaolán McNamara