Searched refs:m_nRelativeContextDepth (Results 1 – 1 of 1) sorted by relevance
69 ,m_nRelativeContextDepth( 0 ) in UndoManagerContextListener()85 …OSL_ENSURE( m_nRelativeContextDepth >= 0, "UndoManagerContextListener: more contexts left than ent… in finish()92 sal_Int32 nDepth = m_nRelativeContextDepth; in finish()118 oslInterlockedCount m_nRelativeContextDepth; member in framework::UndoManagerContextListener161 m_nRelativeContextDepth = 0; in resetAll()168 osl_incrementInterlockedCount( &m_nRelativeContextDepth ); in enteredContext()175 osl_incrementInterlockedCount( &m_nRelativeContextDepth ); in enteredHiddenContext()182 osl_decrementInterlockedCount( &m_nRelativeContextDepth ); in leftContext()189 osl_decrementInterlockedCount( &m_nRelativeContextDepth ); in leftHiddenContext()196 osl_decrementInterlockedCount( &m_nRelativeContextDepth ); in cancelledContext()
Completed in 9 milliseconds