Home
last modified time | relevance | path

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

/aoo4110/main/framework/source/fwe/helper/
H A Ddocumentundoguard.cxx69 ,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::UndoManagerContextListener
161 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 16 milliseconds