Lines Matching refs:m_nObjectState

166     if ( m_nObjectState == embed::EmbedStates::LOADED )  in SwitchStateTo_Impl()
209 m_nObjectState = nNextState; in SwitchStateTo_Impl()
217 else if ( m_nObjectState == embed::EmbedStates::RUNNING ) in SwitchStateTo_Impl()
227 m_nObjectState = nNextState; in SwitchStateTo_Impl()
262 m_nObjectState = nNextState; in SwitchStateTo_Impl()
281 m_nObjectState = nNextState; in SwitchStateTo_Impl()
290 else if ( m_nObjectState == embed::EmbedStates::INPLACE_ACTIVE ) in SwitchStateTo_Impl()
302 m_nObjectState = nNextState; in SwitchStateTo_Impl()
343 m_nObjectState = nNextState; in SwitchStateTo_Impl()
362 else if ( m_nObjectState == embed::EmbedStates::ACTIVE ) in SwitchStateTo_Impl()
367 m_nObjectState = nNextState; in SwitchStateTo_Impl()
375 else if ( m_nObjectState == embed::EmbedStates::UI_ACTIVE ) in SwitchStateTo_Impl()
389 m_nObjectState = nNextState; in SwitchStateTo_Impl()
407 if ( m_aAcceptedStates[nCurInd] == m_nObjectState ) in GetIntermediateStatesSequence_Impl()
423 m_nObjectState, in GetIntermediateStatesSequence_Impl()
444 if ( m_nObjectState == -1 ) in changeState()
448 sal_Int32 nOldState = m_nObjectState; in changeState()
462 if ( m_nObjectState == nNewState ) in changeState()
465 if ( m_nObjectState == embed::EmbedStates::ACTIVE ) in changeState()
485 if ( nOldState != m_nObjectState ) in changeState()
487 StateChangeNotification_Impl( sal_False, nOldState, m_nObjectState, aGuard ); in changeState()
511 if ( m_nObjectState == -1 ) in getReachableStates()
526 if ( m_nObjectState == -1 ) in getCurrentState()
530 return m_nObjectState; in getCurrentState()
547 if ( m_nObjectState == -1 ) in doVerb()
580 if ( m_nObjectState == -1 ) in getSupportedVerbs()
599 …if ( m_nObjectState != embed::EmbedStates::LOADED && m_nObjectState != embed::EmbedStates::RUNNING… in setClientSite()
616 if ( m_nObjectState == -1 ) in getClientSite()
633 if ( m_nObjectState == -1 ) in update()
650 if ( m_nObjectState == -1 ) in setUpdateMode()
690 if ( m_nObjectState != -1 && m_nObjectState != embed::EmbedStates::LOADED ) in setParent()