Searched refs:maErrors (Results 1 – 2 of 2) sorted by relevance
1472 maErrors( this, WB_BORDER | WB_AUTOVSCROLL ), in ImplErrorDialog()1490 maErrors.SetEntryData( nPos, new String( PDFFilterResId( STR_WARN_TRANSP_PDFA ) ) ); in ImplErrorDialog()1521 if( maErrors.GetEntryCount() > 0 ) in ImplErrorDialog()1523 maErrors.SelectEntryPos( 0 ); in ImplErrorDialog()1524 String* pStr = reinterpret_cast<String*>(maErrors.GetEntryData( 0 )); in ImplErrorDialog()1544 maErrors.SetPosSizePixel( aErrorLBPos, aErrorLBSize ); in ImplErrorDialog()1545 maErrors.SetSelectHdl( LINK( this, ImplErrorDialog, SelectHdl ) ); in ImplErrorDialog()1546 maErrors.Show(); in ImplErrorDialog()1560 for( sal_uInt16 n = 0; n < maErrors.GetEntryCount(); n++ ) in ~ImplErrorDialog()1561 delete (String*)maErrors.GetEntryData( n ); in ~ImplErrorDialog()[all …]
65 ListBox maErrors; member in ImplErrorDialog
Completed in 25 milliseconds