summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/shape.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-4/+4
2017-07-31loplugin:constparams in ooxNoel Grandin1-3/+3
2017-07-29tdf#109223: PPTX: Vertical flip of child shape is not imported correctlyTamás Zolnai1-0/+6
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand1-1/+1
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-4/+1
2017-06-08oox: replace PUT_PROP macro with comphelper::makePropertyValue() callsMiklos Vajna1-67/+58
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-1/+1
2017-05-29getUtf8TokenName can return by const refNoel Grandin1-1/+1
2017-05-25loplugin:constantparamNoel Grandin1-1/+1
2017-05-02loplugin:checkunusedparams in ooxNoel Grandin1-10/+4
2017-03-11Passing shaperect to addShape function is uselessTamás Zolnai1-5/+3
2017-02-28Fix incorrect function name in SAL_INFOTor Lillqvist1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-18/+21
2017-02-27Clean up a few SAL_INFOs a bit and add useful note about the ==cscode== etcTor Lillqvist1-12/+13
2017-01-24Move two include files to oox/inc as they are used only in ooxTor Lillqvist1-2/+2
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-11-27tdf#104201: PPTX: Group solid fill is not importedTamás Zolnai1-3/+3
2016-11-18tdf#104015: PPTX import: Title shape does not inherit fill propertiesTamás Zolnai1-26/+85
2016-11-13drop extra semicolonsDavid Tardon1-1/+1
2016-11-10tdf#103792: No placeholder text imported for empty title shapeTamás Zolnai1-1/+1
2016-10-17fix wrong usages of setProperty vs setAnyProperty...Jochen Nitschke1-6/+6
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-30loplugin:constantparamNoel Grandin1-3/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-05-26tdf#42949: clean up includes in include/oox/ppt with iwyuJorenz Paragas1-0/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-6/+6
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+1
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin1-3/+3
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-8/+8
2016-04-21new plugin stylepoliceNoel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-5/+5
2016-03-29tdf#95932: PPTX import: Incorrect inheritance of shape styleMatus Uzak1-1/+0
2016-03-10tdf#89927: PPTX import: Incorrect inheritance of text run fill propertiesMatus Uzak1-1/+5
2016-02-22loplugin:write only fieldsNoel Grandin1-3/+1
2016-01-31unnecessary use of OUString constructorNoel Grandin1-2/+2
2016-01-21oox: import Math objects from PPTX filesMichael Stahl1-1/+50
2016-01-15oox: coverity#1348468 copy-paste errorMichael Stahl1-1/+1
2016-01-05tdf#96674 drawingML import: fix handling of zero width/height linesMiklos Vajna1-1/+12
2015-11-11tdf#85232 WPG import: fix handling of line shapesMiklos Vajna1-2/+11
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-11-04yyyyyNoel Grandin1-6/+6
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-27oox: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+3
2015-10-23Revert "oox: replace boost::ptr_vector with std::vector<std::unique_ptr>"Stephan Bergmann1-3/+4
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin1-1/+1
2015-10-23oox: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+3
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-27Clean up aEmptyStephan Bergmann1-2/+1