Lines Matching refs:aMsg
492 ByteString aMsg( "-SfxDispatcher(" ); in Pop() local
493 aMsg += ByteString::CreateFromInt64( (sal_uIntPtr) this ); in Pop()
494 aMsg += bPush ? ")::Push(" : ")::Pop("; in Pop()
496 aMsg += rShell.GetInterface()->GetClassName(); in Pop()
498 aMsg += ByteString::CreateFromInt64( (sal_uIntPtr) &rShell ); in Pop()
499 aMsg += bDelete ? ") with delete" : ")"; in Pop()
500 if ( bUntil ) aMsg += " (up to)"; in Pop()
501 DbgTrace( aMsg.GetBuffer() ); in Pop()
964 ByteString aMsg( nSlot ); in GetShellAndSlot_Impl() local
965 aMsg += " found in "; in GetShellAndSlot_Impl()
966 aMsg += (*ppShell)->GetInterface()->GetClassName(); in GetShellAndSlot_Impl()
967 DbgTrace( aMsg.GetBuffer() ); in GetShellAndSlot_Impl()
974 ByteString aMsg( nSlot ); in GetShellAndSlot_Impl() local
975 aMsg += " not found"; in GetShellAndSlot_Impl()
976 DbgTrace( aMsg.GetBuffer() ); in GetShellAndSlot_Impl()
1926 ByteString aMsg( "SfxDispatcher(" ); in FlushImpl() local
1927 aMsg += ByteString::CreateFromInt64( (sal_uIntPtr) this ); in FlushImpl()
1928 aMsg += ")::Flush()"; in FlushImpl()
1947 aMsg += " reentering, aborted"; in FlushImpl()
1948 DbgTrace( aMsg.GetBuffer() ); in FlushImpl()
2050 aMsg += " done"; in FlushImpl()
2051 DbgTrace( aMsg.GetBuffer() ); in FlushImpl()
2212 String aMsg( nSlot ); in _TryIntercept_Impl() local
2213 aMsg += " intercepted"; in _TryIntercept_Impl()
2214 DbgTrace( aMsg.GetBuffer() ); in _TryIntercept_Impl()
2369 String aMsg( nSlot ); in _FindServer() local
2370 aMsg += " found in "; in _FindServer()
2371 aMsg += pObjShell->GetInterface()->GetClassName(); in _FindServer()
2372 DbgTrace( aMsg.GetBuffer() ); in _FindServer()
2394 String aMsg( nSlot ); in _FindServer() local
2395 aMsg += " not found in "; in _FindServer()
2396 aMsg += aStack; in _FindServer()
2397 DbgTrace( aMsg.GetBuffer() ); in _FindServer()
2557 ByteString aMsg( "item-type unequal to IDL (=> no BASIC)" ); in _FillState() local
2558 aMsg += "\nwith SID: "; in _FillState()
2559 aMsg += ByteString::CreateFromInt32( nSlotId ); in _FillState()
2560 aMsg += "\nin "; in _FillState()
2561 aMsg += pIF->GetClassName(); in _FillState()
2562 DbgOut( aMsg.GetBuffer(), DBG_OUT_ERROR, __FILE__, __LINE__); in _FillState()