Searched refs:aDebugData (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/tools/source/debug/ |
| H A D | debug.cxx | 198 static DebugData aDebugData; variable 726 if ( !aDebugData.bInit ) in GetDebugData() 728 aDebugData.bInit = sal_True; in GetDebugData() 731 DbgGetLogFileName( aDebugData.aDbgData.aDebugName ); in GetDebugData() 755 …yReadConfigString( pLine, nLineLength, "log_file", aDebugData.aDbgData.aDebugName, sizeof( aDebugD… in GetDebugData() 756 … lcl_tryReadConfigBoolean( pLine, nLineLength, "overwrite", &aDebugData.aDbgData.bOverwrite ); in GetDebugData() 757 …ryReadConfigString( pLine, nLineLength, "include", aDebugData.aDbgData.aInclFilter, sizeof( aDebug… in GetDebugData() 758 …ryReadConfigString( pLine, nLineLength, "exclude", aDebugData.aDbgData.aExclFilter, sizeof( aDebug… in GetDebugData() 759 …figString( pLine, nLineLength, "include_class", aDebugData.aDbgData.aInclClassFilter, sizeof( aDeb… in GetDebugData() 760 …figString( pLine, nLineLength, "exclude_class", aDebugData.aDbgData.aExclClassFilter, sizeof( aDeb… in GetDebugData() [all …]
|
| /trunk/main/basic/inc/basic/ |
| H A D | testtool.hxx | 89 TTDebugData aDebugData; member
|