Searched refs:aXNameAccess (Results 1 – 2 of 2) sorted by relevance
202 Reference< container::XNameAccess > aXNameAccess( aXStyleFamiliesSupplier->getStyleFamilies() ); in applyTextStyles() local205 if ( aXNameAccess.is() && aXNamed.is() ) in applyTextStyles()257 if ( aXNameAccess->hasByName( aFamily ) ) in applyTextStyles()259 if( aXNameAccess->getByName( aFamily ) >>= xFamilies ) in applyTextStyles()
1203 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