summaryrefslogtreecommitdiff
path: root/chart2/qa/extras/chart2export.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-06-19Fix expected/actual argument orderStephan Bergmann1-1/+1
Change-Id: I57a44ce4ca9c1e26366a90fb28616f46c209f7b2
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
Change-Id: I8b03c27188b02c3c4a9a9fbbe0df1fb1ae1c5caf
2015-06-02add test for tdf#91685Markus Mohrhard1-0/+11
Change-Id: I9a08a11038e3e0f873abc4513c0cbda97f0e4795
2015-05-13add test for primary and secondary axis positionMarkus Mohrhard1-0/+2
Change-Id: I8e790153c45c8ec2a4a94d629fbc0e36e60617d8
2015-05-12add test to make sure only one x axis is non-deleted in exported docMarkus Mohrhard1-0/+1
Change-Id: I8172015668cc43b4383276f2cd20cce4b0704277
2015-05-11add test for tdf#84347Markus Mohrhard1-0/+14
Change-Id: I437801a752e2ae2fa762f46f566b761fdc02acb8
2015-05-03add test for tdf#90876Markus Mohrhard1-0/+11
Change-Id: I5841f1b7b6f9ff60f9f1437b76a3e0b1b552a8a2
2015-04-30add test for plotVisOnly export to OOXMLMarkus Mohrhard1-0/+11
Change-Id: I2dc49ec1c10da97f9b57ebff804cf403d2802beb
2015-04-27add test for title character properties, tdf#90532Markus Mohrhard1-0/+15
Change-Id: Ib9117e73a446e0e369bae0d9cfdd8bd73e3c237c
2015-04-27add test for axis character properties, tdf#90532Markus Mohrhard1-0/+19
Change-Id: Ica4dc4c621d722bdad1d3c47c2e5389c8a6b8d04
2015-04-25add test for tdf#88848Markus Mohrhard1-0/+21
Change-Id: I1ad26038db7ee386d7d6dc333e29845753ab8ec3
2015-04-25add test for plotArea manualLayout, tdf#90851Markus Mohrhard1-0/+30
Change-Id: I18ac4e702a7ef4a2d9dbb4ba7d0ece1e69c7e379
2015-04-25also add a test case for title rotation, tdf#75015Markus Mohrhard1-0/+2
Change-Id: Ie83b4fb4d7ae8a8b752dcacdaff00bfce0c72ed9
2015-04-25add test for tdf#75015Markus Mohrhard1-0/+20
Change-Id: Idb1cbb9bf016d102705089b44486810affe7e3b0
2015-04-23that test case is not necessary anymoreMarkus Mohrhard1-8/+0
It was just my initial test case to get that working.
2015-04-23put these into an anonymous namespaceMarkus Mohrhard1-0/+4
Change-Id: I3cd5c48843dcba17caa84b8ea5a8fb21c4623370
2015-04-23add test for line only chart export, related tdf#90728Markus Mohrhard1-0/+12
Change-Id: I4c8319b1b675297c25a70584e151cf985870c0f8
2015-04-21add test for bubble3D export, related tdf#90746Markus Mohrhard1-0/+10
Change-Id: I97df89d60add869ea8277295580f880284f29358
2015-04-21add test case for no invertIfNegative export, related tdf#90733Markus Mohrhard1-0/+10
Change-Id: I9980b280236f858e6c88ef4ef0ba8cb9d2750b0e
2015-04-21disable asserts that are failingMarkus Mohrhard1-0/+2
The rendering looks correct and I think the new code is correct but did not understand why the assert was triggered now. Change-Id: I3e08bc507a69de447f633cd1be9787f59348cffe
2015-04-21improve assertion messagesMarkus Mohrhard1-7/+7
Change-Id: Ic3c83e670472a8882eddf8b4d29cf148a8e73d0d
2015-04-21add test for title overlay exportMarkus Mohrhard1-0/+10
Change-Id: I679b2a4597e37f1e902b85ea5239df0eec33fa8b
2015-04-19add test case for data label default value import, related tdf#74886Markus Mohrhard1-0/+20
Change-Id: I7792f542204f9813f3e36a49924da17f7abd14ea
2015-04-19add test for axis number format export to XLSXMarkus Mohrhard1-0/+15
Change-Id: I379ee890d184e3c79851bb1ea2f8b9b4de65e44c
2015-04-19fix upDown bar export to OOXMLMarkus Mohrhard1-0/+2
We should not really export it as this leads to wrong import into MSO. Change-Id: I94897eef040af0785acb3c7615ce6f5b5a96f055
2015-04-16add test for tdf#90533Markus Mohrhard1-0/+10
Change-Id: I3a045598d2883290bdc8fa09ea8377059249ad5f
2015-04-15add test case for tdf#81407Markus Mohrhard1-0/+10
Change-Id: I45124d662cee9b845c1f851de4f564dfe8c0e94e
2015-04-15add test for dispBlanksAs exportMarkus Mohrhard1-0/+10
Change-Id: I5d48b99c87c66033a1e5ada05a9d2aa6bd3fb667
2015-04-15add test for autoTitleDeleted exportMarkus Mohrhard1-0/+10
Change-Id: I152b6625b5ae1ec40e375bad2f144978dc7d8bba
2015-01-03fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad1-1/+14
- File getting corrupted after RT due to data label position is invalid in chart.xml - LO must not export invalid label position property if chart type doesn't support that positioning in MS Office. - For clusterd bar chart XML Difference chart1.xml Original file <c:barChart> <c:grouping val="clustered" /> <c:ser> <c:dLbls> ... <c:dLbl> <c:dLblPos val="outEnd" /> </c:dLbl> ... </c:dLbls> </c:ser> </c:barChart> Roundtrip file <c:barChart> <c:grouping val="clustered" /> <c:ser> <c:dLbls> ... <c:dLbl> <c:dLblPos val="r" /> </c:dLbl> ... </c:dLbls> </c:ser> </c:barChart> Change-Id: I9cae11b8d198aaa70fb05cb3bf329cd898519170 Reviewed-on: https://gerrit.libreoffice.org/11141 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2014-10-20chart2: fix temp file leaks in Chart2ExportTestMichael Stahl1-1/+10
Change-Id: Id128f19dee056189a34a02156fd0bf3ac14c2454
2014-09-15Ensure we export correct label placement value for clustered bar chartsMiklos Vajna1-0/+16
This is similar to 7b8073906adca8dae24c04a23708a3f3d582218f (Ensure we export correct labal placement value for percent/stacked charts., 2014-08-07), in case a clustered bar chart has a top placement ("t" in OOXML), then MSO complains as well. Change-Id: Iffd991127784e0e732f6ae55de956a328a3a53e5
2014-08-07Another test for radar chart data label export.Kohei Yoshida1-0/+17
This one doesn't support label placement property either. Change-Id: If1f17a135eabd810033644e27db6b1e5c049daff
2014-08-07Write test for exporting data label positions for percent stack bar chart.Kohei Yoshida1-0/+17
Change-Id: Idebb56fc96828ec38d5c239c16e5b413a50c837f
2014-08-07Fix the test. It's bar3DChart not barChart.Kohei Yoshida1-2/+2
Change-Id: I8e504dfee81557a1965bb4bbce4ea975c13fe775
2014-08-07Write test for exporting data labels in area chart for OOXML.Kohei Yoshida1-0/+17
Change-Id: Icbb17f56643f7d89bf739b0f218b2ca8a6309d9a
2014-08-07Add test for default data label placement for line chart.Kohei Yoshida1-0/+25
Change-Id: I25cf48703a286470907ccc5415a0fab479aa4b8c
2014-08-07Write test for doughnut chart export of data labels to OOXML.Kohei Yoshida1-0/+17
We must not export label position properties for doughnut charts, else MS Office would think the file is corrupt. Change-Id: Icfab257ffb6da945b8add661e6455aa66cc475ab
2014-08-05Add test to ensure that we don't export label position attributes.Kohei Yoshida1-0/+18
At least for 3D bar chart, exporting this would choke MS Office. Change-Id: Ic6747f3c5502495d8cae734290183ff89b14fc70
2014-08-04bnc#886540: Add test cases for chart background fill variance.Kohei Yoshida1-0/+11
"Automatic" fill in docx and xlsx should be solid white, whereas in pptx it is no fill (transparent). Change-Id: I7e64f2f895e4c4ed072a234e622a348599456f37
2014-07-26bnc#885825: Write test for this.Kohei Yoshida1-0/+103
Originally it was a pptx document, but switched to docx because reloading an impress document in cppunit currently mysteriously crashes. Change-Id: I3e9ba6b9a4dc7d3c0ca1d59a073dc8a4cca4008c
2014-07-20add SAL_OVERRIDEDavid Tardon1-1/+1
Change-Id: I5c0f34f035765fcfd916b635ab18f5cb1bbcabb0
2014-07-19one more simplificationMarkus Mohrhard1-10/+1
Change-Id: I9aaf67872dde324f403598a7361cd4eda60b82b0
2014-07-19use the shared XPath test code in chart2Markus Mohrhard1-92/+28
Change-Id: Ia8481516eb3d53f406824cc2ef8873fe1cba3909
2014-07-07bnc#881025: Write test for this.Kohei Yoshida1-22/+6
Change-Id: Ifb1f83bbe5f9bb9ecb7fca26f883d1331052f10d
2014-07-03Test the import of data series values as well.Kohei Yoshida1-0/+39
There was a bug in there earlier that none of the tests didn't catch. Change-Id: I1f4ed1ba5e08e7842899a140163f9e165705569b
2014-07-03Better and more descriptive naming.Kohei Yoshida1-4/+4
Change-Id: Ic2e3b14399d2acc91c75922a25dc736b1605c320
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida1-3/+3
Change-Id: I994424c98d977c3a8f9138cccc17348de813a9d7
2014-06-20fdo#71767: Write test for this.Kohei Yoshida1-0/+66
Not a direct test for the reported bug, but to ensure that the reworked properties survive import and export. Change-Id: I6c5a4c98eca5180251f04a24346290dedc44447a
2014-06-20sw: clean up leftover TextBox TODOsMiklos Vajna1-10/+1
Change-Id: I12782690368789849ea2ce2ed08ad4838a0a55db