From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- qadevOOo/tests/java/ifc/chart/_BarDiagram.java | 152 +++++++++++++ .../java/ifc/chart/_Chart3DBarProperties.java | 123 +++++++++++ qadevOOo/tests/java/ifc/chart/_ChartAxis.java | 200 +++++++++++++++++ .../tests/java/ifc/chart/_ChartAxisXSupplier.java | 132 ++++++++++++ .../tests/java/ifc/chart/_ChartAxisYSupplier.java | 158 ++++++++++++++ .../tests/java/ifc/chart/_ChartAxisZSupplier.java | 196 +++++++++++++++++ .../java/ifc/chart/_ChartDataPointProperties.java | 120 +++++++++++ .../java/ifc/chart/_ChartDataRowProperties.java | 54 +++++ qadevOOo/tests/java/ifc/chart/_ChartDocument.java | 35 +++ qadevOOo/tests/java/ifc/chart/_ChartLegend.java | 33 +++ .../tests/java/ifc/chart/_ChartStatistics.java | 65 ++++++ .../java/ifc/chart/_ChartTableAddressSupplier.java | 59 +++++ qadevOOo/tests/java/ifc/chart/_ChartTitle.java | 49 +++++ .../java/ifc/chart/_ChartTwoAxisXSupplier.java | 100 +++++++++ .../java/ifc/chart/_ChartTwoAxisYSupplier.java | 100 +++++++++ qadevOOo/tests/java/ifc/chart/_Diagram.java | 59 +++++ qadevOOo/tests/java/ifc/chart/_Dim3DDiagram.java | 58 +++++ qadevOOo/tests/java/ifc/chart/_LineDiagram.java | 199 +++++++++++++++++ .../tests/java/ifc/chart/_StackableDiagram.java | 81 +++++++ qadevOOo/tests/java/ifc/chart/_StockDiagram.java | 79 +++++++ qadevOOo/tests/java/ifc/chart/_X3DDisplay.java | 68 ++++++ qadevOOo/tests/java/ifc/chart/_XAxisXSupplier.java | 97 +++++++++ qadevOOo/tests/java/ifc/chart/_XAxisYSupplier.java | 100 +++++++++ qadevOOo/tests/java/ifc/chart/_XAxisZSupplier.java | 100 +++++++++ qadevOOo/tests/java/ifc/chart/_XChartData.java | 176 +++++++++++++++ .../tests/java/ifc/chart/_XChartDataArray.java | 240 +++++++++++++++++++++ qadevOOo/tests/java/ifc/chart/_XChartDocument.java | 154 +++++++++++++ qadevOOo/tests/java/ifc/chart/_XDiagram.java | 148 +++++++++++++ .../tests/java/ifc/chart/_XStatisticDisplay.java | 82 +++++++ .../tests/java/ifc/chart/_XTwoAxisXSupplier.java | 54 +++++ .../tests/java/ifc/chart/_XTwoAxisYSupplier.java | 63 ++++++ 31 files changed, 3334 insertions(+) create mode 100644 qadevOOo/tests/java/ifc/chart/_BarDiagram.java create mode 100644 qadevOOo/tests/java/ifc/chart/_Chart3DBarProperties.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartAxis.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartAxisXSupplier.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartAxisYSupplier.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartAxisZSupplier.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartDataPointProperties.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartDataRowProperties.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartDocument.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartLegend.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartStatistics.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartTableAddressSupplier.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartTitle.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java create mode 100644 qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java create mode 100644 qadevOOo/tests/java/ifc/chart/_Diagram.java create mode 100644 qadevOOo/tests/java/ifc/chart/_Dim3DDiagram.java create mode 100644 qadevOOo/tests/java/ifc/chart/_LineDiagram.java create mode 100644 qadevOOo/tests/java/ifc/chart/_StackableDiagram.java create mode 100644 qadevOOo/tests/java/ifc/chart/_StockDiagram.java create mode 100644 qadevOOo/tests/java/ifc/chart/_X3DDisplay.java create mode 100644 qadevOOo/tests/java/ifc/chart/_XAxisXSupplier.java create mode 100644 qadevOOo/tests/java/ifc/chart/_XAxisYSupplier.java create mode 100644 qadevOOo/tests/java/ifc/chart/_XAxisZSupplier.java create mode 100644 qadevOOo/tests/java/ifc/chart/_XChartData.java create mode 100644 qadevOOo/tests/java/ifc/chart/_XChartDataArray.java create mode 100644 qadevOOo/tests/java/ifc/chart/_XChartDocument.java create mode 100644 qadevOOo/tests/java/ifc/chart/_XDiagram.java create mode 100644 qadevOOo/tests/java/ifc/chart/_XStatisticDisplay.java create mode 100644 qadevOOo/tests/java/ifc/chart/_XTwoAxisXSupplier.java create mode 100644 qadevOOo/tests/java/ifc/chart/_XTwoAxisYSupplier.java (limited to 'qadevOOo/tests/java/ifc/chart') diff --git a/qadevOOo/tests/java/ifc/chart/_BarDiagram.java b/qadevOOo/tests/java/ifc/chart/_BarDiagram.java new file mode 100644 index 000000000..4d7637623 --- /dev/null +++ b/qadevOOo/tests/java/ifc/chart/_BarDiagram.java @@ -0,0 +1,152 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +package ifc.chart; + +import lib.MultiPropertyTest; +import lib.Status; +import lib.StatusException; + +import com.sun.star.beans.XPropertySet; +import com.sun.star.chart.XChartDocument; +import com.sun.star.chart.XDiagram; +import com.sun.star.uno.UnoRuntime; + +/** +* Testing com.sun.star.chart.BarDiagram +* service properties: +* +* Properties testing is automated +* by lib.MultiPropertyTest except property +* 'NumberOfLines'.

+* This test needs the following object relations : +*