Home
last modified time | relevance | path

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

/aoo4110/main/tools/source/debug/
H A Ddebug.cxx159 bool bOslIsHooked; member
171 ,bOslIsHooked( false ) in DebugData()
971 if( pData->aDbgData.bHookOSLAssert && ! pData->bOslIsHooked ) in DebugInit()
974 pData->bOslIsHooked = true; in DebugInit()
987 if( pData->bOslIsHooked ) in DebugDeInit()
990 pData->bOslIsHooked = sal_False; in DebugDeInit()
1317 if( pDebugData->bOslIsHooked && ! pData->bHookOSLAssert ) in DbgFunc()
1320 pDebugData->bOslIsHooked = sal_False; in DbgFunc()
1322 else if( ! pDebugData->bOslIsHooked && pData->bHookOSLAssert ) in DbgFunc()
1325 pDebugData->bOslIsHooked = sal_True; in DbgFunc()

Completed in 23 milliseconds