Searched refs:maWarningBox (Results 1 – 1 of 1) sorted by relevance
572 ListBox maWarningBox; member in DbgDialog783 maWarningBox( this, WB_DROPDOWN ), in DbgDialog()1098 maWarningBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "None" ) ) ); in DbgDialog()1099 maWarningBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "File" ) ) ); in DbgDialog()1101 maWarningBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Shell" ) ) ); in DbgDialog()1105 maWarningBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Abort" ) ) ); in DbgDialog()1106 ImplAppendUserDefinedChannels( maWarningBox ); in DbgDialog()1107 ImplSelectChannel( maWarningBox, pData->nWarningOut, 0 ); in DbgDialog()1108 maWarningBox.Show(); in DbgDialog()1109 maWarningBox.SetPosSizePixel( LogicToPixel( Point( 115, 220 ), aAppMap ), in DbgDialog()[all …]
Completed in 20 milliseconds