Home
last modified time | relevance | path

Searched refs:m_xEmbedObj (Results 1 – 2 of 2) sorted by relevance

/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java112 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()
[all …]
/trunk/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java58 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()
[all …]