Lines Matching refs:maWarningBox
572 ListBox maWarningBox; member in DbgDialog
783 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()
1100 maWarningBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Window" ) ) ); in DbgDialog()
1101 maWarningBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Shell" ) ) ); in DbgDialog()
1102 maWarningBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "MessageBox" ) ) ); in DbgDialog()
1103 maWarningBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "TestTool" ) ) ); in DbgDialog()
1104 maWarningBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Debugger" ) ) ); 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()
1191 aData.nWarningOut = ImplGetChannelId( maWarningBox, 0 ); in IMPL_LINK()