Home
last modified time | relevance | path

Searched refs:sIndices (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx143 uno::Sequence< uno::Any > sIndices; in getShapesByArrayIndices() local
144 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() local
199 sIndices[ 0 ] = shapes; in Range()
201 aIndex <<= sIndices; in Range()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheets.cxx415 uno::Sequence< uno::Any > sIndices; in Item() local
416 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 13 milliseconds