Searched refs:getItemByStringIndex (Results 1 – 8 of 8) sorted by relevance
107 uno::Any getItemByStringIndex( const OUString& rIndex ) throw (uno::RuntimeException);204 uno::Any ScVbaObjectContainer::getItemByStringIndex( const OUString& rIndex ) throw (uno::RuntimeEx… in getItemByStringIndex() function in ScVbaObjectContainer319 uno::Any ScVbaSheetObjectsBase::getItemByStringIndex( const OUString& rIndex ) throw (uno::RuntimeE… in getItemByStringIndex() function in ScVbaSheetObjectsBase321 return mxContainer->getItemByStringIndex( rIndex ); in getItemByStringIndex()
285 result = getItemByStringIndex( aStringName ); in Add()437 ScVbaWorksheets::getItemByStringIndex( const rtl::OUString& sIndex ) throw (uno::RuntimeException) in getItemByStringIndex() function in ScVbaWorksheets439 return ScVbaWorksheets_BASE::getItemByStringIndex( sIndex ); in getItemByStringIndex()
133 ScVbaOLEObjects::getItemByStringIndex( const rtl::OUString& sIndex ) throw (uno::RuntimeException) in getItemByStringIndex() function in ScVbaOLEObjects137 return OLEObjectsImpl_BASE::getItemByStringIndex( sIndex ); in getItemByStringIndex()
37 …virtual css::uno::Any getItemByStringIndex( const rtl::OUString& sIndex ) throw (css::uno::Runtime…
66 …virtual css::uno::Any getItemByStringIndex( const ::rtl::OUString& rIndex ) throw (css::uno::Runti…
49 …virtual css::uno::Any getItemByStringIndex( const rtl::OUString& sIndex ) throw (css::uno::Runtime…
128 …uno::Reference< excel::XChartObject > xChartObject( getItemByStringIndex( sPersistChartName ), uno… in Add()
243 …virtual css::uno::Any getItemByStringIndex( const rtl::OUString& sIndex ) throw (css::uno::Runtime… in getItemByStringIndex() function in ScVbaCollectionBase300 return getItemByStringIndex( aStringSheet ); in Item()
Completed in 37 milliseconds