Home
last modified time | relevance | path

Searched refs:indices (Results 1 – 25 of 78) sorted by relevance

1234

/aoo42x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleEditableText.idl58 start and end indices.</p>
60 <p>The text indices are interpreted like those in the
76 if the indices are invalid
109 <p>The text indices are interpreted like those in the
125 if the indices are invalid
147 if the indices are invalid
154 <p>The text between the two given indices is replaced
158 indices and afterwards calling
162 <p>The text indices are interpreted like those in the
181 if the indices are invalid
[all …]
H A DXAccessibleTable.idl46 table. This is necessary to be able to convert row and column indices
47 into child indices and vice versa with the methods
58 the Calc the current range of valid indices for retrieving data include
198 /** Returns a list of the indices of completely selected rows in a
202 The returned sequence contains indices of all completely
208 /** Returns a list of the indices of completely selected columns in a
212 The returned sequence contains indices of all completely
314 Returns <TRUE/> if the given row and column indices are valid
338 both of the given indices is/are invalid.
H A DXAccessibleText.idl69 indices from 0 to length-1. All methods that operate on character
71 use indices from 0 to length.</p>
298 <p>Sets the selected text portion according to the given indices.
324 if the indices are invalid
342 <p>Returns the substring between the two given indices.</p>
350 <p>The whole text can be requested by passing the indices zero and
351 <code>getCharacterCount()</code>. If both indices have the same
368 if the indices are invalid
506 if the indices are invalid
H A DTextSegment.idl34 <p>The indices <member>TextSegment::SegmentStart</member> and
37 between these two indices including the start index but not the end
61 text indices <member>TextSegment::SegmentStart</member> and
H A DXAccessibleHyperlink.idl44 obtain a maximum value for the indices passed to the
54 indices with respect to the text exposed by that interface.</p>
H A DXAccessibleSelection.idl107 <p>This number specifies the valid interval of indices that can be
123 indices enumerating the selected children need not be the same
H A DAccessibleTableModelChangeType.idl54 structure to determine the indices of the rows and/or columns that
/aoo42x/main/offapi/com/sun/star/sheet/
H A DFormulaParser.idl97 AddressConvention::XL_OOX</const> to map indices to external
98 documents. The sequence must be in the order of indices used. Note
99 that indices are 1-based, the sequence must start with an empty
/aoo42x/main/extensions/test/ole/OleClient/
H A Dfuncs.cxx124 const Sequence<sal_Int16> & indices, const Sequence<Any> & values) in checkOutArgs() argument
136 for (int iIndices = indices.getLength() - 1; iIndices >= 0; iIndices --) in checkOutArgs()
138 if (indices[iIndices] == i) in checkOutArgs()
/aoo42x/main/offapi/com/sun/star/formula/
H A DFormulaProperties.idl187 /** contains the relative height of the font for indices.
249 /** contains the relative superscript of indices.
254 /** contains the relative subscript of indices.
/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx621 sal_Int32 indicesIndex = indices.getLength() -1; in implSequenceToMultiDimArray()
645 indices.realloc( indices.getLength() + 1 ); in implSequenceToMultiDimArray()
646 indicesIndex = indices.getLength() - 1; in implSequenceToMultiDimArray()
651 indices[ dimCopy - 1 ] = index; in implSequenceToMultiDimArray()
653 indices[ dimCopy - 1] = index + 1; in implSequenceToMultiDimArray()
655 …implSequenceToMultiDimArray( pArray, indices, sizes, aElementAny, dimCopy, bIsZeroIndex, &aElement… in implSequenceToMultiDimArray()
661 if ( indices.getLength() < 1 ) in implSequenceToMultiDimArray()
675 sal_Int32 nIndexLen = indices.getLength(); in implSequenceToMultiDimArray()
693 sal_Int32* pIndices = indices.getArray(); in implSequenceToMultiDimArray()
743 Sequence< sal_Int32 > indices; in unoToSbxValue() local
[all …]
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXArray.idl185 the order of the indices.
192 with the rows in ascending order based on the indices.
225 the order of the indices.
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DXGridRowSelection.idl68 /** Returns the indices of all selected rows.
70 a sequence of indices.
/aoo42x/main/udkapi/com/sun/star/script/
H A DXInvocation.idl76 @param aOutParamIndex This sequence contains the indices of all parameters
80 indices provided by the aOutParamIndex sequence.
H A DArrayWrapper.idl37 array with 0 or 1 based indices. UNO does not natively represent
/aoo42x/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx53 inline sal_uInt32 *indices( void ) const { return m_indices1; } in indices() function in basegfx::radixSort
575 sal_uInt32 *sorted = rs.indices(); in rasterConvert()
/aoo42x/main/offapi/com/sun/star/i18n/
H A DNumberFormatIndex.idl38 Number format indices to be passed as the index argument to
46 format codes are accessed through indices as the following, and
H A DCalendarFieldIndex.idl35 Field indices to be passed to various <type>XCalendar</type> methods.
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXTextLayout.idl333 insertion indices. This polygon will be visually continuous,
357 insertion indices. This polygon will not always be visually
H A DColorSpaceType.idl113 The color components of this color space are in fact indices
H A DIntegerBitmapLayout.idl90 indices into a color map.<p>
/aoo42x/main/offapi/com/sun/star/script/provider/
H A DXScript.idl66 out indices, indicating the position of the out or inout
/aoo42x/main/offapi/com/sun/star/drawing/
H A DXSlidePreviewCache.idl66 previews. This container defines the indices that are used to
/aoo42x/main/offapi/com/sun/star/text/
H A DXFlatParagraph.idl188 a list of indices.
/aoo42x/main/offapi/com/sun/star/form/
H A DPropertyBrowserController.idl129 /** allows to access the properties via indices

Completed in 160 milliseconds

1234