Lines Matching refs:sequence
42 /** allows acces to a one-dimensional sequence of data.
51 @return a sequence containing the actual data. This sequence
56 sequence< any > getData();
64 sequence.
67 no label sequence. In this case you can call this method at
68 the value sequence to obtain a fitting replacement label.</p>
70 <p>The sequence returned here may be empty if no suitable
89 Suitable labels for the given sequence depending on the range
90 of the sequence and the parameter <code>eLabelOrigin</code> passed.
93 sequence "Row 1" "Row 2" "Row 3" for the long side to be used
96 Example: Assuming this sequence has a Rangerepresentation spanning
108 sequence< string > generateLabel( [in] com::sun::star::chart2::data::LabelOrigin eLabelOrigin );
111 in the data sequence. If nIndex is -1, a key for the entire
112 sequence should be returned, e.g. the most commonly used one.