Home
last modified time | relevance | path

Searched refs:labels (Results 1 – 25 of 152) sorted by relevance

1234567

/trunk/main/offapi/com/sun/star/chart/
H A DChartAxisLabelPosition.idl33 /** Specifies the position of the axis labels with respect to the axis on the scale of the crossing…
40 …/** The labels are placed adjacent to the axis. When the axis itself is placed at the minimum or m…
41 …the labels are placed outside the coordinate system. Otherwise the labels are placed adjacent to t…
42 …E.g. when the ChartAxisLabelPosition is set to NEAR_AXIS for an y axis the labels are placed adjac…
48 /** The labels are placed adjacent to the axis on the opposite side as for NEAR_AXIS.
54 …/** The labels are placed outside the coordinate region on that side where the crossing axis has i…
55 …E.g. when this is set for an y axis the labels are placed outside the diagram on that side where t…
61 …/** The labels are placed outside the coordinate region on that side where the crossing axis has i…
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 DXDiagramPositioning.idl53 /** place the inner diagram part excluding any axes, labels and titles
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 DChartAxisMarkPosition.idl40 /** The interval marks are drawn besides the axis labels.
47 …This makes a difference to 'AT_LABELS' only when the labels are not placed near the axis (@see Cha…
53 /** Interval marks are drawn at the axis line and also besides the axis labels.
54 …This makes a difference to 'AT_LABELS' only when the labels are not placed near the axis (@see Cha…
H A DChartAxis.idl88 /** set the properties for all text labels of the axis
249 /** Properties for axes labels:
276 /** Determines where the axis labels are placed.
302 /** Determines if certain labels are hidden, if they would otherwise overlap.
/trunk/main/offapi/com/sun/star/chart2/
H A DAxis.idl78 /** Determines where the axis labels are placed.
82 /** Determines how to stagger the labels at the axis (side by side, even, odd, auto )
86 /** Determines whether the labels are allowed to break into more than one line
90 /** Determines whether the labels are allowed to overlap
94 /** Determines whether the characters in a single labels should be stacked one upon each other
98 /** Determines the rotation of the text labels in degrees
H A DDiagram.idl76 …iveSize should be used for the inner coordinate region without axis labels and without data labels.
/trunk/main/offapi/com/sun/star/sheet/
H A DXLabelRange.idl44 <p>These can be column or row labels, depending on where they are used.</p>
52 /** returns the cell range address that contains the labels.
58 /** sets the cell range address that contains the labels.
65 /** returns the cell range address for which the labels are valid.
71 /** sets the cell range address for which the labels are valid.
H A DLabelRange.idl37 /** represents a cell area that contains labels and values related to the
38 labels.
/trunk/main/writerfilter/source/ooxml/
H A DREADME.efforts31 case-labels can be marked up, too. In the latter case the efforts are
32 counted for the preceding case-labels as a whole.
52 in case-labels in .cxx files and thus links the status mark up
57 …n status.sh determines in what directory the script will search for case labels and status comment…
129 @qname-count is the number of case-labels that the according mark-up comment refers to.
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java293 String[] labels = {"Run", "Clear", "Save", "Close"}; in initUI() local
297 for (int i = 0; i < labels.length; i++) { in initUI()
298 JButton b = new JButton(labels[i]); in initUI()
302 if (labels[i].equals("Save") && filename == null) { in initUI()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java139 String[] labels = {"Run", "Clear", "Save", "Close"}; in initUI() local
143 for (int i = 0; i < labels.length; i++) { in initUI()
144 JButton b = new JButton(labels[i]); in initUI()
148 if (labels[i].equals("Save") && filename == null) { in initUI()
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataSequence.idl81 If you have a non quadratic range you can ask for labels for
82 the longer side with parameter LONG_SIDE or you can obtain labels
89 Suitable labels for the given sequence depending on the range
H A DTabularDataProviderArguments.idl80 labels for all sequences, if data comes from rows, the first
81 column will provide the labels for all sequences.
89 be <FALSE/>, i.e., the default is "no labels".</p>
H A DLabeledDataSequence.idl51 /** is used to broadcast when the sequence for labels or values
55 XDataSequences for values and labels, and forward any change
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.src138 Text [ en-US ] = "~Place labels" ;
255 "At labels" ;
257 "At axis and labels" ;
/trunk/main/offapi/com/sun/star/table/
H A DXTableCharts.idl69 used to set labels for the category axis or the legend.
73 be used to set labels for the category axis or the legend.
/trunk/main/sc/source/ui/src/
H A Dcrnrdlg.src71 Text [ en-US ] = "Contains ~column labels" ;
79 Text [ en-US ] = "Contains ~row labels" ;
/trunk/main/offapi/com/sun/star/text/
H A DCellRange.idl133 axis labels when a chart is to be created.
140 axis labels when a chart is to be created.
H A DTextTable.idl230 axis labels when a chart is to be created.
236 axis labels when a chart is to be created.
/trunk/main/offapi/com/sun/star/awt/
H A DXLayoutContainer.idl97 /** For flow layouting (e.g. wrap-able labels). TODO: We might want to
101 /** For flow layouting (e.g. wrap-able labels). TODO: We might want to
/trunk/main/sc/source/ui/dbgui/
H A Dconsdlg.src146 Text [ en-US ] = "~Row labels" ;
155 Text [ en-US ] = "C~olumn labels" ;
/trunk/main/solenv/gbuild/platform/
H A Dfreebsd.mk71 -Wendif-labels \
83 -Wendif-labels \
H A Dlinux.mk68 -Wendif-labels \
80 -Wendif-labels \
H A Dmacosx.mk79 -Wendif-labels \
91 -Wendif-labels \
H A Dos2.mk76 -Wendif-labels \
88 -Wendif-labels \

Completed in 99 milliseconds

1234567