Lines Matching refs:m_xFileRegistry
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()
2958 if( ! m_xFileRegistry.is() ) in copyPersistentSet()
2960 OSL_ASSERT( m_xFileRegistry.is() ); in copyPersistentSet()
2968 uno::Reference< container::XNameAccess > xName( m_xFileRegistry,uno::UNO_QUERY ); in copyPersistentSet()
2991 if( m_xFileRegistry.is() ) in copyPersistentSet()
2993 x_src = m_xFileRegistry->openPropertySet( old_Name,false ); in copyPersistentSet()
2994 m_xFileRegistry->removePropertySet( new_Name ); in copyPersistentSet()
3005 x_dstS = m_xFileRegistry->openPropertySet( new_Name,true ); in copyPersistentSet()