summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* replace 'resize(size+1)' with emplace_backNoel Grandin2017-07-116-6/+6
* simplify some OUString::concat usageNoel Grandin2017-07-111-2/+1
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-111-1/+1
* simplify some OUString::copy callsNoel Grandin2017-07-111-1/+1
* SmartArt: reuse existing diagram shape for root shapeGrzegorz Araminowicz2017-07-114-11/+27
* Helper function to cast to FastAttributeList:Mohammed Abdul Azeem2017-07-111-2/+1
* tdf#108945 Correctly import default value in VML shape adjustmentsGrzegorz Araminowicz2017-07-111-1/+4
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-102-2/+2
* merge BS and ToPsz10, etcCaolán McNamara2017-07-072-8/+8
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-061-1/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-051-2/+2
* use begin()/end() when working with SequenceNoel Grandin2017-07-032-2/+2
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-1/+1
* loplugin:casttovoid: ooxStephan Bergmann2017-07-023-5/+0
* SmartArt: undo diagram elements' size changeGrzegorz Araminowicz2017-06-291-4/+4
* SmartArt: std::for_each -> range-based for loop.Jan Holesovsky2017-06-273-20/+17
* SmartArt: separate LayoutAtomVisitors from LayoutAtomsGrzegorz Araminowicz2017-06-266-255/+327
* SmartArt: layout diagramGrzegorz Araminowicz2017-06-262-5/+13
* loplugin:oncevar in oox..saxNoel Grandin2017-06-268-25/+12
* Fix PageShape export to pptxPaul Trojahn2017-06-261-1/+2
* convert ErrCode to strong typedefNoel Grandin2017-06-211-1/+1
* tdf#89064 Fix import of pages with comments and notesPaul Trojahn2017-06-201-2/+2
* [API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem2017-06-155-0/+15
* use more SAL_N_ELEMENTS part 2Noel Grandin2017-06-141-2/+2
* Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem2017-06-121-2/+2
* cleanup unused css/frame/* includesJochen Nitschke2017-06-1210-12/+0
* allow build without tls and ssljan Iversen2017-06-111-0/+24
* coverity#1412145 Result is not floating pointCaolán McNamara2017-06-101-1/+1
* GSoC: import VML shape adjustmentsGrzegorz Araminowicz2017-06-093-14/+36
* use comphelper::InitPropertySequence in more placesNoel Grandin2017-06-092-14/+12
* VML: EMU to Points conversionSzymon Kłos2017-06-091-3/+1
* oox: replace PUT_PROP macro with comphelper::makePropertyValue() callsMiklos Vajna2017-06-081-67/+58
* Watermark: VML export/import font sizeSzymon Kłos2017-06-083-2/+19
* remove some unnecessary use of OUStringBufferNoel Grandin2017-06-088-8/+8
* Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna2017-06-072-8/+15
* Related: tdf#108269 oox: ignore case when checking .docm extensionMiklos Vajna2017-06-061-2/+11
* typosJulien Nabet2017-06-051-1/+1
* spelling instanciate -> instantiateNoel Grandin2017-06-051-1/+1
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-0515-19/+22
* Remove usage of OString("")Arnaud Versini2017-06-041-1/+1
* Related: tdf#108269 oox: allow recovering broken DOCM filesMiklos Vajna2017-06-021-7/+12
* oox: clean up lclHasSuffix() and its copy&pasted versionMiklos Vajna2017-06-021-9/+2
* tdf#70415 PPTX import: fix assert fail in importEmbeddedGraphics()Miklos Vajna2017-06-021-7/+4
* convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin2017-06-021-1/+1
* sw: add separate DOCM filterMiklos Vajna2017-06-011-2/+4
* Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann2017-05-311-3/+0
* tdf#76446 GSoC: incorrect rotation of VML shapesGrzegorz Araminowicz2017-05-312-12/+30
* tdf#104219 Don't export color information when color is automaticBartosz Kosiorek2017-05-312-12/+19
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-312-6/+0
* remove duplicate 'using namespace'Jochen Nitschke2017-05-302-2/+0