Lines Matching refs:m_xEmbedObj

58 	private XEmbeddedObject m_xEmbedObj;  field in EmbedContApp
141 if ( m_xEmbedObj != null ) in paint()
153 if ( m_xEmbedObj != null ) in generateNewImage()
156 int nOldState = m_xEmbedObj.getCurrentState(); in generateNewImage()
160 m_xEmbedObj.changeState( EmbedStates.EMBED_RUNNING ); in generateNewImage()
168 m_xEmbedObj ); in generateNewImage()
211 if ( m_xEmbedObj != null ) in mouseClicked()
214 m_xEmbedObj.changeState( EmbedStates.EMBED_ACTIVE ); in mouseClicked()
233 if ( m_xEmbedObj != null ) in saveObject()
236 …bedPersist xPersist = (XEmbedPersist)UnoRuntime.queryInterface( XEmbedPersist.class, m_xEmbedObj ); in saveObject()
290 if ( m_xStorage != null && m_xEmbedObj != null ) in actionPerformed()
353 if ( m_xEmbedObj != null ) in actionPerformed()
356 m_xEmbedObj.setClientSite( EmbedContApp.this ); in actionPerformed()
386 if ( m_xStorage != null && m_xEmbedObj != null ) in actionPerformed()
484 m_xEmbedObj = createEmbedObject( selectedValue ); in actionPerformed()
492 if ( m_xEmbedObj != null ) in actionPerformed()
495 m_xEmbedObj.setClientSite( EmbedContApp.this ); in actionPerformed()
539 m_xEmbedObj = loadEmbedObject( aFileURI ); in actionPerformed()
541 if ( m_xEmbedObj != null ) in actionPerformed()
544 m_xEmbedObj.setClientSite( EmbedContApp.this ); in actionPerformed()
589 m_xEmbedObj = createLinkObject( aFileURI ); in actionPerformed()
591 if ( m_xEmbedObj != null ) in actionPerformed()
597 m_xEmbedObj.setClientSite( EmbedContApp.this ); in actionPerformed()
631 if ( m_xEmbedObj != null ) in actionPerformed()
642 m_xEmbedObj ); in actionPerformed()
833 if ( m_xEmbedObj != null ) in clearObjectAndStorage()
836 XComponent xComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, m_xEmbedObj ); in clearObjectAndStorage()
842 m_xEmbedObj = null; in clearObjectAndStorage()
973 m_xEmbedObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in loadFileURI()
975 if ( m_xEmbedObj != null ) in loadFileURI()