Searched refs:m_xFileRegistry (Results 1 – 2 of 2) sorted by relevance
407 m_xFileRegistry = xRegFac->createPropertySetRegistry( rtl::OUString() ); in shell()564 if(m_xFileRegistry.is()) in deassociate()565 m_xFileRegistry->removePropertySet( aUnqPath ); in deassociate()2218 && m_xFileRegistry.is() ) in load()2221 …uno::Reference< ucb::XPersistentPropertySet > xS = m_xFileRegistry->openPropertySet( it->first,cre… in load()2895 if( ! m_xFileRegistry.is() ) in erasePersistentSet()2897 OSL_ASSERT( m_xFileRegistry.is() ); in erasePersistentSet()2905 uno::Reference< container::XNameAccess > xName( m_xFileRegistry,uno::UNO_QUERY ); in erasePersistentSet()2939 if( m_xFileRegistry.is() ) in erasePersistentSet()2940 m_xFileRegistry->removePropertySet( old_Name ); in erasePersistentSet()[all …]
410 … com::sun::star::uno::Reference< com::sun::star::ucb::XPropertySetRegistry > m_xFileRegistry; member in fileaccess::shell