Home
last modified time | relevance | path

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

/AOO41X/main/tools/source/debug/
H A Ddebug.cxx181 aDbgData.bHookOSLAssert = sal_True; in DebugData()
764 … lcl_tryReadConfigBoolean( pLine, nLineLength, "oslhook", &aDebugData.aDbgData.bHookOSLAssert ); in GetDebugData()
971 if( pData->aDbgData.bHookOSLAssert && ! pData->bOslIsHooked ) in DebugInit()
1235 lcl_writeConfigBoolean( pIniFile, "oslhook", pData->bHookOSLAssert ); in DbgFunc()
1316 pDebugData->aDbgData.bHookOSLAssert = pData->bHookOSLAssert; in DbgFunc()
1317 if( pDebugData->bOslIsHooked && ! pData->bHookOSLAssert ) in DbgFunc()
1322 else if( ! pDebugData->bOslIsHooked && pData->bHookOSLAssert ) in DbgFunc()
/AOO41X/main/basic/source/runtime/
H A Dsbdiagnose.cxx119 aData.bHookOSLAssert = sal_True; in RTLFUNC()
/AOO41X/main/tools/inc/tools/
H A Ddebug.hxx97 sal_uIntPtr bHookOSLAssert; member
/AOO41X/main/vcl/source/app/
H A Ddbggui.cxx1001 if ( pData->bHookOSLAssert ) in DbgDialog()
1206 aData.bHookOSLAssert = maHookOSLBox.IsChecked() ? sal_True : sal_False; in IMPL_LINK()