Searched refs:m_xOwnStorage (Results 1 – 3 of 3) sorted by relevance
102 uno::Reference< embed::XStorage > xOwnStor = m_xOwnStorage.is() ? m_xOwnStorage in GetStreamHierarchically()166 m_xOwnStorage = xOwnStor; in GetStreamHierarchically()184 uno::Reference< embed::XStorage > xOwnStor = m_xOwnStorage.is() ? m_xOwnStorage in RemoveStreamHierarchically()232 xOwnStor = m_xOwnStorage; in Commit()256 if ( m_xOwnStorage.is() ) in TestForClosing()260 m_xOwnStorage->dispose(); in TestForClosing()269 m_xOwnStorage = uno::Reference< embed::XStorage >(); in TestForClosing()
64 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xOwnStorage;74 , m_xOwnStorage( xStorage ) in OHierarchyElement_Impl()
61 protected com.sun.star.embed.XStorage m_xOwnStorage; field in OwnEmbeddedObject103 if ( xOwnStorage != m_xOwnStorage ) in SwitchOwnPersistence()105 if ( m_xOwnStorage != null ) in SwitchOwnPersistence()106 m_xOwnStorage.dispose(); in SwitchOwnPersistence()108 m_xOwnStorage = xOwnStorage; in SwitchOwnPersistence()355 if ( m_xOwnStorage == null ) in storeOwn()497 m_xOwnStorage.copyToStorage( xSubStorage ); in storeAsEntry()561 if ( m_xOwnStorage != null ) in hasEntry()819 if ( m_xOwnStorage != null ) in close()822 m_xOwnStorage.dispose(); in close()[all …]
Completed in 17 milliseconds