Lines Matching refs:maTraceBox
570 ListBox maTraceBox; member in DbgDialog
781 maTraceBox( this, WB_DROPDOWN ), in DbgDialog()
1075 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "None" ) ) ); in DbgDialog()
1076 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "File" ) ) ); in DbgDialog()
1077 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Window" ) ) ); in DbgDialog()
1078 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Shell" ) ) ); in DbgDialog()
1079 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "MessageBox" ) ) ); in DbgDialog()
1080 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "TestTool" ) ) ); in DbgDialog()
1081 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Debugger" ) ) ); in DbgDialog()
1082 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Abort" ) ) ); in DbgDialog()
1083 ImplAppendUserDefinedChannels( maTraceBox ); in DbgDialog()
1084 ImplSelectChannel( maTraceBox, pData->nTraceOut, 0 ); in DbgDialog()
1085 maTraceBox.Show(); in DbgDialog()
1086 maTraceBox.SetPosSizePixel( LogicToPixel( Point( 10, 220 ), aAppMap ), in DbgDialog()
1190 aData.nTraceOut = ImplGetChannelId( maTraceBox, 0 ); in IMPL_LINK()