Searched refs:createCollectionItem (Results 1 – 2 of 2) sorted by relevance
257 uno::Any CollectionBase::createCollectionItem( const uno::Any& rElement, const uno::Any& rIndex ) t… in createCollectionItem() function in vbahelper::CollectionBase271 … return createCollectionItem( mxIndexAccess->getByIndex( nIndex - 1 ), uno::Any( nIndex ) ); in getItemByIndex()279 …return createCollectionItem( mxNameAccess->getByName( aElementNames[ nIndex - 1 ] ), uno::Any( aEl… in getItemByIndex()291 return createCollectionItem( mxNameAccess->getByName( rName ), uno::Any( rName ) ); in getItemByName()302 return createCollectionItem( aElement, uno::Any( nIndex ) ); in getItemByName()
148 css::uno::Any createCollectionItem(
Completed in 10 milliseconds