summaryrefslogtreecommitdiff
path: root/oox/source
AgeCommit message (Collapse)Author
2013-05-06data label export does not work with bar chartsMarkus Mohrhard
Excel just removes the chart during import. Additionally we should work on only exporting the data label information for points that really contain data labels. Change-Id: I80aef8effe27c729feb69c25c319ca129dc961a5
2013-05-06remove unnecessary explicit namespacesMarkus Mohrhard
Change-Id: Idb6bf5704a3b569ae4ae19d35526f19528ab63a6
2013-05-06map full transparent solid fill to no fill, fdo#64224Markus Mohrhard
Change-Id: I9ec33b347647bfcd6c1411c4db7af51ca597dc8e
2013-05-06let us be explicit about default valuesMarkus Mohrhard
Different MSO versions behave differently in respect to the default values. 2007 is not compliant to OOXML and is what our export filter expects, 2010+ are compliant to OOXML and therefore our charts look awful. Change-Id: If301d878a1603ed9835884cfbb9ed9c902526ba0
2013-05-05another validation error in chart OOXML exportMarkus Mohrhard
Change-Id: I2edd5cb877fdf66926483c866382480f7ae3d36f
2013-05-05respect element order in OOXML chart export, fdo#59857Markus Mohrhard
The chart part of the document passes validation now. Change-Id: I52c946c0ad399038e5f9ffff08a117f2693c55b5
2013-05-05respect element order in OOXML chart export, related fdo#59857Markus Mohrhard
Change-Id: Iecb47635cb8c854ec6c12a12f895972fcf099009
2013-05-05respect element order in OOXML export, related fdo#59857Markus Mohrhard
Change-Id: I00bb173010419a47ee30c9d6ae1173bb1ea0e370
2013-05-05overlap is only valid for the 2D bar chart, related fdo#59857Markus Mohrhard
Change-Id: Ie17ef54a2b2f2058cef97dacd9110a3065f76f68
2013-05-05respect element order in OOXML chart export, related fdo#59857Markus Mohrhard
Change-Id: Icd40ad5a1a428d6ae0d012b1896a9dd713a4e79b
2013-05-05respect order of elements in OOXML chart export, related fdo#59857Markus Mohrhard
Change-Id: I541e04d2f4a3b272894ceb67b4bd970e235b96a2
2013-05-02place ooxml shapes properly to paragraph area (part of bnc#816583)Luboš Luňák
style="position:absolute;left:0" is relative to paragraph area, not paragraph text area (which is different if it's indented). Change-Id: I12a1d2b8a68aa3fa9c65b3d469118b5334f83d7f
2013-05-02fdo#60549 - pptx export presentation as well as draw shape objects.Michael Meeks
Change-Id: Ibe6e0b9fa55bab7a7d02e55560c1db4c8ed84132
2013-05-02fdo#60780, refactor Save a Copy and fixÁdám Csaba Király
Refactor Save a Copy, basing it on Export functionality. SID_SAVEACOPY takes its parameters, and sends a SID_EXPORTDOC request with them, using SID_SAVEACOPYITEM to differentiate Save a Copy from regular Export. Fix storing docx to url, by preventing finalizeFilter method, in filterbase.cxx, from writing back to the original file's MediaDescriptor. Change-Id: I876dbe17e43b26a43f29e797fdb157e31889ee1e Reviewed-on: https://gerrit.libreoffice.org/3355 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-05-01we need to exclude scatter chart for data label export for nowMarkus Mohrhard
Excel does not like our data label export and removes the charts during import. I could not figure out what is wrong as the files are valid. Change-Id: I92458803a48bff1436e7c47ca29d27e487c0642b
2013-04-30better to use no overlay for nowMarkus Mohrhard
We have no way to determine whether the lengend touches the chart area so let us use no overlay for now. That should be much more in line of the most use cases. Change-Id: Idecb0113e47a3f7c925ff8c45238152406ce8954
2013-04-30only export c:SymbolSize if attribute is thereMarkus Mohrhard
Change-Id: I4f167d1ec6998b27025450e9339d14d94c06e3c1
2013-04-30also export point sizeMarkus Mohrhard
The current formula size/250*7 is just a guess based on some test docs. If someone has an idea how to translate them please tell me. Change-Id: Ibdd27d52d545ac96882c128485c48a3116eb4467
2013-04-30export markers to OOXMLMarkus Mohrhard
Change-Id: I0c2cabc8636b0988bdd779f002c1e7dc1e34b65b
2013-04-30export a:noFill to prevent wrong defaultMarkus Mohrhard
Except for the data label issue my test file looks good now. There are a few more small issues that I should take care of but it looks nice already. Change-Id: I4a6097baefe26088d0246f6335246a211ba143eb
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-30n#592908: docx import, fixed handling of w10:wrapCédric Bosdonnat
commit f837c4288cdae4921b3fb6747ba2e2cd5ce2dcd2 moved the handling of w10:wrap tag in oox, but thus no wrapping was imported any more. The fix consists in letting the w10:wrap element be handled by writerfilter's dmapper if the shape has already been retrieved from oox (which is the case for textboxes). In other cases, make sure that we don't set the Surround property once again in writerfilter as that would override what has been done in oox. (cherry picked from commit 51d5e90b7c09cb980bc72a2c6b1a65303ef15ea2) Conflicts: oox/inc/oox/vml/vmlshape.hxx sw/qa/extras/ooxmlimport/ooxmlimport.cxx Change-Id: I8ab158641afcf6b9945c52238e7f5adb9e8b3adf
2013-04-30now ooxml files are accepted by Excel againMarkus Mohrhard
Yes, a simple test would have answered the question in the comment and made clear that nanoseconds are not accepted by MSO. Let's go with normal seconds as MSO does. It seems it also accepts 1/100s but who really needs that for a file timestamp. Change-Id: Iaec6f9c08dc94d5086b83cb4bf520d0053b71b28
2013-04-30remove a few more unused variablesMarkus Mohrhard
Change-Id: I6c70c000f60e7e6e43bd068ccb98b693b80746f2
2013-04-29c:varyColor is true by default in ExcelMarkus Mohrhard
And another step closer to opening my test file correctly in Excel. Change-Id: Ib6aa8ddb2f2792513c7263d86865e08fe5f1483d
2013-04-29OSL_TRACE => SAL_WARN in chartexport.cxxMarkus Mohrhard
Change-Id: I12ddd18c1b4476d42c097704c2af2d0af4e15a1e
2013-04-29c:delete is true by default in ExcelMarkus Mohrhard
One step closer to opening my simple test file correctly in Excel. Change-Id: I1bfa76a46081ba478e44d8d90d8a91790a9a9ff3
2013-04-29change order to allow validation of chart partMarkus Mohrhard
My simple test file is finally valid but is still now shown in Excel. There must be another bug in our exporter. Change-Id: Ib55e5b32edc3a556e9081b3008df539275dc289b
2013-04-29another validation error with OOXML chart exportMarkus Mohrhard
c:characters does not have an attribute val. The value has to be written out as normal string. Change-Id: Icd2c4034918bd223d0c8082a7d137e1ce79a9cfe
2013-04-29order of element matters in OOXML exportMarkus Mohrhard
this fixes one validation error with documents containing charts Change-Id: I879963484b1cc00322e8c79bf77dfbbf91869587
2013-04-29export for error bars to OOXML, fdo#62312Markus Mohrhard
This does not work yet as we have several validation errors in our exported OOXML chart doc. I have to clean them up before the documents are accepted by Excel. Change-Id: I0bba64a9c6cab489199c8e6f04158fea7b953d0a
2013-04-26Fix bnc#705982 - make animations inside SmartArt work.Thorsten Behrens
With the fallback loading of extDrawing for SmartArt graphics, slideshow animations into that drawingml fragment didn't work - for it being modelId diagram references instead of plain shape IDs. So use the modelId if present, and only then fallback to shape id. Change-Id: Iac2b8bc16255611d7ab165b72fb251cd2a65073a
2013-04-25bnc#793414: Bullet points are not indented correctly.Felix Zhang
2013-04-25n#813291: [PPTX] Axis Labels with percentage.Muthu Subramanian
Added the check only in the Axis Labels import. Maybe this check can be moved to convertNumberFormat()
2013-04-23fixup nanosecond precisionLionel Elie Mamane
Change-Id: Id62d3b994ece9cdf3b5f085e94f612cf62fc906b
2013-04-23fixup nanosecond precisionLionel Elie Mamane
Change-Id: I9ab4c199632a5f5ad94dc01aa383e26f48bbf631
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19oox import, added support for linked graphics (at least they are embedded nowsjacobi
Change-Id: I7fc8dcc989eb37d3a337f06137bb7361cce797d3
2013-04-19WaE: format specifies type 'int' but the argument has type 'sal_uInt32'Tor Lillqvist
Change-Id: I70f6a46b2195aa28c1a6dcd8c8d7e52fccb22cc3
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
- nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
2013-04-18fix Frame import for oox filterNoel Power
Change-Id: Ie165b509ea7668a3064e16b537bf2e51345324ba
2013-04-17implement MultiPage, Page & TabStrip import for ooxNoel Power
Change-Id: I1912c9550c12a971fcc7fdbc8bd623f18ccc40b8
2013-04-16bnc#793414: Fixed the left margin of bulletFelix Zhang
Change-Id: I4726ab00a6e2700407ffcf5258d3736ed0161514
2013-04-15fdo#36791 Added cases for unsupported VML commandsEilidh McAdam
Fixes crash on two-character VML path commands. Change-Id: Ia1abca37352b1feb20a41b4bac68ecb9e40ed8dc Reviewed-on: https://gerrit.libreoffice.org/3093 Tested-by: Miklos Vajna <vmiklos@suse.cz> Reviewed-by: Eilidh McAdam <eilidh.mcadam@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10Allow selecting the tls backend to use in oox from configureMiguel Gomez
Change-Id: Ie82afb1f22caa0b02ddac256e2a0c2a49f19bb15 Reviewed-on: https://gerrit.libreoffice.org/3173 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Fix again n719988, n734733Xisco Fauli
Bullet should have same color as following text by default Regression from bb3540a7cb6866a7b6c36cd71ea4bb9b0609d1e8 Change-Id: I007088db5bcb71e8d90d287b21762dca0dda9573
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I59a332c96793ced08bb509776dbcb8fd6c9d2ab9
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: Ie155215aea1d6f15e51bf5e64bab10eb2198d4de
2013-03-31#119750# corrected opacity import for SC comment shapes and their shadow ↵Armin Le Grand
visualisation