offapi/com/sun/star/chart2/ChartObjectType.idl | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-)
New commits: commit 5bd17a98d32dda88aaf3abe00cff6f84fe0f3482 Author: Gagandeep Singh <[email protected]> AuthorDate: Fri Jul 5 16:31:44 2019 +0530 Commit: Markus Mohrhard <[email protected]> CommitDate: Sun Jul 7 14:09:32 2019 +0200 Populating the ChartObjectType.idl Change-Id: I253f720d7afc749b1d35946a929f2a762ec03a54 Reviewed-on: https://gerrit.libreoffice.org/75107 Reviewed-by: Markus Mohrhard <[email protected]> Tested-by: Markus Mohrhard <[email protected]> diff --git a/offapi/com/sun/star/chart2/ChartObjectType.idl b/offapi/com/sun/star/chart2/ChartObjectType.idl index c84c99b661ef..eb86b14eb4e0 100644 --- a/offapi/com/sun/star/chart2/ChartObjectType.idl +++ b/offapi/com/sun/star/chart2/ChartObjectType.idl @@ -14,7 +14,19 @@ module com { module sun { module star { module chart2 { constants ChartObjectType { - const short TITLE = 0; + const short AXIS = 0; + const short BASE_COORD = 1; + const short DIAGRAM = 2; + const short DATA_POINT = 3; + const short DATA_SERIES = 4; + const short GRID = 5; + const short FORMATTED = 6; + const short LEGEND = 7; + const short PAGE = 8; + const short STOCK = 9; + const short TITLE = 10; + const short WALL = 11; + const short UNKNOWN = 12; }; }; }; }; }; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
