summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)AuthorFilesLines
2017-02-10tdf#105707 PPTX import: warn when SmartArt is missing DrawingML fallbackMiklos Vajna1-0/+6
2017-02-08tdf#63846 assign macros after VBA project fully loaded.Justin Luth1-3/+3
2016-11-18tdf#104015: PPTX import: Title shape does not inherit fill propertiesTamás Zolnai1-1/+5
2016-10-26implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara2-67/+12
2016-10-25tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.Tamás Zolnai1-1/+1
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20Fix typosAndrea Gelmini2-2/+2
2016-07-12Remove excess newlinesChris Sherlock71-370/+0
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin2-3/+0
2016-06-12tdf#93868: PPTX import: Incorrect inheritance of shape fill propertiesMatus Uzak1-2/+1
2016-05-02tdf#99135 VML import: handle image cropMiklos Vajna1-0/+4
2016-02-22WaE vs2015 unreacheable codeNorbert Thiebaud2-0/+14
2016-01-21oox: export Math objects to PPTX filesMichael Stahl1-0/+1
2016-01-21starmath: only use WordProcessingML elements in DOCX filesMichael Stahl1-1/+4
2016-01-18oox: move enum DocumentType out of drawingml.hxxMichael Stahl2-3/+8
2016-01-12oox: deterministic oleObject stream numberingMichael Stahl1-1/+1
2016-01-12oox: save ProgId on import, and use it in ShapeExport::WriteOLE2Shape()Michael Stahl1-1/+3
2016-01-12move saveInteropProperties from writerfilter to ooxMichael Stahl1-0/+6
2016-01-12factor out oox::GetOLEObjectStream() without sw dependenciesMichael Stahl1-0/+16
2015-12-07fix powerpc buildNoel Grandin1-0/+3
2015-11-24loplugin:unusedfields in include/oox/Noel Grandin5-52/+1
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann11-29/+29
2015-11-09loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-11-09pptx: "fall" transition, which needed p15 namespaceTomaž Vajngerl1-0/+3
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin1-1/+4
2015-11-04boost::array->std::array in include/ooxNoel Grandin1-2/+2
2015-10-30loplugin:unusedmethodsNoel Grandin1-12/+0
2015-10-29Too much copy pasta is not good for youTor Lillqvist2-0/+128
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-2/+2
2015-10-27loplugin:unusedmethodsNoel Grandin6-146/+0
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud1-0/+2
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin69-705/+698
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-8/+8
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann57-474/+474
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-18/+18
2015-10-08add test for projkey generationMarkus Mohrhard1-0/+2
2015-10-08add initial tests for vba encryptionMarkus Mohrhard1-3/+4
2015-10-08Implement encryption for the VBA exportRosemary1-0/+32
2015-10-06loplugin:unusedmethodsNoel Grandin3-44/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-30shared_array->unique_ptr<[]>Caolán McNamara1-9/+4
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin2-31/+0
2015-09-25better OOXML VBA exportMarkus Mohrhard1-0/+1
2015-09-25remove whitespaceMarkus Mohrhard1-4/+0
2015-09-14tdf#91293: Preserve hyperlink on URL field OOXML exportKatarina Behrens1-1/+1
2015-09-10loplugin:staticmethodsNoel Grandin1-4/+4
2015-09-10oox: workaround C2249 error on MSVC 14.0David Ostrovsky2-0/+8
2015-09-10handle different callers for vba export codeMarkus Mohrhard1-1/+3