summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)Author
2014-03-10unused oox::core::Relations::getRelationsFromTypeMiklos Vajna
Change-Id: I42e0ebd92d804c34cda42a05b91f45970a22fbe2
2014-03-10WaE: unused variable 'aPropertyName' [loplugin:unusedvariablecheck]Tor Lillqvist
Change-Id: I8c95ca06e2a688811310d62470c4173d30d20c91
2014-03-10oox: handle all w14 text effects at groupshape importTomaž Vajngerl
When dealing with groupshapes, the responsibility to process the w14 text effects elements is in oox. This commit adds the code to handle all elements and its children elements and attributes and puts the values into a CharInteropGrabBag. Change-Id: Iafb8759bd60e0ee831296dc2d9159f4311ad5403
2014-03-10oox: GrabBagStack: add method isStackEmptyTomaž Vajngerl
Change-Id: Iec563762e7be7fb6e2d5501fe5efeb88093793cb
2014-03-10fix OOXML strict chart importMarkus Mohrhard
Change-Id: I84a2fd575ced64d4774147063f13ebb8605c100f
2014-03-09Fix signed/unsigned comparisonMatteo Casalin
Change-Id: Iedc3b5c20b5f47117f29dcbeaf84efacbd4ce497
2014-03-08coverity#707955 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ia6416e8c3c2e90bdf33908b53f67a77abef765b1
2014-03-08remove one more debug outputMarkus Mohrhard
Change-Id: Ib4b94d2a7e429721299fd07db4bd7a97c7773c0d
2014-03-08fix OOXML validation error, related fdo#36731Markus Mohrhard
Missing elements for gradient fill background export. Change-Id: Ib3ed3b5e353d3b02dffa5c118e14fd2187bd924a
2014-03-08fix OOXML validation error, related fdo#42698Markus Mohrhard
Missing percentage sign in type. The values of XML_d and XML_sp seem insane. Change-Id: If6762ed70d3536c0eeea3ee687991dad60f5e71e
2014-03-07fix OOXML validation errorMarkus Mohrhard
Change-Id: I02082c04832959ae520b964ab3fd5e0b0fc34173
2014-03-07fix OOXML validation error, related fdo#42584Markus Mohrhard
Use correct namespace for detectmouseclick Change-Id: I2830ef089ade94e69a49cb8ceba7fe91fa86817f
2014-03-07remove remaining debug loggingMarkus Mohrhard
Change-Id: I81eb911ae6117fb557d6d5730a4d381d6fd75f4b
2014-03-07ooxml: make GrabBagStack ready for reuse and move it to ooxTomaž Vajngerl
Change-Id: Ia7d52a003138a275860d3462382e636747343488
2014-03-07drawingML export: fix handling of dkVert pattern fill presetMiklos Vajna
We convert the dkVert preset to a certain hatch configuration (style, distance, angle), but when we exported it back, then we didn't recognize it, and wrote ltVert instead. Change-Id: I021885496843f5ea5453af3473453bbec50d928f
2014-03-06add the xml strict namespaces to misc/namespaces.txtMarkus Mohrhard
Change-Id: Ie83b5c94f1f002851bff3b39b1d9b676a3e44aa1
2014-03-06Replace [] with getProperty()Muthu Subramanian
2014-03-06n#821567: Fix TextFrame background import for sw.Muthu Subramanian
TextFrame in sw unfortunately doesn't seem to support nametable!
2014-03-06n#821567: Import PPTX background images with table-name.Muthu Subramanian
Seems like using the URL directly causes ODP export to ignore the background image. Probaby ODP Export requires updation as well?
2014-03-06fix OOXML strict importMarkus Mohrhard
fix the problem introduced by 6536826f2f4c747582d60ed40b0418c6a67a9829 Change-Id: I6c499f8490d92badda0f086d48c2347fa112bb4e
2014-03-06fix OOXML validation error, related fdo#31064Markus Mohrhard
Use the correct namespace for wrap. Change-Id: I5620d3386fcaf54090fd58963404dde3f03c5bf8
2014-03-05oox & writerfilter: add "anchorId" token and update model.xmlTomaž Vajngerl
Change-Id: Ibcbf552621b8c6c5c143521a697026cdeac90706
2014-03-05Revert "remove unused code oox::core::Relations::getRelationsFromType"Caolán McNamara
we need it again now This reverts commit 77c45eb25eb462bacdf7d658d6cb485f755beaa5. Change-Id: I3e171d95e4f50c8e26824da2f6e6817d3b597d4d
2014-03-05getRelationsFromType -> getRelationsFromTypeFromOfficeDoc (?)Caolán McNamara
Change-Id: I492020d03ed4178510e6aae431cf4827c1166f0b
2014-03-05fdo#74792 [DOCX] Grab-bag rels and images for SmartArtVinaya Mandke
Added support to grab-bag rels and associated Images for data[i].xml, and drawing[i].xml. Added UT for the same Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8362 Change-Id: I545825f67214f14037ab72b77764a07d575b8b5b
2014-03-05remove unused code oox::core::Relations::getRelationsFromTypeNoel Grandin
Change-Id: I242ddcc1e352fbf92206a21d93e16c42a0e5ef8e
2014-03-05remove unused code oox::core::XmlFilterBase::getFragmentPathFromFirstTypeNoel Grandin
Change-Id: I75094f95001dab18436100375a8ec6564e8d0f8f
2014-03-04better safe than sorryMarkus Mohrhard
Change-Id: I1e22f166381b3bc8122b3bbef7fc760705e402d1
2014-03-04in the old design all lists needed to be the same size, fdo75200Markus Mohrhard
We did not crash in the invalid memory access because the lists were continuous in memory and we would just pick the next id. However it crashed when trying to map some of the ids to non existant strings. This commit also removes the need for the earlier fix for this bug that just hit the problem behind some checks much later in the call chain. Change-Id: Ic6658987815c4e84ed2449934c310e30dcd0ed4c
2014-03-04Revert "fdo#75200:Libreoffice crash while opening the file"Markus Mohrhard
This reverts commit 0b6a1f2afa7954afcf1f27b066169455ed6cff7a.
2014-03-04remove the inheritance to std::map in PropertyMapMarkus Mohrhard
Change-Id: Iaaf5b7ab47ffa151cd7c8ea376763d02c883f377
2014-03-04adapt the genrated files to use setPropertyMarkus Mohrhard
Next step on my way to remove the inheritance from std::map Change-Id: I96e8e4c05f1bd821a0c1c4de5c78af1706fe50e5
2014-03-04adapt script to use setProperty instead of <<=Markus Mohrhard
2014-03-04fix indentationMarkus Mohrhard
Change-Id: Ib4460d6ba59dbe22436fb710ee7a108804df0b86
2014-03-04adapt script to instdirMarkus Mohrhard
Change-Id: Ibf88802777c09786f05c6ffff20d985fbbe491af
2014-03-04remove whitespaceMarkus Mohrhard
Change-Id: I828e6556864de60443a07cc61294b964314c5901
2014-03-03fdo#74826: File corruption-Issue related to Series idx & order val.YogeshBharate
Problem Description: - If the document contains more than one charts together. ex.Bar & Line chart - In that case, LO writes idx & order val equal to 0, instead of 1 for second chart series. - After roundtrip, the document get corrupted. Implementation: - Added varible to take the series count in case of multiple chart. Note: - Some of the UT's are failing when --enable-dbgutil is enabled. Change-Id: I40606b4d69026939fa19ae534dd7b2bb36ec97fc
2014-03-03remove unused code oox::AttributeConversion::decodeDoubleNoel Grandin
Change-Id: I057ebcf125e068653570dabb59a8b7f4494e96db
2014-03-02fdo#75200:Libreoffice crash while opening the filePriyankaGaikwad
Conflicts: chart2/qa/extras/chart2import.cxx Change-Id: Icb2a5bc43ef5fd0f307b43bbe8aaf892a043dc5b Reviewed-on: https://gerrit.libreoffice.org/8127 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-02fix strict namespace list generationMarkus Mohrhard
The two perl scripts were apparently only generating the same order by luck. It did not work on all systems. Change-Id: Ib83ee5c6572d3bae2e2ac1846850bd65303e7d43
2014-03-02make more places aware of OOXML strict relationsMarkus Mohrhard
Change-Id: I292217537eb592cbad9af11f87402baa9f4cc442
2014-03-01remove empty lines after comment removalMarkus Mohrhard
Change-Id: Iad5cb7303f3797c06a53651b0f0c7e7c2273ef55
2014-03-01support OOXML strict documents in CalcMarkus Mohrhard
Change-Id: I277d76aeec28e173d913ccc1506464afe4d09c6d
2014-03-01handle OOXML strict namespacesMarkus Mohrhard
Change-Id: I198862388426161e3f054a5f128639c59f3c9d24
2014-03-01make sure the two namespace lists are sorted the same wayMarkus Mohrhard
Change-Id: I90b3182e10dbbfc8993010dd885509537d2fe537
2014-03-01fix OOXML validation issue, related fdo#33951Markus Mohrhard
Change-Id: I6e455ee4bb649a299023f1dba88a01ef5674e074
2014-02-28writerfilter: extend tokens and model.xml for w:compatSettingsTomaž Vajngerl
Word stores compatibility mode and additional compatibility settings (like enableOpenTypeFeatures) in w:compatSetting. This needs to be preserved as well. Change-Id: I40895cc00952b7c3799edff0bf7f4328106305a1
2014-02-28DOCX import: handle font theme references in group shape textMiklos Vajna
Change-Id: I1d5b86ad17b2c4a0945f483c94ac6abf410cf1d6
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand
(cherry picked from commit 9956ed1303545cd61901e33b110698c4e5e224c4) Conflicts: filter/source/msfilter/escherex.cxx include/vcl/gfxlink.hxx svx/source/xml/xmlgrhlp.cxx sw/source/ui/docvw/romenu.cxx vcl/source/filter/graphicfilter.cxx Change-Id: Ibcbb69b9c57cd8a438788e9a9c95744e99b6fcdd
2014-02-27oox: add "styleSet" to token listTomaž Vajngerl
Change-Id: Idf9ca432849e9ca53a533ee6d82267aa9d546423