Lines Matching refs:m_xEmbedObj

112 	private XEmbeddedObject m_xEmbedObj;  field in EmbedContApp
314 if ( m_xEmbedObj != null ) in saveObject()
317 …bedPersist xPersist = (XEmbedPersist)UnoRuntime.queryInterface( XEmbedPersist.class, m_xEmbedObj ); in saveObject()
458 if ( m_xEmbedObj != null ) in onPosRectChange()
461 int nState = m_xEmbedObj.getCurrentState(); in onPosRectChange()
467 …ceObject xInplObj = (XInplaceObject)UnoRuntime.queryInterface( XInplaceObject.class, m_xEmbedObj ); in onPosRectChange()
505 if ( m_xEmbedObj != null ) in execute()
508 m_xEmbedObj.changeState( EmbedStates.EMBED_ACTIVE ); in execute()
527 if ( m_xStorage != null && m_xEmbedObj != null ) in execute()
551 if ( m_xEmbedObj != null ) in execute()
554 m_xEmbedObj.setClientSite( this ); in execute()
567 if ( m_xStorage != null && m_xEmbedObj != null ) in execute()
613 m_xEmbedObj = createEmbedObject( aAction.m_sParam ); in execute()
617 if ( m_xEmbedObj != null ) in execute()
620 m_xEmbedObj.setClientSite( this ); in execute()
641 m_xEmbedObj = loadEmbedObject( aAction.m_sParam ); in execute()
643 if ( m_xEmbedObj != null ) in execute()
646 m_xEmbedObj.setClientSite( this ); in execute()
665 m_xEmbedObj = createLinkObject( aAction.m_sParam ); in execute()
667 if ( m_xEmbedObj != null ) in execute()
673 m_xEmbedObj.setClientSite( this ); in execute()
692 if ( m_xEmbedObj != null ) in execute()
703 m_xEmbedObj ); in execute()
723 if ( m_xEmbedObj != null ) in execute()
727 m_xEmbedObj.changeState( EmbedStates.EMBED_INPLACE_ACTIVE ); in execute()
739 if ( m_xEmbedObj != null ) in execute()
743 nOldState = m_xEmbedObj.getCurrentState(); in execute()
752 m_xEmbedObj.changeState( EmbedStates.EMBED_RUNNING ); in execute()
803 if ( m_xStorage != null && m_xEmbedObj != null ) in SaveAsOperation()
863 …if ( m_xVCLWindow == null && m_xServiceFactory != null && m_xEmbedObj != null && m_xBitmap != null… in createVclWindow()
871 …isualObject xVisObj = (XVisualObject)UnoRuntime.queryInterface( XVisualObject.class, m_xEmbedObj ); in createVclWindow()
899 if ( m_xEmbedObj != null ) in generateNewImage()
902 int nOldState = m_xEmbedObj.getCurrentState(); in generateNewImage()
906 m_xEmbedObj.changeState( EmbedStates.EMBED_RUNNING ); in generateNewImage()
915 m_xEmbedObj ); in generateNewImage()
1054 if ( m_xStorage != null && m_xEmbedObj != null ) in actionPerformed()
1401 if ( m_xEmbedObj != null ) in clearObjectAndStorage()
1404 XCloseable xClose = (XCloseable)UnoRuntime.queryInterface( XCloseable.class, m_xEmbedObj ); in clearObjectAndStorage()
1410 m_xEmbedObj = null; in clearObjectAndStorage()
1463 …bedPersist xPersist = (XEmbedPersist)UnoRuntime.queryInterface( XEmbedPersist.class, m_xEmbedObj ); in saveObjectAsFileURI()
1563 m_xEmbedObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in loadFileURI()
1565 if ( m_xEmbedObj != null ) in loadFileURI()