Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/ppt/
H A Dslidepersist.cxx202 Reference< container::XNameAccess > aXNameAccess( aXStyleFamiliesSupplier->getStyleFamilies() ); in applyTextStyles() local
205 if ( aXNameAccess.is() && aXNamed.is() ) in applyTextStyles()
257 if ( aXNameAccess->hasByName( aFamily ) ) in applyTextStyles()
259 if( aXNameAccess->getByName( aFamily ) >>= xFamilies ) in applyTextStyles()
/aoo41x/main/sd/source/filter/eppt/
H A Depptso.cxx1203 aXNameAccess; in ImplGetStyleSheets()
1222 aXNameAccess = aXStyleFamiliesSupplier->getStyleFamilies(); in ImplGetStyleSheets()
1224 bRetValue = aXNamed.is() && aXNameAccess.is() && aXStyleFamiliesSupplier.is(); in ImplGetStyleSheets()
1264 if ( aXNameAccess->hasByName( aFamily ) ) in ImplGetStyleSheets()
1266 ::com::sun::star::uno::Any aAny( aXNameAccess->getByName( aFamily ) ); in ImplGetStyleSheets()

Completed in 37 milliseconds