Searched refs:bOslIsHooked (Results 1 – 1 of 1) sorted by relevance
159 bool bOslIsHooked; member171 ,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 24 milliseconds