Lines Matching refs:m_xOwnStorage
61 protected com.sun.star.embed.XStorage m_xOwnStorage; field in OwnEmbeddedObject
103 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()
299 String aSize = ReadStringFromStream( m_xOwnStorage, "properties.txt" ); in ReadSizeFromOwnStorage()
355 if ( m_xOwnStorage == null ) in storeOwn()
363 SaveDataToStorage( m_xOwnStorage, m_aEditorFrame.getText(), UpdateSizeAndGetFromActive() ); in storeOwn()
427 …ropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, m_xOwnStorage ); in setPersistentEntry()
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()
824 m_xOwnStorage = null; in close()
864 String aText = ReadStringFromStream( m_xOwnStorage, "content.txt" ); in changeState()