Home
last modified time | relevance | path

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

/aoo4110/main/tools/source/debug/
H A Ddebug.cxx1477 sal_uInt16 nAct = nAction & ~DBG_XTOR_DTOROBJ; in DbgXtor()
1481 !(nAction & DBG_XTOR_DTOROBJ) ) in DbgXtor()
1500 if ( ((nAction & ~DBG_XTOR_DTOROBJ) != DBG_XTOR_CTOR) && !pDbgData->pData ) in DbgXtor()
1512 !(nAction & DBG_XTOR_DTOROBJ) ) in DbgXtor()
1523 if ( (nAction & ~DBG_XTOR_DTOROBJ) != DBG_XTOR_CTOR ) in DbgXtor()
1537 switch ( nAction & ~DBG_XTOR_DTOROBJ ) in DbgXtor()
1540 if ( nAction & DBG_XTOR_DTOROBJ ) in DbgXtor()
1561 if ( nAction & DBG_XTOR_DTOROBJ ) in DbgXtor()
1577 if ( nAction & DBG_XTOR_DTOROBJ ) in DbgXtor()
1606 (nAction & DBG_XTOR_DTOROBJ) ) in DbgXtor()
/aoo4110/main/tools/inc/tools/
H A Ddebug.hxx372 #define DBG_XTOR_DTOROBJ 0x8000 macro
398 DbgXtor( pDbgData, nAction | DBG_XTOR_DTOROBJ, in ~DbgXtorObj()

Completed in 45 milliseconds