Searched refs:mxNameAccess (Results 1 – 4 of 4) sorted by relevance
196 if( mxNameAccess.is() ) in getCount()197 return mxNameAccess->getElementNames().getLength(); in getCount()215 if( mxNameAccess.is() ) in hasElements()216 return mxNameAccess->hasElements(); in hasElements()233 mxNameAccess.set( rxElementAccess, uno::UNO_QUERY ); in initContainer()274 if( mxNameAccess.is() ) in getItemByIndex()276 uno::Sequence< ::rtl::OUString > aElementNames = mxNameAccess->getElementNames(); in getItemByIndex()279 …return createCollectionItem( mxNameAccess->getByName( aElementNames[ nIndex - 1 ] ), uno::Any( aEl… in getItemByIndex()287 if( mxNameAccess.is() ) in getItemByName()291 return createCollectionItem( mxNameAccess->getByName( rName ), uno::Any( rName ) ); in getItemByName()
57 uno::Reference< container::XNameAccess > mxNameAccess; member in BookmarkCollectionHelper63 mxNameAccess.set( mxIndexAccess, uno::UNO_QUERY_THROW ); in BookmarkCollectionHelper()77 return mxNameAccess->getElementNames(); in getElementNames()81 if( mxNameAccess->hasByName( aName ) ) in hasByName()83 cachePos = mxNameAccess->getByName( aName ); in hasByName()
201 css::uno::Reference< css::container::XNameAccess > mxNameAccess; member in vbahelper::CollectionBase
68 uno::Reference< container::XNameAccess > mxNameAccess; member in layout::ContextImpl91 mxNameAccess = uno::Reference< container::XNameAccess >( mxRoot, uno::UNO_QUERY ); in ContextImpl()100 uno::Any val = mxNameAccess->getByName( rName ); in getByName()
Completed in 39 milliseconds