summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-07merge BS and ToPsz10, etcCaolán McNamara2-8/+8
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-07-03use begin()/end() when working with SequenceNoel Grandin2-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-07-02loplugin:casttovoid: ooxStephan Bergmann3-5/+0
2017-06-29SmartArt: undo diagram elements' size changeGrzegorz Araminowicz1-4/+4
2017-06-27SmartArt: std::for_each -> range-based for loop.Jan Holesovsky3-20/+17
2017-06-26SmartArt: separate LayoutAtomVisitors from LayoutAtomsGrzegorz Araminowicz6-255/+327
2017-06-26SmartArt: layout diagramGrzegorz Araminowicz2-5/+13
2017-06-26loplugin:oncevar in oox..saxNoel Grandin8-25/+12
2017-06-26Fix PageShape export to pptxPaul Trojahn1-1/+2
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-06-20tdf#89064 Fix import of pages with comments and notesPaul Trojahn1-2/+2
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem5-0/+15
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin1-2/+2
2017-06-12Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem1-2/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke10-12/+0
2017-06-11allow build without tls and ssljan Iversen1-0/+24
2017-06-10coverity#1412145 Result is not floating pointCaolán McNamara1-1/+1
2017-06-09GSoC: import VML shape adjustmentsGrzegorz Araminowicz3-14/+36
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin2-14/+12
2017-06-09VML: EMU to Points conversionSzymon Kłos1-3/+1
2017-06-08oox: replace PUT_PROP macro with comphelper::makePropertyValue() callsMiklos Vajna1-67/+58
2017-06-08Watermark: VML export/import font sizeSzymon Kłos3-2/+19
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin8-8/+8
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna2-8/+15