Home
last modified time | relevance | path

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

/aoo41x/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx257 uno::Any CollectionBase::createCollectionItem( const uno::Any& rElement, const uno::Any& rIndex ) t… in createCollectionItem() function in vbahelper::CollectionBase
271 … 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()
/aoo41x/main/vbahelper/inc/vbahelper/
H A Dcollectionbase.hxx148 css::uno::Any createCollectionItem(

Completed in 26 milliseconds