summaryrefslogtreecommitdiff
path: root/chart2/qa
AgeCommit message (Collapse)Author
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida
Change-Id: I994424c98d977c3a8f9138cccc17348de813a9d7
2014-06-22add test case for fdo#78080Markus Mohrhard
Change-Id: If676eb03f5bd19f8abf13d1d7826d500d51e542e
2014-06-22add test case for property mappingMarkus Mohrhard
Change-Id: Ib8630d15f40b00c8620eeb1c79d5d9f00d07ef49
2014-06-20fdo#71767: Write test for this.Kohei Yoshida
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 Vajna
Change-Id: I12782690368789849ea2ce2ed08ad4838a0a55db
2014-06-18chart2, sw: remaining textbox DOCX import test preparationsMiklos Vajna
Ideally now all testcases handle both cases during DOCX import: - current situation, when shape with text is imported as a Writer TextFrame - future situation, when shape with text will be imported as shape with an assicated TextBox Change-Id: I5b95ff4672cecf39eb744f8557f967ade73404c0
2014-06-12fdo#77506: Enable this check.Kohei Yoshida
Change-Id: Ib4ad7c1a1583b9fde1a06dc8e355442f10bb9bec
2014-06-11fdo#77506: (finally) write a unit test for this.Kohei Yoshida
I've switched from using a Draw document to Writer document due to some instability with Draw instance in our cppunit run. The bug is reproducible either way. The test is disabled for now, since the bug has yet to be fixed. Change-Id: I49e0417e1ecbc70f40aab8531237ae98ae58bdd3
2014-06-11loplugin:unreffunStephan Bergmann
Change-Id: I3d5ddbca7760a32231ef7fee19b45bca83667ca7
2014-06-10Remove this.Kohei Yoshida
Change-Id: Ie2c64d3254dba35ba3fcb1af2566de84b8b300e2
2014-06-10New unit test for Draw document with chart. Disabled due to weird crash.Kohei Yoshida
No idea why it crashes whatsoever.... Change-Id: Ic46d5a98f21cacb03adb3bc0d6da239bde5d8ce2
2014-06-10Consistent naming please.Kohei Yoshida
Change-Id: I8a7e1d0a42aacdc7dcaeda0f7e51db78727f4b54
2014-06-10fdo#79676: Write unit test for this.Kohei Yoshida
Added a whole bunch of missing component files for handling flat ODF. Change-Id: Ib9d84be14327a1fd9ff64573ba1f6ba90e0bfc56
2014-06-02fdo#68849: Add header guards to all include filesJens Carl
added header guards for directories basebmp/, chart2/, cppuhelper/, include/test/, io/test/, sax/test, shell/, writerfilter/, and xmlhelp/ Change-Id: I0e29a9b75c26d71f58aa98986b52f6d3b46015a6 Reviewed-on: https://gerrit.libreoffice.org/9615 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-20fdo#78290 : The File gets corrupted when saved in LOBisal Singh Nayal
Problem Description: Docx file containing a chart (line chart / scatter chart)which has used a builtin marker'x' gets corrupted when we save it in LO.The reason was that while exporting LO was writing the marker information 'x' as 'X' which MS Word doesn't recognize.‒<c:marker><c:symbol val="X" />. Also the size of the marker was coming 1 less than the actual value. Ex: if size is 7 then it was being written as 6. Solution: During export I have made changes so that now LO writes 'x' in the tag information ‒<c:marker> <c:symbol val="x" />. Now the size of the marker is also being correctly exported. Change-Id: I26b747f9576625bf3acb941322ae418a0bbc6b64 Reviewed-on: https://gerrit.libreoffice.org/9273 Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-05-14loplugin:passstringbyrefStephan Bergmann
Change-Id: I0e97ab6ed479ba4057470946d45a0e8cda29470e
2014-05-08various: sal_Bool->boolNoel Grandin
Change-Id: I30fa5227f30373f95060148f269450d2945c1bb9
2014-05-01WaE: -Werror=maybe-uninitializedCaolán McNamara
Change-Id: I0b973088a9d14dbe3eccb0c002aab5bb861f777d
2014-05-01add test for fdo#78041Markus Mohrhard
Change-Id: I08d30102b2218584af2fb800a657728bec42ec18
2014-04-28fdo77216-Charts-Scattered chart: Chart gets distorted on RTSourav
In case there is some text entered in place of X coordinates for scatter chart then x coordinates should be taken as 1,2,3.... MS Word does the same thing Change-Id: I1db0fd64c6ac0f4d5e77a9676812f5e26577ecf6 Reviewed-on: https://gerrit.libreoffice.org/9011 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-04-17add fileMarkus Mohrhard
Change-Id: I45401846ae33e0b26e487093e60d90d128480c60
2014-04-17add test case for fdo#70609Markus Mohrhard
Change-Id: I85ddd43f5c8e88c6f6bf19284b0822f8bbea1d44
2014-04-15Fully comment out commented-out testStephan Bergmann
Change-Id: I23b42998c72f190addb75a4b9e624f0c3c948f8f
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl
Change-Id: I2905e98425b9991d6138ab0adc15083d313ca445
2014-04-05add test for fdo#64722, cp#1000058Markus Mohrhard
Change-Id: Idccff4629b8af84e59d52fb3135e9217d3564cb9
2014-04-05rename variableMarkus Mohrhard
Change-Id: I6ac553172a7c017010d4efa42224f25e2d5537da
2014-04-03add concept for chart xshape testsMarkus Mohrhard
will be run on a tinderbox for now that will be the reference for anything related to it Change-Id: Ib795b53f74e9207d0272342f12d426bbc21164b4
2014-03-30remove one more merge markerMarkus Mohrhard
2014-03-30add test for fdo#74619Markus Mohrhard
Change-Id: I94ed07b730b976f32ce8572f1ccefa96be0a6e77
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-26enable the export validation for chart ODS testsMarkus Mohrhard
Don't even think about using the new skip flag for your shiny new test. If you itnroduce tests that show validation errors fix them!! Change-Id: I21bf61a113a35ca204a54d18246848a5788ae559
2014-03-26remove unimplemented methodMarkus Mohrhard
Change-Id: I28c735478142bcb438ac24482612d5fb52a65f6e
2014-03-26improve formattingMarkus Mohrhard
Change-Id: Ic174dee2b0c3005b15b30348bf6aebf20ce50fb8
2014-03-26handle xlsx files correctly as wellMarkus Mohrhard
Change-Id: I24d63386d158e130aeb340235d71eb05cbd679f4
2014-03-26unimplemented methodMarkus Mohrhard
Change-Id: I5820bde974a42f32c404aa2b14b410534f10db29
2014-03-26add test for improved overlap chart exportMarkus Mohrhard
Change-Id: Id1466f7a95470a7c90a7752971e126d3f4b45766
2014-03-23fdo#76356 : Docx file contianing chart in footer/header gets corrupted.sushil_shinde
- Docx file with chart in footer/header or .bin file referred in chart was getting corrupted. - Embedded file for footer.xml was not grabbaged. - .bin embedded files were not grab baged. - Added grab bag support for both case. - Added UT to check .bin files are grab baged properly. Reviewed on: https://gerrit.libreoffice.org/8674 Change-Id: I221e3867798fc2a3a42f6385d687e80b80a3678f
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin
Change-Id: I685b1dc3d7c735bc70be29252f55c082546f3cb1
2014-03-12fdo#74111 3D Rotation is wrong after Round trip for pie chartPriyankaGaikwad
3D Rotation is lost after Round trip for pie chart. XML Difference: Original: <c:rotX val="40"/> <c:rotY val="30"/> Round Trip: <c:rotX val="310"/> <c:rotY val="0"/> Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: I60132fef071e0573b17c35f509f3a74bd4ffcc66
2014-03-12fdo#75975 crash while saving the DOCX file containing chartsRavindra Vidhate
1. Open DOCX file containing Charts 2. Save this file into DOCX format. 3. LO crashed while saving/exporting to DOCX format. Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: I14d4f2c214ce3513b4bd14831771d72498e4486d
2014-03-11add test for fdo#75510Markus Mohrhard
Change-Id: I76cb1008138f7b79223330d4a24d45a026d1118f
2014-03-10add export validation tests for chart2Markus Mohrhard
ODS and DOCX are still disabled Change-Id: I2ce30df5fe8977c83a77ca210d79530423bef76e
2014-03-10test case for strict OOXML chart importMarkus Mohrhard
Change-Id: Ie000dda7b04615c2e79376c5da5dc96b4ea40db0
2014-03-04Revert "fdo#75200:Libreoffice crash while opening the file"Markus Mohrhard
This reverts commit 0b6a1f2afa7954afcf1f27b066169455ed6cff7a.
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-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-02-27Remove visual noise from chart2Alexander Wilms
Change-Id: Ic8dc71c2815df265e1935e629e0220396a50aaac Reviewed-on: https://gerrit.libreoffice.org/8239 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-02-23add test for bnc#864396Markus Mohrhard
Change-Id: I38d77a11acf6684cb583ba3e5ffb80f30f3f2fdc
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
Change-Id: I8051c0756e0474a5b4f748e0aa15a9922e82ea97
2014-02-15fdo#74137: Fix for courruption of Pie chart after roundtrip.Rohit Deshmukh
Problem: - Pie chart with data labels files gets corrupt because of label position is bestFit in original file. - But after round trip, data labels position gets changes to top, left and right. For some data labels postion value is missing. Implementaion: - In LO, while converting data label from model, the position gets changed. So we are ignoring this hack for Pie chart. Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: Ic51845cd6f39bc905439eea8971e878607d25dac