Home
last modified time | relevance | path

Searched refs:maErrorBox (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/app/
H A Ddbggui.cxx574 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()
1132 maErrorBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "TestTool" ) ) ); 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()
[all …]

Completed in 16 milliseconds