Home
last modified time | relevance | path

Searched refs:getItemByStringIndex (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx107 uno::Any getItemByStringIndex( const OUString& rIndex ) throw (uno::RuntimeException);
204 uno::Any ScVbaObjectContainer::getItemByStringIndex( const OUString& rIndex ) throw (uno::RuntimeEx… in getItemByStringIndex() function in ScVbaObjectContainer
319 uno::Any ScVbaSheetObjectsBase::getItemByStringIndex( const OUString& rIndex ) throw (uno::RuntimeE… in getItemByStringIndex() function in ScVbaSheetObjectsBase
321 return mxContainer->getItemByStringIndex( rIndex ); in getItemByStringIndex()
H A Dvbaworksheets.cxx285 result = getItemByStringIndex( aStringName ); in Add()
437 ScVbaWorksheets::getItemByStringIndex( const rtl::OUString& sIndex ) throw (uno::RuntimeException) in getItemByStringIndex() function in ScVbaWorksheets
439 return ScVbaWorksheets_BASE::getItemByStringIndex( sIndex ); in getItemByStringIndex()
H A Dvbaoleobjects.cxx133 ScVbaOLEObjects::getItemByStringIndex( const rtl::OUString& sIndex ) throw (uno::RuntimeException) in getItemByStringIndex() function in ScVbaOLEObjects
137 return OLEObjectsImpl_BASE::getItemByStringIndex( sIndex ); in getItemByStringIndex()
H A Dvbaoleobjects.hxx37 …virtual css::uno::Any getItemByStringIndex( const rtl::OUString& sIndex ) throw (css::uno::Runtime…
H A Dvbasheetobjects.hxx66 …virtual css::uno::Any getItemByStringIndex( const ::rtl::OUString& rIndex ) throw (css::uno::Runti…
H A Dvbaworksheets.hxx49 …virtual css::uno::Any getItemByStringIndex( const rtl::OUString& sIndex ) throw (css::uno::Runtime…
H A Dvbachartobjects.cxx128 …uno::Reference< excel::XChartObject > xChartObject( getItemByStringIndex( sPersistChartName ), uno… in Add()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx243 …virtual css::uno::Any getItemByStringIndex( const rtl::OUString& sIndex ) throw (css::uno::Runtime… in getItemByStringIndex() function in ScVbaCollectionBase
300 return getItemByStringIndex( aStringSheet ); in Item()

Completed in 26 milliseconds