summaryrefslogtreecommitdiffstats
path: root/chart2/qa
Commit message (Expand)AuthorAgeFilesLines
* add test for fixed dispBlanksAs OOXML importMarkus Mohrhard2015-03-163-0/+33
* add tests for autoTitleDel flag default value fixesMarkus Mohrhard2015-03-163-0/+31
* tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande2015-03-101-3/+4
* remove executable bit from rtf / xlsx filesMichael Stahl2015-03-021-0/+0
* add test for tdf#89454Markus Mohrhard2015-02-192-0/+19
* add test for missing chart area style fill import, tdf#89451Markus Mohrhard2015-02-182-0/+19
* update chart xshape reference filesMarkus Mohrhard2015-02-172-73/+73
* fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad2015-01-032-1/+14
* update the xml files with current reference filesMarkus Mohrhard2014-12-222-205/+205
* chart2: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* java: remove comment noiseNoel Grandin2014-12-101-1/+0
* loplugin:unreffunStephan Bergmann2014-11-051-1/+3
* Actually we shouldn't always set Overlap flag on for all xlsx charts...Kohei Yoshida2014-11-041-1/+1
* chart2: fix temp file leaks in Chart2ExportTestMichael Stahl2014-10-201-1/+10
* chart2: fix temp file leak caused by missing tearDown() between testsMichael Stahl2014-10-201-0/+6
* Revert "at least fix the crash when calling SdXImpressDocument::disposeMichael Stahl2014-10-201-6/+0
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* fdo#84647 : Fixed default value for TickLableSkip value.sushil_shinde2014-10-112-0/+23
* loplugin:passstuffbyrefStephan Bergmann2014-10-101-2/+2
* fdo#54361: Add additional unit test case.Muthu Subramanian2014-10-102-2/+9
* chart2: fix the testDataLabelBordersDOCX on MacMichael Stahl2014-10-011-7/+9
* Ensure we export correct label placement value for clustered bar chartsMiklos Vajna2014-09-152-0/+16
* bnc#892610: OOXML import: Improve chart number formats.Matúš Kukan2014-09-112-0/+52
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-2/+2
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-7/+7
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-17/+17
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-1/+1
* remove executable bitsThomas Arnhold2014-08-1711-0/+0
* java: remove commented out codeNoel Grandin2014-08-141-8/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+2
* java: remove redundant null checksNoel Grandin2014-08-081-1/+0
* java: remove unused importsNoel Grandin2014-08-081-3/+0
* java: remove dead methodsNoel Grandin2014-08-081-35/+0
* Another test for radar chart data label export.Kohei Yoshida2014-08-072-0/+17
* Write test for exporting data label positions for percent stack bar chart.Kohei Yoshida2014-08-072-0/+17
* Fix the test. It's bar3DChart not barChart.Kohei Yoshida2014-08-071-2/+2
* Write test for exporting data labels in area chart for OOXML.Kohei Yoshida2014-08-072-0/+17
* Add test for default data label placement for line chart.Kohei Yoshida2014-08-073-0/+26
* Write test for doughnut chart export of data labels to OOXML.Kohei Yoshida2014-08-072-0/+17
* Remove the 2nd argument which was added unintentionally.Kohei Yoshida2014-08-061-1/+1
* update the reference filesMarkus Mohrhard2014-08-062-870/+872
* Add test to ensure that we don't export label position attributes.Kohei Yoshida2014-08-052-0/+18
* java: remove commented out codeNoel Grandin2014-08-051-32/+0
* bnc#886540: Add test cases for chart background fill variance.Kohei Yoshida2014-08-044-1/+39
* java: remove some casting in lib.TestParameters#getMSFNoel Grandin2014-08-041-2/+2
* Add chart import, percentage number formats, unit test.Matúš Kukan2014-07-293-0/+77
* bnc#885825: Write test for this.Kohei Yoshida2014-07-262-0/+103
* add SAL_OVERRIDEDavid Tardon2014-07-201-1/+1
* one more simplificationMarkus Mohrhard2014-07-191-10/+1
* use the shared XPath test code in chart2Markus Mohrhard2014-07-191-92/+28