Home
last modified time | relevance | path

Searched refs:diagram (Results 1 – 25 of 99) sorted by relevance

1234

/aoo42x/main/offapi/com/sun/star/chart2/
H A DXChartTypeTemplate.idl53 /** 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 DXDiagram.idl52 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 DXChartDocument.idl45 /** @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 DTickmarkStyle.idl41 /** 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 DXDiagramPositioning.idl39 /** 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 DXChartDocument.idl98 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 DChartLegendPosition.idl34 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 DXAxisXSupplier.idl66 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 DXAxisYSupplier.idl66 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 DXAxisZSupplier.idl64 <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 DXTwoAxisYSupplier.idl41 /** gives access to both the primary and the secondary y-axis of a diagram.@see XChartDocume…
49 diagram.
H A DChartAxisMarks.idl50 /** Display marks that point into the diagram area.
56 /** Display marks that point out of the diagram area.
H A DStackableDiagram.idl43 /** If <TRUE/>, the series of the diagram are stacked and each
50 /** If <TRUE/>, the series of the diagram are stacked.
H A DChartArea.idl49 background area, the diagram wall, and the diagram floor of
H A DX3DDisplay.idl50 the properties of the diagram wall(s).
57 background rectangle of the diagram.</p>
H A DXDiagram.idl44 /** manages the diagram of the chart document.
53 a string representing the diagram type. This string
H A DAccessibleChartElement.idl78 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 DChartAxisLabelPosition.idl55 …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 DDiagram.idl60 /** 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 DAccessibleChartDocumentView.idl77 titles, a legend and the diagram. The diagram and the legend are
/aoo42x/main/oox/
H A DLibrary_oox.mk155 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.java62 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 DChartDocumentTest.java123 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 DDataSequenceRole.idl50 diagram</dd>
73 <dd>values are used for categories in the diagram</dd>
/aoo42x/main/offapi/com/sun/star/
H A Dmodules.idl65 /// Charting diagram interfaces.
68 /** New implementation of Charting diagram interfaces. This module

Completed in 76 milliseconds

1234