summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/TablePivotChart.cxx
AgeCommit message (Collapse)AuthorFilesLines
2017-04-02Add table pivot chart supplier API, update testsTomaž Vajngerl1-0/+78
This adds the XTablePivotChartSupplier and related interfaces so we can access, create, delete pivot charts from UNO in a sheet document. With this we now distinguish between normal charts and pivot charts. This was mainly needed because we can't extend the "published" interfaces of TableChartSupplier. Updated the test framework in chart2 to use the new interfaces. Added an extensive test, which uses the API to create a new pivot chart when there was none, and checks that the pivot chart updates when the pivot table updates. Change-Id: I05891b44aac7bb780e04e31292eac244af0443d4