Home
last modified time | relevance | path

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

/trunk/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx241 css::uno::Reference< css::container::XNameAccess > m_xNameAccess; member in ScVbaCollectionBase
245 if ( !m_xNameAccess.is() ) in getItemByStringIndex()
248 return createCollectionObject( m_xNameAccess->getByName( sIndex ) ); in getItemByStringIndex()
270 m_xNameAccess = xNameAccess; in UpdateCollectionIndex()
274 …) : BaseColBase( xParent, xContext ), m_xIndexAccess( xIndexAccess ){ m_xNameAccess.set(m_xIndexAc… in ScVbaCollectionBase()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbars.cxx83 m_xNameAccess = m_pCBarHelper->getPersistentWindowState(); in ScVbaCommandBars()
143 sResourceUrl = m_pCBarHelper->findToolbarByName( m_xNameAccess, sBarName ); in createCollectionObject()
174 sResourceUrl = m_pCBarHelper->findToolbarByName( m_xNameAccess, sName ); in Add()
198 uno::Sequence< ::rtl::OUString > allNames = m_xNameAccess->getElementNames(); in getCount()
H A Dvbashapes.cxx72 if ( m_xNameAccess.is() ) // already has NameAccess in initBaseCollection()
82 m_xNameAccess.set( xShapes, uno::UNO_QUERY ); in initBaseCollection()
154 xShape.set( m_xNameAccess->getByName( sName ), uno::UNO_QUERY ); in getShapesByArrayIndices()
/trunk/main/sw/source/ui/vba/
H A Dvbabookmarks.cxx143 …uno::Reference< text::XTextContent > xBookmark( m_xNameAccess->getByName( rName ), uno::UNO_QUERY_… in removeBookmarkByName()
176 if( m_xNameAccess->hasByName( aName ) ) in Add()
211 sal_Bool bExist = m_xNameAccess->hasByName( rName ); in Exists()
H A Dvbadocumentproperties.cxx732 m_xNameAccess.set( m_xIndexAccess, uno::UNO_QUERY_THROW ); in SwVbaCustomDocumentProperties()
745 xDocProp.set( m_xNameAccess->getByName( Name ), uno::UNO_QUERY_THROW ); in Add()
/trunk/main/sc/source/ui/vba/
H A Dvbastyles.cxx45 mxNameContainerCellStyles.set( m_xNameAccess, uno::UNO_QUERY_THROW ); in ScVbaStyles()
H A Dvbanames.cxx66 m_xNameAccess.set( xNames, uno::UNO_QUERY_THROW ); in ScVbaNames()
H A Dvbaworksheets.cxx278 while (m_xNameAccess->hasByName(aStringName)) in Add()