Lines Matching refs:m_xStorage

111 	private XStorage m_xStorage;  field in EmbedContApp
525 if ( m_xStorage != null && m_xEmbedObj != null ) in execute()
565 if ( m_xStorage != null && m_xEmbedObj != null ) in execute()
572 if ( m_xStorage != null ) in execute()
581 m_xStorage ); in execute()
608 m_xStorage = createTempStorage(); in execute()
610 if ( m_xStorage != null ) in execute()
636 m_xStorage = createTempStorage(); in execute()
638 if ( m_xStorage != null ) in execute()
660 m_xStorage = createTempStorage(); in execute()
692 if ( m_xStorage != null ) in execute()
696 m_xStorage ); in execute()
698 m_xStorage.removeElement( "LinkName" ); in execute()
704 xLinkage.breakLink( m_xStorage, "EmbedSub" ); in execute()
801 if ( m_xStorage != null && m_xEmbedObj != null ) in SaveAsOperation()
1052 if ( m_xStorage != null && m_xEmbedObj != null ) in actionPerformed()
1056 if ( m_xStorage == null ) in actionPerformed()
1290 m_xStorage, in createEmbedObject()
1328 …Object oEmbObj = xLinkCreator.createInstanceLink( m_xStorage, "EmbedSub", aMedDescr, new PropertyV… in createLinkObject()
1362 Object oEmbObj = xEmbedCreator.createInstanceInitFromMediaDescriptor( m_xStorage, in loadEmbedObject()
1411 if ( m_xStorage != null ) in clearObjectAndStorage()
1414 XComponent xComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, m_xStorage ); in clearObjectAndStorage()
1420 m_xStorage = null; in clearObjectAndStorage()
1479 XComponent xComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, m_xStorage ); in saveObjectAsFileURI()
1482 m_xStorage = xTargetStorage; in saveObjectAsFileURI()
1486 m_xStorage ); in saveObjectAsFileURI()
1565 m_xStorage = xTargetStorage; in loadFileURI()
1582 if ( m_xStorage != null && m_bLinkObj ) in storeLinkToStorage()
1585 XStream xLinkStream = m_xStorage.openStreamElement( "LinkName", ElementModes.ELEMENT_WRITE ); in storeLinkToStorage()
1649 XComponent xComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, m_xStorage ); in storeLinkAsFileURI()
1652 m_xStorage = xTargetStorage; in storeLinkAsFileURI()
1658 m_xStorage ); in storeLinkAsFileURI()