summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2017-08-10tdf#109187 Fix OOXML import of flipped shapes with gradientsPaul Trojahn1-7/+7
2017-08-10tdf#109317 Fix incorrect rotation of flipped custom OOXML shapesPaul Trojahn4-3/+20
2017-08-10SmartArt: add nested shapes only if they are node's childrenGrzegorz Araminowicz6-126/+143
2017-08-09tdf#91384: DOCX: import ActiveX controlsTamás Zolnai4-6/+25
2017-08-09tdf#111548: Better fix for PPTX / XLSX import of ActiveX controlsTamás Zolnai4-3/+13
2017-08-08tdf#110440 drawingML import: fix handling of group shape propertiesMiklos Vajna1-1/+1
2017-08-08tdf#109858: Override default point label placement setting...Dennis Francis2-7/+15
2017-08-07Indentation fixesMiklos Vajna6-6/+6
2017-08-06Avoid warning about invalid alignment valueTamás Zolnai1-1/+1
2017-08-05Fix typosAndrea Gelmini1-1/+1
2017-08-04Make ActiveX controls import working again (PPTX / XLSX)Tamás Zolnai3-9/+21
2017-08-02remove unnecessary use of 'this->'Noel Grandin2-5/+5
2017-08-01loplugin:checkunusedparamsNoel Grandin9-56/+45
2017-07-31loplugin:constparams in ooxNoel Grandin137-272/+272
2017-07-31loplugin:oncevarNoel Grandin2-2/+2
2017-07-29tdf#109223: PPTX: Vertical flip of child shape is not imported correctlyTamás Zolnai1-0/+6
2017-07-28tdf#107723 Import font name from text portions in shapesSamuel Mehrbrodt2-0/+20
2017-07-26tdf#100491 fix DOCX import shape line with arrow markerVasily Melenchuk1-10/+22
2017-07-24SmartArt: text alignmentGrzegorz Araminowicz1-0/+51
2017-07-24SmartArt: cycle layout algorithmGrzegorz Araminowicz1-31/+18
2017-07-23coverity#1415611 Result is not floating-pointCaolán McNamara1-1/+3
2017-07-22loplugin:unusedfields in oox,reportdesignNoel Grandin1-41/+2
2017-07-21Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers.Jan Holesovsky1-1/+1
2017-07-21sd pptm: Preserve the VBA stream on export.Jan Holesovsky1-11/+26
2017-07-21sd pptm: Add a separate PPTM filter.Jan Holesovsky2-6/+18
2017-07-21Fix typosAndrea Gelmini1-1/+1
2017-07-21oox: fix inconsistent param naming in interface/implementationMiklos Vajna2-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+5
2017-07-20SmartArt: support hideGeom shape attrbuteGrzegorz Araminowicz1-3/+6
2017-07-20SmartArt: shape stylingGrzegorz Araminowicz2-24/+27
2017-07-20SmartArt: more layout workGrzegorz Araminowicz5-147/+117
2017-07-20SmartArt: add ShapeAtom to store shape template instead of LayoutNodeGrzegorz Araminowicz5-45/+142
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker1-10/+1
2017-07-17tdf#109067 Fix default value of rotWithShapePaul Trojahn2-5/+5
2017-07-17tdf#89926 Fix OOXML gradient angle importPaul Trojahn1-2/+2
2017-07-17tdf#104743: Export transparency for bitmap fill/backgroundKatarina Behrens1-0/+10
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand3-5/+5
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-1/+1
2017-07-14Remove unused [m]sChartAddressStephan Bergmann1-125/+3
2017-07-14Revert "tdf#109067 Fix default value of rotWithShape"Miklos Vajna2-5/+5
2017-07-14tdf#109067 Fix default value of rotWithShapePaul Trojahn2-5/+5
2017-07-13use more OUString::operator== in forms..salNoel Grandin8-15/+15
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin6-6/+6
2017-07-11simplify some OUString::concat usageNoel Grandin1-2/+1
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-07-11simplify some OUString::copy callsNoel Grandin1-1/+1
2017-07-11SmartArt: reuse existing diagram shape for root shapeGrzegorz Araminowicz4-11/+27
2017-07-11Helper function to cast to FastAttributeList:Mohammed Abdul Azeem1-2/+1
2017-07-11tdf#108945 Correctly import default value in VML shape adjustmentsGrzegorz Araminowicz1-1/+4
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin2-2/+2