Searched refs:sIndices (Results 1 – 2 of 2) sorted by relevance
143 uno::Sequence< uno::Any > sIndices; in getShapesByArrayIndices() local144 aConverted >>= sIndices; in getShapesByArrayIndices()146 sal_Int32 nElems = sIndices.getLength(); in getShapesByArrayIndices()150 if ( sIndices[ index ].getValueTypeClass() == uno::TypeClass_STRING ) in getShapesByArrayIndices()153 sIndices[ index ] >>= sName; in getShapesByArrayIndices()159 sIndices[ index ] >>= nIndex; in getShapesByArrayIndices()198 uno::Sequence< uno::Any > sIndices(1); in Range() local199 sIndices[ 0 ] = shapes; in Range()201 aIndex <<= sIndices; in Range()
415 uno::Sequence< uno::Any > sIndices; in Item() local416 aConverted >>= sIndices; in Item()417 sal_Int32 nElems = sIndices.getLength(); in Item()420 …uno::Reference< excel::XWorksheet > xWorkSheet( ScVbaWorksheets_BASE::Item( sIndices[ index ], Ind… in Item()
Completed in 21 milliseconds