Home
last modified time | relevance | path

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

/AOO41X/main/embeddedobj/test/Container1/
H A DEmbedContApp.java110 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()
[all …]
/AOO41X/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 …]