summaryrefslogtreecommitdiffstats
path: root/chart2/qa
Commit message (Collapse)AuthorAgeFilesLines
* Related: tdf#93676 in msword chart appears with axis positioned between ticksCaolán McNamara2015-09-102-0/+9
| | | | Change-Id: Ibd16d255a45a220faf7681a74785549c32969f78
* tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti2015-09-098-5/+1041
| | | | | | | | | | | | | | | | | | Now in a pie chart the text of a label can be wrapped, the wrapping is automatic and the maximum text width is fixed to almost half the pie radius. This feature is used to import correctly the relative text wrapping property provided by MSO. Moreover the data value and percent value of a label are now centered horizontally, respect with the label text. Conflicts: chart2/qa/extras/xshape/chart2xshape.cxx Change-Id: Ie10d6184365436f763cd9693a5bbefcfa9b3862b Reviewed-on: https://gerrit.libreoffice.org/17193 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* improve test caseMarkus Mohrhard2015-09-081-0/+4
| | | | | | | Actually I just need it to force a rebuild of the file on the windows boxes to fix the broken build. Change-Id: Id90f0ef40bd9bc8dcde3dc0a9040100267696d0e
* also add test for DoubleToStringMarkus Mohrhard2015-09-081-0/+23
| | | | Change-Id: I3de9afa7b5d975487fd03ae2a9c5393143abff9c
* related tdf#93676, add test for chart::CommonFunctorsMarkus Mohrhard2015-09-081-0/+62
| | | | Change-Id: I9667611135300155ee87cca1ad444ad8a6a9aeb1
* Revert "Related: tdf#93676 in msword chart appears with axis positioned ↵Markus Mohrhard2015-09-082-9/+0
| | | | | | between ticks" This reverts commit 10654c038c0bc20fb348be7164e08f3de98718f4.
* Related: tdf#93676 in msword chart appears with axis positioned between ticksCaolán McNamara2015-09-072-0/+9
| | | | | | not on them Change-Id: I048f86270ee12a38967c81e832619fd5018db6b1
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-211-12/+6
| | | | | | | | | This addresses some cppcheck warnings. Change-Id: I97726ed32e5aa92e7da7d248380a78b1b201e46e Reviewed-on: https://gerrit.libreoffice.org/17912 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* loplugin:defaultparamsNoel Grandin2015-08-212-8/+8
| | | | Change-Id: Iaf6415d3b33a4ce195a00913a0df69f1fb794217
* tdf#76649 test case for this issueTomaž Vajngerl2015-08-132-4/+35
| | | | | | | Change-Id: I8b88298c79e04e972b208dd74dcd693d53d0bb98 Reviewed-on: https://gerrit.libreoffice.org/17344 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
* loplugin:saloverrideMiklos Vajna2015-06-221-2/+2
| | | | Change-Id: Ia20ffdc44d33501f5999aa47d990e769dcb632ec
* loplugin:passstuffbyrefMiklos Vajna2015-06-221-4/+4
| | | | Change-Id: I17d0aa6e9c0322924c5251eb524e06e91ee43ced
* chart2: -Werror=unused-macrosMichael Stahl2015-06-221-1/+0
| | | | Change-Id: I91e8a11934ae10bedfafdd98362e2e1e4f5fe51f
* Add unit tests for chart2 trend calculatorsPhilippe Jung2015-06-222-0/+214
| | | | | | | | | | Will be used to check tdf#70673 is fixed. Test will fail before the fix and should pass after. Change-Id: I9e0fdc696fb99ac2f0e24b04273391d526c629a6 Reviewed-on: https://gerrit.libreoffice.org/16406 Reviewed-by: Philippe Jung <phil.jung@free.fr> Tested-by: Philippe Jung <phil.jung@free.fr>
* Fix expected/actual argument orderStephan Bergmann2015-06-191-1/+1
| | | | Change-Id: I57a44ce4ca9c1e26366a90fb28616f46c209f7b2
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-2/+1
| | | | Change-Id: I1167d0ce6b6f6e48309d0551c1d2a283d79546a7
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-081-1/+1
| | | | Change-Id: I8b03c27188b02c3c4a9a9fbbe0df1fb1ae1c5caf
* add test for tdf#91685Markus Mohrhard2015-06-022-0/+11
| | | | Change-Id: I9a08a11038e3e0f873abc4513c0cbda97f0e4795
* unit test for pie chart label inside placement for the best fit caseAndras Timar2015-05-273-0/+345
| | | | | | | | Change-Id: I7e6f8383ead96f585915afb119b8ee460967c0bc related: tdf#90839 Reviewed-on: https://gerrit.libreoffice.org/15934 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* add test for primary and secondary axis positionMarkus Mohrhard2015-05-131-0/+2
| | | | Change-Id: I8e790153c45c8ec2a4a94d629fbc0e36e60617d8
* add test to make sure only one x axis is non-deleted in exported docMarkus Mohrhard2015-05-121-0/+1
| | | | Change-Id: I8172015668cc43b4383276f2cd20cce4b0704277
* add test for tdf#84347Markus Mohrhard2015-05-112-0/+14
| | | | Change-Id: I437801a752e2ae2fa762f46f566b761fdc02acb8
* add test for xlsx rotated axis title importMarkus Mohrhard2015-05-082-0/+34
| | | | Change-Id: Ibfcf7cffe661efc1ce2063e87d38c45d943df69d
* also add test for secondary axis, related tdf#75316Markus Mohrhard2015-05-082-0/+19
| | | | Change-Id: I88f46f7724296e1c58cf7604a0c514de91b5ae2a
* add test for tdf#75316Markus Mohrhard2015-05-082-0/+20
| | | | Change-Id: Ic9f20c90e54f53484d67c1c38530dbac9638cbfe
* add test for tdf#90876Markus Mohrhard2015-05-032-0/+11
| | | | Change-Id: I5841f1b7b6f9ff60f9f1437b76a3e0b1b552a8a2
* add test for tdf#86624Markus Mohrhard2015-05-022-0/+13
| | | | Change-Id: Iaab521433d8573fb1184ec59e7d734b0e0c97f00
* add test for minorTickMark OOXML default valueMarkus Mohrhard2015-04-302-0/+17
| | | | Change-Id: Id1a4dcbc25b78afe123d529413ac8873b6452d2e
* add test for majorTickMark OOXML default valueMarkus Mohrhard2015-04-302-0/+18
| | | | Change-Id: Ib8af3f17db019dcddca58173806ee6499b50b416
* add test for rAngAx OOXML default valueMarkus Mohrhard2015-04-302-0/+15
| | | | Change-Id: Iaad4aa553564e31726b31ebf890ef0376c8f1690
* add test for plotVisOnly export to OOXMLMarkus Mohrhard2015-04-302-0/+11
| | | | Change-Id: I2dc49ec1c10da97f9b57ebff804cf403d2802beb
* add test for plotVisOnly default valueMarkus Mohrhard2015-04-302-0/+15
| | | | Change-Id: I0b0a5df307bc5478283fbbe48a0016256b9cf7cd
* add test for title character properties, tdf#90532Markus Mohrhard2015-04-272-0/+15
| | | | Change-Id: Ib9117e73a446e0e369bae0d9cfdd8bd73e3c237c
* add test for axis character properties, tdf#90532Markus Mohrhard2015-04-272-0/+19
| | | | Change-Id: Ica4dc4c621d722bdad1d3c47c2e5389c8a6b8d04
* add test for tdf#88848Markus Mohrhard2015-04-252-0/+21
| | | | Change-Id: I1ad26038db7ee386d7d6dc333e29845753ab8ec3
* add test for plotArea manualLayout, tdf#90851Markus Mohrhard2015-04-252-0/+30
| | | | Change-Id: I18ac4e702a7ef4a2d9dbb4ba7d0ece1e69c7e379
* and in the chart testsMarkus Mohrhard2015-04-252-4/+4
| | | | Change-Id: I1ed69bb1c09982e8d0964a700da9b22b66af82f8
* also add a test case for title rotation, tdf#75015Markus Mohrhard2015-04-251-0/+2
| | | | Change-Id: Ie83b4fb4d7ae8a8b752dcacdaff00bfce0c72ed9
* add test for tdf#75015Markus Mohrhard2015-04-252-0/+20
| | | | Change-Id: Idb1cbb9bf016d102705089b44486810affe7e3b0
* that test case is not necessary anymoreMarkus Mohrhard2015-04-232-8/+0
| | | | It was just my initial test case to get that working.
* put these into an anonymous namespaceMarkus Mohrhard2015-04-231-0/+4
| | | | Change-Id: I3cd5c48843dcba17caa84b8ea5a8fb21c4623370
* add test for line only chart export, related tdf#90728Markus Mohrhard2015-04-232-0/+12
| | | | Change-Id: I4c8319b1b675297c25a70584e151cf985870c0f8
* add test case for VaryColor default valuesMarkus Mohrhard2015-04-213-0/+34
| | | | Change-Id: Iaf8012d573044dad21d1008e3a6d583625e6f386
* add tests for trendline default valuesMarkus Mohrhard2015-04-213-0/+57
| | | | Change-Id: Id1ff3b7dd10f6d200a0f2cd86ef7f8fa47722344
* add test for bubble3D export, related tdf#90746Markus Mohrhard2015-04-212-0/+10
| | | | Change-Id: I97df89d60add869ea8277295580f880284f29358
* add smoothed line default value import testMarkus Mohrhard2015-04-213-0/+41
| | | | Change-Id: I67f6c6e433402ba610f39b7fa4ee50a8cb5295fe
* add test case for no invertIfNegative export, related tdf#90733Markus Mohrhard2015-04-212-0/+10
| | | | Change-Id: I9980b280236f858e6c88ef4ef0ba8cb9d2750b0e
* disable asserts that are failingMarkus Mohrhard2015-04-211-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
* improve assertion messagesMarkus Mohrhard2015-04-211-7/+7
| | | | Change-Id: Ic3c83e670472a8882eddf8b4d29cf148a8e73d0d
* add test for title overlay exportMarkus Mohrhard2015-04-212-0/+10
| | | | Change-Id: I679b2a4597e37f1e902b85ea5239df0eec33fa8b