Lines Matching refs:maErrorBox
574 ListBox maErrorBox; member in DbgDialog
785 maErrorBox( this, WB_DROPDOWN ), in DbgDialog()
1123 maErrorBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "None" ) ) ); in DbgDialog()
1124 maErrorBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "File" ) ) ); in DbgDialog()
1125 maErrorBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Window" ) ) ); in DbgDialog()
1126 maErrorBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Shell" ) ) ); in DbgDialog()
1131 maErrorBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "MessageBox" ) ) ); in DbgDialog()
1132 maErrorBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "TestTool" ) ) ); in DbgDialog()
1133 maErrorBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Debugger" ) ) ); in DbgDialog()
1134 maErrorBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "Abort" ) ) ); in DbgDialog()
1135 ImplAppendUserDefinedChannels( maErrorBox ); in DbgDialog()
1136 ImplSelectChannel( maErrorBox, pData->nErrorOut, mnErrorOff ); in DbgDialog()
1137 maErrorBox.Show(); in DbgDialog()
1138 maErrorBox.SetPosSizePixel( LogicToPixel( Point( 220, 220 ), aAppMap ), in DbgDialog()
1192 aData.nErrorOut = ImplGetChannelId( maErrorBox, mnErrorOff ); in IMPL_LINK()