Lines Matching refs:nNextState
161 void OCommonEmbeddedObject::SwitchStateTo_Impl( sal_Int32 nNextState ) in SwitchStateTo_Impl() argument
168 if ( nNextState == embed::EmbedStates::RUNNING ) in SwitchStateTo_Impl()
209 m_nObjectState = nNextState; in SwitchStateTo_Impl()
219 if ( nNextState == embed::EmbedStates::LOADED ) in SwitchStateTo_Impl()
227 m_nObjectState = nNextState; in SwitchStateTo_Impl()
231 if ( nNextState == embed::EmbedStates::INPLACE_ACTIVE ) in SwitchStateTo_Impl()
262 m_nObjectState = nNextState; in SwitchStateTo_Impl()
272 else if ( nNextState == embed::EmbedStates::ACTIVE ) in SwitchStateTo_Impl()
281 m_nObjectState = nNextState; in SwitchStateTo_Impl()
292 if ( nNextState == embed::EmbedStates::RUNNING ) in SwitchStateTo_Impl()
302 m_nObjectState = nNextState; in SwitchStateTo_Impl()
304 else if ( nNextState == embed::EmbedStates::UI_ACTIVE ) in SwitchStateTo_Impl()
343 m_nObjectState = nNextState; in SwitchStateTo_Impl()
364 if ( nNextState == embed::EmbedStates::RUNNING ) in SwitchStateTo_Impl()
367 m_nObjectState = nNextState; in SwitchStateTo_Impl()
377 if ( nNextState == embed::EmbedStates::INPLACE_ACTIVE ) in SwitchStateTo_Impl()
389 m_nObjectState = nNextState; in SwitchStateTo_Impl()