Lines Matching refs:m_nObjectState

112 …OSL_ENSURE( m_nObjectState != embed::EmbedStates::LOADED, "Loaded object is switched to running st…  in GetIntermediateVerbsSequence_Impl()
115 if ( m_nObjectState == embed::EmbedStates::RUNNING && nNewState == embed::EmbedStates::ACTIVE ) in GetIntermediateVerbsSequence_Impl()
358 m_nObjectState = -1; in TryToConvertToOOo()
408 m_nObjectState = embed::EmbedStates::LOADED; in TryToConvertToOOo()
472 if ( m_nObjectState == -1 ) in changeState()
477 if ( m_nObjectState == nNewState ) in changeState()
496 sal_Int32 nOldState = m_nObjectState; in changeState()
512 m_nObjectState = nNewState; in changeState()
521 StateChangeNotification_Impl( sal_False, nOldState, m_nObjectState ); in changeState()
526 if ( m_nObjectState == embed::EmbedStates::LOADED ) in changeState()
536 m_nObjectState = embed::EmbedStates::RUNNING; in changeState()
538 StateChangeNotification_Impl( sal_False, nOldState, m_nObjectState ); in changeState()
552 if ( m_nObjectState == nNewState ) in changeState()
558 if ( m_nObjectState == embed::EmbedStates::RUNNING && nNewState == embed::EmbedStates::ACTIVE ) in changeState()
577 m_nObjectState = nNewState; in changeState()
579 …else if ( m_nObjectState == embed::EmbedStates::ACTIVE && nNewState == embed::EmbedStates::RUNNING… in changeState()
585 m_nObjectState = nNewState; in changeState()
598 StateChangeNotification_Impl( sal_False, nOldState, m_nObjectState ); in changeState()
629 if ( m_nObjectState == -1 ) in getReachableStates()
636 if ( m_nObjectState == embed::EmbedStates::LOADED ) in getReachableStates()
671 if ( m_nObjectState == -1 ) in getCurrentState()
676 return m_nObjectState; in getCurrentState()
782 if ( m_nObjectState == -1 ) in doVerb()
789 sal_Int32 nOldState = m_nObjectState; in doVerb()
793 if ( m_nObjectState == embed::EmbedStates::LOADED ) in doVerb()
828 StateChangeNotification_Impl( sal_False, nOldState, m_nObjectState ); in doVerb()
918 if ( m_nObjectState == -1 ) in getSupportedVerbs()
962 …if ( m_nObjectState != embed::EmbedStates::LOADED && m_nObjectState != embed::EmbedStates::RUNNING… in setClientSite()
989 if ( m_nObjectState == -1 ) in getClientSite()
1016 if ( m_nObjectState == -1 ) in update()
1050 if ( m_nObjectState == -1 ) in setUpdateMode()
1080 if ( m_nObjectState == -1 ) in getStatus()