Home
last modified time | relevance | path

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

/trunk/main/vbahelper/inc/vbahelper/
H A Dcollectionbase.hxx172 … css::uno::Any getAnyItemOrThis( const css::uno::Any& rIndex ) throw (css::uno::RuntimeException);
182 …{ css::uno::Any aRet; if( rIndex.hasValue() ) aRet = getAnyItemOrThis( rIndex ); return css::uno::… in getAnyItem()
/trunk/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx309 uno::Any CollectionBase::getAnyItemOrThis( const uno::Any& rIndex ) throw (uno::RuntimeException) in getAnyItemOrThis() function in vbahelper::CollectionBase