/aoo42x/main/offapi/com/sun/star/chart2/ |
H A D | XChartTypeTemplate.idl | 53 /** Creates a new diagram based upon the given data . 58 be created which serve as input for the new diagram. 70 The new diagram which represents this 82 /** Analyses the given diagram and reinterprets its 84 creates a new diagram based on these series. 102 diagram is compatible with the data-format of this 106 given diagram should return <TRUE/> before this method is 134 the diagram to determine if the structure matches the one 138 <p>For analysis all parts of the diagram may be used, 142 The diagram to be analyzed. [all …]
|
H A D | XDiagram.idl | 52 coordinate systems used in a diagram.</p> 59 <p>The floor is the bottom of a 3D diagram. 60 For a 2D diagram NULL is returned.</p> 65 information about a diagram in a separate box. 74 colors for data series (or data points) in the diagram. 79 colors for data series (or data points) in the diagram. 83 /** sets new data to the diagram.
|
H A D | XChartDocument.idl | 45 /** @todo allow more than one diagram 48 more than one diagram. The method name getDiagram exists in 55 /** @todo allow more than one diagram 58 more than one diagram. The method name setDiagram exists in 125 diagram (the part where data points are actually plotted in),
|
H A D | TickmarkStyle.idl | 41 /** Display marks that point into the diagram area. 45 /** Display marks that point out of the diagram area.
|
/aoo42x/main/offapi/com/sun/star/chart/ |
H A D | XDiagramPositioning.idl | 39 /** allow for different positioning options for a diagram 45 /** the diagram will be placed automtically 49 /** @returns whether the diagram is placed automtically 53 /** place the inner diagram part excluding any axes, labels and titles 59 … /** @returns true in case the diagram position was set with method setDiagramPositionExcludingAxes 63 …/** @returns the position rectangle of the inner diagram part excluding any axes, labels and title… 70 …/** place the outer diagram part including the axes and axes labels, but excluding the axes titles. 76 …/** @returns the position rectangle of the diagram including the axes and axes labels, but excludi… 82 /** place the diagram including the axes, axes labels and axes titles. 89 …/** @returns the position rectangle of the diagram including the axes, axes labels and axes titles.
|
H A D | XChartDocument.idl | 98 diagram, in which the actual data is represented, you have to 110 the diagram of the chart document. 118 /** sets the diagram for the chart document. 120 <p>Setting a new diagram implicitly disposes the previous 121 diagram.</p> 124 the new diagram that should be set for the chart. To 125 create such a diagram component, you can use the
|
H A D | ChartLegendPosition.idl | 34 to the diagram. 50 /** displays the chart legend on the left side of the diagram. 59 /** displays the chart legend above the diagram. 68 /** displays the chart legend on the right side of the diagram. 77 /** displays the chart legend beneath the diagram.
|
H A D | XAxisXSupplier.idl | 66 the properties of the <i>x</i>-axis of the diagram. 79 <i>x</i>-axis of the diagram. 89 <i>x</i>-axis of the diagram.
|
H A D | XAxisYSupplier.idl | 66 the properties of the <i>y</i>-axis of the diagram. 79 <i>y</i>-axis of the diagram. 89 <i>y</i>-axis of the diagram.
|
H A D | XAxisZSupplier.idl | 64 <i>z</i>-axis of the diagram. 74 <i>z</i>-axis of the diagram. 83 the properties of the <i>z</i>-axis of the diagram.
|
H A D | XTwoAxisYSupplier.idl | 41 /** gives access to both the primary and the secondary y-axis of a diagram.@see XChartDocume… 49 diagram.
|
H A D | ChartAxisMarks.idl | 50 /** Display marks that point into the diagram area. 56 /** Display marks that point out of the diagram area.
|
H A D | StackableDiagram.idl | 43 /** If <TRUE/>, the series of the diagram are stacked and each 50 /** If <TRUE/>, the series of the diagram are stacked.
|
H A D | ChartArea.idl | 49 background area, the diagram wall, and the diagram floor of
|
H A D | X3DDisplay.idl | 50 the properties of the diagram wall(s). 57 background rectangle of the diagram.</p>
|
H A D | XDiagram.idl | 44 /** manages the diagram of the chart document. 53 a string representing the diagram type. This string
|
H A D | AccessibleChartElement.idl | 78 elements are the titles, legend, diagram and axes. The 80 "(x|y|z)-axis-title", "legend", "diagram", "(x|y|z)-axis" 120 … Is set for the diagram object only. All other chart elements may not be resized.</li>
|
H A D | ChartAxisLabelPosition.idl | 55 …E.g. when this is set for an y axis the labels are placed outside the diagram on that side where t… 62 …E.g. when this is set for an y axis the labels are placed outside the diagram on that side where t…
|
H A D | Diagram.idl | 60 /** the base service for the diagram of the chart document. 62 <p>The diagram is the object that contains the actual plot.</p>
|
H A D | AccessibleChartDocumentView.idl | 77 titles, a legend and the diagram. The diagram and the legend are
|
/aoo42x/main/oox/ |
H A D | Library_oox.mk | 155 oox/source/drawingml/diagram/datamodelcontext \ 156 oox/source/drawingml/diagram/diagram \ 157 oox/source/drawingml/diagram/diagramdefinitioncontext \ 158 oox/source/drawingml/diagram/diagramfragmenthandler \ 159 oox/source/drawingml/diagram/diagramlayoutatoms \ 160 oox/source/drawingml/diagram/layoutnodecontext \
|
/aoo42x/main/qadevOOo/tests/java/ifc/chart/ |
H A D | _XChartDocument.java | 62 XDiagram diagram = null; field in _XChartDocument 106 diagram = oObj.getDiagram(); in _getDiagram() 107 tRes.tested("getDiagram()", diagram != null); in _getDiagram() 123 String oldType = diagram.getDiagramType(); in _setDiagram()
|
/aoo42x/main/sfx2/qa/complex/sfx2/undo/ |
H A D | ChartDocumentTest.java | 123 final XDiagram diagram = chartDoc.getFirstDiagram(); in impl_getWallProperties() local 124 final XPropertySet wallProperties = diagram.getWall(); in impl_getWallProperties() 134 final XDiagram diagram = chartDoc.getFirstDiagram(); in impl_getYAxisProperties() local 135 …mContainer coordContainer = UnoRuntime.queryInterface( XCoordinateSystemContainer.class, diagram ); in impl_getYAxisProperties()
|
/aoo42x/main/offapi/com/sun/star/chart2/data/ |
H A D | DataSequenceRole.idl | 50 diagram</dd> 73 <dd>values are used for categories in the diagram</dd>
|
/aoo42x/main/offapi/com/sun/star/ |
H A D | modules.idl | 65 /// Charting diagram interfaces. 68 /** New implementation of Charting diagram interfaces. This module
|