summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-11oox: add missing break statementsTomaž Vajngerl1-0/+2
2014-03-11oox: change w14 CharGrabBag so it is recognised by exportTomaž Vajngerl1-30/+46
2014-03-11"overflow" is one wordTor Lillqvist1-2/+2
2014-03-11fdo#35324: Text and picture water are not imported and not preserved in RT.Ravindra Vidhate1-2/+25
2014-03-10unused oox::core::Relations::getRelationsFromTypeMiklos Vajna1-9/+0
2014-03-10WaE: unused variable 'aPropertyName' [loplugin:unusedvariablecheck]Tor Lillqvist1-1/+0
2014-03-10oox: handle all w14 text effects at groupshape importTomaž Vajngerl5-1/+344
2014-03-10oox: GrabBagStack: add method isStackEmptyTomaž Vajngerl1-0/+5
2014-03-10fix OOXML strict chart importMarkus Mohrhard1-5/+9
2014-03-09Fix signed/unsigned comparisonMatteo Casalin1-1/+2
2014-03-08coverity#707955 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-03-08remove one more debug outputMarkus Mohrhard1-1/+0
2014-03-08fix OOXML validation error, related fdo#36731Markus Mohrhard1-0/+2
2014-03-08fix OOXML validation error, related fdo#42698Markus Mohrhard1-4/+5
2014-03-07fix OOXML validation errorMarkus Mohrhard1-1/+1
2014-03-07fix OOXML validation error, related fdo#42584Markus Mohrhard1-1/+1
2014-03-07remove remaining debug loggingMarkus Mohrhard1-1/+0
2014-03-07ooxml: make GrabBagStack ready for reuse and move it to ooxTomaž Vajngerl2-0/+94
2014-03-07drawingML export: fix handling of dkVert pattern fill presetMiklos Vajna1-1/+4
2014-03-06add the xml strict namespaces to misc/namespaces.txtMarkus Mohrhard1-0/+1
2014-03-06Replace [] with getProperty()Muthu Subramanian1-1/+1
2014-03-06n#821567: Fix TextFrame background import for sw.Muthu Subramanian2-0/+22
2014-03-06n#821567: Import PPTX background images with table-name.Muthu Subramanian2-1/+17