Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/inc/
H A Ddbgloop.hxx49 class DbgLoop class
54 inline DbgLoop( const void *pThis ) { aDbgLoopStack.Push( pThis ); } in DbgLoop() function in DbgLoop
55 inline ~DbgLoop() { aDbgLoopStack.Pop(); } in ~DbgLoop()
60 DbgLoop::aDbgLoopStack.Print( rOS ); in PrintLoopStack()
63 #define DBG_LOOP DbgLoop aDbgLoop( (const void*)this );
64 #define DBG_LOOP_RESET DbgLoop aDbgLoop( 0 );
/aoo41x/main/sw/source/core/except/
H A Ddbgloop.cxx33 DbgLoopStack DbgLoop::aDbgLoopStack;
/aoo41x/main/sw/source/core/text/
H A Dfrmpaint.cxx725 DbgLoop aDbgLoop2( (const void*) this ); in Paint()
H A Dfrmform.cxx2207 DbgLoop aDbgLoop2( (const void*) this ); in FormatQuick()

Completed in 25 milliseconds