Searched refs:maTraceBox (Results 1 – 1 of 1) sorted by relevance
570 ListBox maTraceBox; member in DbgDialog781 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()1078 maTraceBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Shell" ) ) ); 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()[all …]
Completed in 25 milliseconds