Lines Matching refs:m_xEmbedObj
110 private XEmbeddedObject m_xEmbedObj; field in EmbedContApp
312 if ( m_xEmbedObj != null ) in saveObject()
315 …bedPersist xPersist = (XEmbedPersist)UnoRuntime.queryInterface( XEmbedPersist.class, m_xEmbedObj ); in saveObject()
456 if ( m_xEmbedObj != null ) in onPosRectChange()
459 int nState = m_xEmbedObj.getCurrentState(); in onPosRectChange()
465 …ceObject xInplObj = (XInplaceObject)UnoRuntime.queryInterface( XInplaceObject.class, m_xEmbedObj ); in onPosRectChange()
503 if ( m_xEmbedObj != null ) in execute()
506 m_xEmbedObj.changeState( EmbedStates.EMBED_ACTIVE ); in execute()
525 if ( m_xStorage != null && m_xEmbedObj != null ) in execute()
549 if ( m_xEmbedObj != null ) in execute()
552 m_xEmbedObj.setClientSite( this ); in execute()
565 if ( m_xStorage != null && m_xEmbedObj != null ) in execute()
611 m_xEmbedObj = createEmbedObject( aAction.m_sParam ); in execute()
615 if ( m_xEmbedObj != null ) in execute()
618 m_xEmbedObj.setClientSite( this ); in execute()
639 m_xEmbedObj = loadEmbedObject( aAction.m_sParam ); in execute()
641 if ( m_xEmbedObj != null ) in execute()
644 m_xEmbedObj.setClientSite( this ); in execute()
663 m_xEmbedObj = createLinkObject( aAction.m_sParam ); in execute()
665 if ( m_xEmbedObj != null ) in execute()
671 m_xEmbedObj.setClientSite( this ); in execute()
690 if ( m_xEmbedObj != null ) in execute()
701 m_xEmbedObj ); in execute()
721 if ( m_xEmbedObj != null ) in execute()
725 m_xEmbedObj.changeState( EmbedStates.EMBED_INPLACE_ACTIVE ); in execute()
737 if ( m_xEmbedObj != null ) in execute()
741 nOldState = m_xEmbedObj.getCurrentState(); in execute()
750 m_xEmbedObj.changeState( EmbedStates.EMBED_RUNNING ); in execute()
801 if ( m_xStorage != null && m_xEmbedObj != null ) in SaveAsOperation()
861 …if ( m_xVCLWindow == null && m_xServiceFactory != null && m_xEmbedObj != null && m_xBitmap != null… in createVclWindow()
869 …isualObject xVisObj = (XVisualObject)UnoRuntime.queryInterface( XVisualObject.class, m_xEmbedObj ); in createVclWindow()
897 if ( m_xEmbedObj != null ) in generateNewImage()
900 int nOldState = m_xEmbedObj.getCurrentState(); in generateNewImage()
904 m_xEmbedObj.changeState( EmbedStates.EMBED_RUNNING ); in generateNewImage()
913 m_xEmbedObj ); in generateNewImage()
1052 if ( m_xStorage != null && m_xEmbedObj != null ) in actionPerformed()
1399 if ( m_xEmbedObj != null ) in clearObjectAndStorage()
1402 XCloseable xClose = (XCloseable)UnoRuntime.queryInterface( XCloseable.class, m_xEmbedObj ); in clearObjectAndStorage()
1408 m_xEmbedObj = null; in clearObjectAndStorage()
1461 …bedPersist xPersist = (XEmbedPersist)UnoRuntime.queryInterface( XEmbedPersist.class, m_xEmbedObj ); in saveObjectAsFileURI()
1561 m_xEmbedObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in loadFileURI()
1563 if ( m_xEmbedObj != null ) in loadFileURI()