Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dsbdiagnose.cxx36 static DbgChannelId nRestoreChannelId = 0;
37 static DbgChannelId nAssertionChannelId = 0;
108 DbgChannelId const nCurrentChannelId = (DbgChannelId)DbgGetErrorOut(); in RTLFUNC()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx435 typedef ::std::map< XubString, DbgChannelId > UserDefinedChannels;
465DbgChannelId nChannelId = static_cast< DbgChannelId >( reinterpret_cast<sal_IntPtr>(rList.GetEntry… in ImplSelectChannel()
475 DbgChannelId ImplGetChannelId( const ListBox& rList, sal_uInt16 nPositionOffset ) in ImplGetChannelId()
478DbgChannelId nSelectedChannel = static_cast< DbgChannelId >( reinterpret_cast<sal_IntPtr>(rList.Ge… in ImplGetChannelId()
480 return (DbgChannelId)( nSelectedChannelPos + nPositionOffset ); in ImplGetChannelId()
2028 DbgChannelId nChannelId = DbgRegisterUserChannel( pProc ); in DbgRegisterNamedUserChannel()
/trunk/main/tools/inc/tools/
H A Ddebug.hxx185 typedef sal_uInt16 DbgChannelId; typedef
202 TOOLS_DLLPUBLIC DbgChannelId DbgRegisterUserChannel( DbgPrintLine pProc );
/trunk/main/tools/source/debug/
H A Ddebug.cxx1337 DbgChannelId DbgRegisterUserChannel( DbgPrintLine pProc ) in DbgRegisterUserChannel()
1341 return (DbgChannelId)( pData->aDbgPrintUserChannels.size() - 1 + DBG_OUT_USER_CHANNEL_0 ); in DbgRegisterUserChannel()

Completed in 33 milliseconds