summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2014-04-04oox: fix a few bogus SAL_WARNMiklos Vajna3-1/+8
2014-04-04Turn an unhelpful SAL_WARN into a SAL_INFOTor Lillqvist1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin3-3/+3
2014-04-03oox: sal_Bool->boolNoel Grandin10-18/+18
2014-04-03oox: sal_Bool->boolNoel Grandin4-67/+67
2014-04-03oox: sal_Bool->boolNoel Grandin5-17/+17
2014-04-03oox: sal_Bool->boolNoel Grandin4-14/+14
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann11-20/+20
2014-03-31oox, writerfilter: add missing headers for C++ containersDouglas Mencken1-0/+1
2014-03-31coverity#1194923 Missing break in switchCaolán McNamara1-0/+2
2014-03-30enable smoothed property export for line charts, fdo#74619Markus Mohrhard1-1/+2
2014-03-30adapt smooth import to OOXML and not to MSO 2007Markus Mohrhard2-8/+12
2014-03-30export smooth property correctly to OOXML, fdo#74619Markus Mohrhard1-5/+3
2014-03-29coverity#1194942 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-03-28coverity#1130428 Dereference null return valueCaolán McNamara1-2/+6
2014-03-28Use setProperty instead of << operatorMuthu Subramanian1-1/+1
2014-03-28n#870234: Import gradfill for text colors.Muthu Subramanian2-0/+7
2014-03-27write (no)wrap of text only for custom shapes to .pptx (fdo#71961)Luboš Luňák1-1/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann36-367/+367
2014-03-27Cleanup a bit.Muthu Subramanian1-5/+3
2014-03-27n#862510: anchorCtr controls the anchoring as well.Muthu Subramanian2-4/+4
2014-03-27n#862510: Fix text rotation.Muthu Subramanian1-1/+2
2014-03-26support negative overlapMarkus Mohrhard1-2/+1
2014-03-25coverity#735446 Logically dead codeCaolán McNamara1-1/+1
2014-03-24fdo#76222 oox: add support for MSO 2007 SP2 encrypted documentsTomaž Vajngerl1-0/+1
2014-03-23oox: cast to avoid compile errorTomaž Vajngerl1-2/+3
2014-03-23oox: add Digest class which uses NSS or OpenSSL for digest calc.Tomaž Vajngerl3-79/+130
2014-03-23fdo#75955 use SHA1 from openssl/nss instead of rtl_digest_sha1Tomaž Vajngerl1-6/+38
2014-03-23fdo#76356 : Docx file contianing chart in footer/header gets corrupted.sushil_shinde1-1/+5
2014-03-22coverity#1038295 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-03-22oox: no need to dump these hereMiklos Vajna1-14/+0
2014-03-21First check if this is the one we search for, then extract.Jan Holesovsky1-5/+4
2014-03-21DOCX export of paragraph count in app.xmlMiklos Vajna1-1/+16
2014-03-21oox: don't fill CharInteropGrabBag if the property doesn't existTomaž Vajngerl1-0/+2
2014-03-20ooxml: preserve checkbox sdt controlJacobo Aragunde Pérez1-0/+3
2014-03-19fdo76201:File Corruption - Issue related with prstGeom for Hexagon shape.Sourav2-9/+14
2014-03-19fdo#74401 VML groupshape import: only handle v:rect as TextShapeMiklos Vajna1-1/+2
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin1-1/+1
2014-03-18fdo#76249 DOCX export DML Drawing as lockedCanvas if it's inside DMLTextFrameVinaya Mandke2-4/+9
2014-03-18Use osl::Mutex member, not baseStephan Bergmann1-2/+3
2014-03-18oox: fix DOCX strict import of SmartArtMiklos Vajna1-1/+14
2014-03-17oox: try to fix incremental buildMiklos Vajna1-1/+2
2014-03-17FDO#76013 : If original file has image whose link is broken RT gets corrupted.umeshkadam1-1/+6
2014-03-17oox: prefer passing OUString by referenceNoel Grandin7-14/+16
2014-03-15fdo#76016 Changed oox/CustomTarget_generated.mkVinaya Mandke2-19933/+1
2014-03-14n#862510: Ignore baseline attributes with zero.Muthu Subramanian1-1/+1
2014-03-12MSO writes broken files, fdo#74929Markus Mohrhard1-1/+1
2014-03-12fdo#74111 3D Rotation is wrong after Round trip for pie chartPriyankaGaikwad1-9/+34
2014-03-12fdo#75975 crash while saving the DOCX file containing chartsRavindra Vidhate1-1/+1
2014-03-11-Werror,-Wunused-variableStephan Bergmann1-1/+0