/trunk/main/tools/source/debug/ |
H A D | stcktree.cxx | 211 DbgOutf( "Leak-Report" ); in DbgEndStackTree() 212 DbgOutf( "===========" ); in DbgEndStackTree() 214 DbgOutf( "{" ); in DbgEndStackTree() 216 DbgOutf( "}" ); in DbgEndStackTree() 218 DbgOutf( "Alloc-Report" ); in DbgEndStackTree() 219 DbgOutf( "===========" ); in DbgEndStackTree() 221 DbgOutf( "{" ); in DbgEndStackTree() 223 DbgOutf( "}" ); in DbgEndStackTree() 299 DbgOutf( "Mem-StackTree:" ); in DbgPrintStackTree() 300 DbgOutf( "{" ); in DbgPrintStackTree() [all …]
|
H A D | debug.cxx | 1001 DbgOutf( "------------------------------------------------------------------------------" ); in DebugDeInit() 1002 DbgOutf( "Object Report" ); in DebugDeInit() 1003 DbgOutf( "------------------------------------------------------------------------------" ); in DebugDeInit() 1004 DbgOutf( "%-27s : %-9s : %-9s : %-7s : %-3s : %-6s :", in DebugDeInit() 1006 DbgOutf( "----------------------------:-----------:-----------:---------:----:---------:" ); in DebugDeInit() 1016 DbgOutf( "%-27s : %9lu : %9lu : %7lu : %3lu : %4lu %-1s :", in DebugDeInit() 1069 DbgOutf( "Profiling Report" ); in DebugGlobalDeInit() 1071 DbgOutf( "%-25s : %-9s : %-6s : %-6s : %-6s : %-9s :", in DebugGlobalDeInit() 1078 DbgOutf( "%-25s : %9lu : %6lu : %6lu : %6lu : %9lu :", in DebugGlobalDeInit() 1797 void DbgOutf( const sal_Char* pFStr, ... ) in DbgOutf() function [all …]
|
/trunk/main/sfx2/source/bastyp/ |
H A D | progress.cxx | 188 DBG( DbgOutf( "SfxProgress: created for '%s' at %luds", in SfxProgress() 243 DBG( DbgOutf( "SfxProgress: destroyed at %luds", Get10ThSec() ) ); in Stop() 373 DBG( DbgOutf( "SfxProgress: range changed from %lu to %lu", in SetState() 454 DBG( DbgOutf( "SfxProgress: resumed" ) ); in Resume() 499 DBG( DbgOutf( "SfxProgress: suspended" ) ); in Suspend() 541 DBG( DbgOutf( "SfxProgress: not locked because EMBEDDED/PREVIEW found" ) ); in Lock() 552 DBG( DbgOutf( "SfxProgress: not locked because ObjectShell is EMBEDDED/PREVIEW" ) ); in Lock() 559 DBG( DbgOutf( "SfxProgress: locked" ) ); in Lock() 571 DBG( DbgOutf( "SfxProgress: unlocked" ) ); in UnLock()
|
/trunk/main/tools/source/memtools/ |
H A D | multisel.cxx | 53 DbgOutf( "TotRange: %4ld-%4ld\n", in Print() 57 DbgOutf( "CurSubSel: %4ld\n", pSel->nCurSubSel ); in Print() 58 DbgOutf( "CurIndex: %4ld\n", pSel->nCurIndex ); in Print() 60 DbgOutf( "SelCount: %4ld\n", pSel->nSelCount ); in Print() 61 DbgOutf( "SubCount: %4ld\n", pSel->aSels.Count() ); in Print() 64 DbgOutf( "SubSel #%2ld: %4ld-%4ld\n", nPos, in Print() 68 DbgOutf( "\n" ); in Print() 373 DBG(DbgOutf( "::SelectAll(%s)\n", bSelect ? "sal_True" : "sal_False" )); in SelectAll() 572 DBG(DbgOutf( "::Insert(%ld, %ld)\n", nIndex, nCount )); in Insert() 626 DBG(DbgOutf( "::Remove(%ld)\n", nIndex )); in Remove()
|
/trunk/main/svl/source/filerec/ |
H A D | filerec.cxx | 134 DbgOutf( "SfxFileRec: written record until %ul", nEndPos ); in Close() 312 DBG( DbgOutf( "SfxFileRec: reading record at %ul", nStartPos ) ); in SfxMiniRecordReader() 389 DBG( DbgOutf( "SfxFileRec: searching record at %ul", pStream->Tell() ) ); in SfxMiniRecordReader() 526 DBG( DbgOutf( "SfxFileRec: reading record at %ul", nStartPos ) ); in SfxSingleRecordReader() 585 DBG( DbgOutf( "SfxFileRec: searching record at %ul", _pStream->Tell() ) ); in FindHeader_Impl()
|
/trunk/main/sfx2/source/inc/ |
H A D | sfxtypes.hxx | 96 #define DBG_OUTF(x) DbgOutf x 122 DbgOutf( "STACK: enter %3d %s", nLevel, pName ); in SfxStack() 126 DbgOutf( "STACK: leave %3d", nLevel ); in ~SfxStack()
|
/trunk/main/basic/source/sbx/ |
H A D | sbxobj.cxx | 219 DbgOutf( "SBX: Search %.*s %s %s in %s", in Find() 281 DbgOutf( "SBX: Found %.*s %s in %s", in Find() 536 DbgOutf( "SBX: Insert %s %s in %s", in Insert() 576 DbgOutf( "SBX: Insert %s %s in %s", in QuickInsert() 1096 DbgOutf( "SBX: %s.%s with Object %s was garbage", in GarbageCollection() 1120 DbgOutf( "SBX: garbage collector done, %lu objects remainding", in GarbageCollection()
|
H A D | sbxvar.cxx | 82 DbgOutf( "SbxVariable::Ctor %lx=%ld", (void*)this, ++nVar ); in SbxVariable() 117 DbgOutf( "SbxVariable::Ctor %lx=%ld", (void*)this, ++nVar ); in SbxVariable() 130 DbgOutf( "SbxVariable::Ctor %lx=%ld", (void*)this, ++nVar ); in SbxVariable() 141 DbgOutf( "SbxVariable::Dtor %lx (%s)", (void*)this, aBStr.GetBuffer() ); in ~SbxVariable()
|
/trunk/main/svl/inc/svl/ |
H A D | filerec.hxx | 711 DBG( DbgOutf( "SfxFileRec: writing record to %ul", pStream->Tell() ) ); in SfxMiniRecordWriter() 738 DBG( DbgOutf( "SfxFileRec: writing record to %ul", _nStartPos ) ); in SfxMiniRecordWriter()
|
/trunk/main/tools/source/fsys/ |
H A D | wntmsc.cxx | 467 DbgOutf( "%s %s flags:%x found", in Read() 494 DbgOutf( "%s flags:%x skipped", in Read()
|
/trunk/main/sfx2/source/control/ |
H A D | ctrlitem.cxx | 56 DbgOutf( "SfxControllerItem: Config-flag missing at SID %5d", in CheckConfigure_Impl()
|
/trunk/main/tools/inc/tools/ |
H A D | debug.hxx | 345 TOOLS_DLLPUBLIC void DbgOutf( const sal_Char* pFStr, ... );
|