summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* maybe that helps the tinderboxesMarkus Mohrhard2014-04-061-2/+5
* export data point symbol colorMarkus Mohrhard2014-04-061-0/+8
* import data point symbol colorMarkus Mohrhard2014-04-062-3/+8
* remove whitespaceMarkus Mohrhard2014-04-062-44/+0
* improve chart series symbol exportMarkus Mohrhard2014-04-061-40/+44
* coverity#735766 Unchecked dynamic_castMiklos Vajna2014-04-051-0/+2
* oox: fix a few bogus SAL_WARNMiklos Vajna2014-04-043-1/+8
* Turn an unhelpful SAL_WARN into a SAL_INFOTor Lillqvist2014-04-041-1/+1
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-033-3/+3
* oox: sal_Bool->boolNoel Grandin2014-04-0310-18/+18
* oox: sal_Bool->boolNoel Grandin2014-04-034-67/+67
* oox: sal_Bool->boolNoel Grandin2014-04-035-17/+17
* oox: sal_Bool->boolNoel Grandin2014-04-034-14/+14
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0111-20/+20
* oox, writerfilter: add missing headers for C++ containersDouglas Mencken2014-03-311-0/+1
* coverity#1194923 Missing break in switchCaolán McNamara2014-03-311-0/+2
* enable smoothed property export for line charts, fdo#74619Markus Mohrhard2014-03-301-1/+2
* adapt smooth import to OOXML and not to MSO 2007Markus Mohrhard2014-03-302-8/+12
* export smooth property correctly to OOXML, fdo#74619Markus Mohrhard2014-03-301-5/+3
* coverity#1194942 Uninitialized scalar fieldCaolán McNamara2014-03-291-2/+3
* coverity#1130428 Dereference null return valueCaolán McNamara2014-03-281-2/+6
* Use setProperty instead of << operatorMuthu Subramanian2014-03-281-1/+1
* n#870234: Import gradfill for text colors.Muthu Subramanian2014-03-282-0/+7
* write (no)wrap of text only for custom shapes to .pptx (fdo#71961)Luboš Luňák2014-03-271-1/+3
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-2736-367/+367
* Cleanup a bit.Muthu Subramanian2014-03-271-5/+3
* n#862510: anchorCtr controls the anchoring as well.Muthu Subramanian2014-03-272-4/+4
* n#862510: Fix text rotation.Muthu Subramanian2014-03-271-1/+2
* support negative overlapMarkus Mohrhard2014-03-261-2/+1
* coverity#735446 Logically dead codeCaolán McNamara2014-03-251-1/+1
* fdo#76222 oox: add support for MSO 2007 SP2 encrypted documentsTomaž Vajngerl2014-03-241-0/+1
* oox: cast to avoid compile errorTomaž Vajngerl2014-03-231-2/+3
* oox: add Digest class which uses NSS or OpenSSL for digest calc.Tomaž Vajngerl2014-03-233-79/+130
* fdo#75955 use SHA1 from openssl/nss instead of rtl_digest_sha1Tomaž Vajngerl2014-03-231-6/+38
* fdo#76356 : Docx file contianing chart in footer/header gets corrupted.sushil_shinde2014-03-231-1/+5
* coverity#1038295 Unchecked dynamic_castCaolán McNamara2014-03-221-1/+1
* oox: no need to dump these hereMiklos Vajna2014-03-221-14/+0
* First check if this is the one we search for, then extract.Jan Holesovsky2014-03-211-5/+4
* DOCX export of paragraph count in app.xmlMiklos Vajna2014-03-211-1/+16
* oox: don't fill CharInteropGrabBag if the property doesn't existTomaž Vajngerl2014-03-211-0/+2
* ooxml: preserve checkbox sdt controlJacobo Aragunde Pérez2014-03-201-0/+3
* fdo76201:File Corruption - Issue related with prstGeom for Hexagon shape.Sourav2014-03-192-9/+14
* fdo#74401 VML groupshape import: only handle v:rect as TextShapeMiklos Vajna2014-03-191-1/+2
* convert OUString::match to OUString::endsWithNoel Grandin2014-03-191-1/+1
* fdo#76249 DOCX export DML Drawing as lockedCanvas if it's inside DMLTextFrameVinaya Mandke2014-03-182-4/+9
* Use osl::Mutex member, not baseStephan Bergmann2014-03-181-2/+3
* oox: fix DOCX strict import of SmartArtMiklos Vajna2014-03-181-1/+14
* oox: try to fix incremental buildMiklos Vajna2014-03-171-1/+2
* FDO#76013 : If original file has image whose link is broken RT gets corrupted.umeshkadam2014-03-171-1/+6
* oox: prefer passing OUString by referenceNoel Grandin2014-03-177-14/+16