Searched refs:pDbgData (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/tools/source/debug/ |
| H A D | debug.cxx | 1346 void DbgProf( sal_uInt16 nAction, DbgDataType* pDbgData ) in DbgProf() argument 1355 ProfType* pProfData = (ProfType*)pDbgData->pData; in DbgProf() 1360 strcat( aBuf, pDbgData->pName ); in DbgProf() 1368 if ( !pDbgData->pData ) in DbgProf() 1370 pDbgData->pData = (void*)new ProfType; in DbgProf() 1371 pProfData = (ProfType*)pDbgData->pData; in DbgProf() 1372 strncpy( pProfData->aName, pDbgData->pName, DBG_MAXNAME ); in DbgProf() 1439 void DbgXtor( DbgDataType* pDbgData, sal_uInt16 nAction, const void* pThis, in DbgXtor() argument 1454 XtorType* pXtorData = (XtorType*)pDbgData->pData; in DbgXtor() 1457 pDbgData->pData = (void*)new XtorType; in DbgXtor() [all …]
|
| /trunk/main/tools/inc/tools/ |
| H A D | debug.hxx | 374 TOOLS_DLLPUBLIC void DbgXtor( DbgDataType* pDbgData, 380 DbgDataType* pDbgData; member in DbgXtorObj 390 pDbgData = pData; in DbgXtorObj() 398 DbgXtor( pDbgData, nAction | DBG_XTOR_DTOROBJ, in ~DbgXtorObj()
|