Lines Matching refs:m_xStorage

113 	private XStorage m_xStorage;  field in EmbedContApp
527 if ( m_xStorage != null && m_xEmbedObj != null ) in execute()
567 if ( m_xStorage != null && m_xEmbedObj != null ) in execute()
574 if ( m_xStorage != null ) in execute()
583 m_xStorage ); in execute()
610 m_xStorage = createTempStorage(); in execute()
612 if ( m_xStorage != null ) in execute()
638 m_xStorage = createTempStorage(); in execute()
640 if ( m_xStorage != null ) in execute()
662 m_xStorage = createTempStorage(); in execute()
694 if ( m_xStorage != null ) in execute()
698 m_xStorage ); in execute()
700 m_xStorage.removeElement( "LinkName" ); in execute()
706 xLinkage.breakLink( m_xStorage, "EmbedSub" ); in execute()
803 if ( m_xStorage != null && m_xEmbedObj != null ) in SaveAsOperation()
1054 if ( m_xStorage != null && m_xEmbedObj != null ) in actionPerformed()
1058 if ( m_xStorage == null ) in actionPerformed()
1292 m_xStorage, in createEmbedObject()
1330 …Object oEmbObj = xLinkCreator.createInstanceLink( m_xStorage, "EmbedSub", aMedDescr, new PropertyV… in createLinkObject()
1364 Object oEmbObj = xEmbedCreator.createInstanceInitFromMediaDescriptor( m_xStorage, in loadEmbedObject()
1413 if ( m_xStorage != null ) in clearObjectAndStorage()
1416 XComponent xComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, m_xStorage ); in clearObjectAndStorage()
1422 m_xStorage = null; in clearObjectAndStorage()
1481 XComponent xComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, m_xStorage ); in saveObjectAsFileURI()
1484 m_xStorage = xTargetStorage; in saveObjectAsFileURI()
1488 m_xStorage ); in saveObjectAsFileURI()
1567 m_xStorage = xTargetStorage; in loadFileURI()
1584 if ( m_xStorage != null && m_bLinkObj ) in storeLinkToStorage()
1587 XStream xLinkStream = m_xStorage.openStreamElement( "LinkName", ElementModes.ELEMENT_WRITE ); in storeLinkToStorage()
1651 XComponent xComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, m_xStorage ); in storeLinkAsFileURI()
1654 m_xStorage = xTargetStorage; in storeLinkAsFileURI()
1660 m_xStorage ); in storeLinkAsFileURI()