Home
last modified time | relevance | path

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

/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java223 protected void StateChangeNotification( boolean bBeforeChange, int nOldState, int nNewState ) in StateChangeNotification() method in OwnEmbeddedObject
325StateChangeNotification( true, com.sun.star.embed.EmbedStates.ACTIVE, com.sun.star.embed.EmbedStat… in CloseFrameRequest()
336 StateChangeNotification( false, com.sun.star.embed.EmbedStates.ACTIVE, m_nObjectState ); in CloseFrameRequest()
857 StateChangeNotification( true, nOldState, nNewState ); in changeState()
937 StateChangeNotification( false, nOldState, m_nObjectState ); in changeState()
941 StateChangeNotification( true, nOldState, nNewState ); in changeState()

Completed in 18 milliseconds