Searched refs:maErrors (Results 1 – 2 of 2) sorted by relevance
1472 maErrors( this, WB_BORDER | WB_AUTOVSCROLL ), in ImplErrorDialog()1488 … sal_uInt16 nPos = maErrors.InsertEntry( String( PDFFilterResId( STR_WARN_TRANSP_PDFA_SHORT ) ), in ImplErrorDialog()1490 maErrors.SetEntryData( nPos, new String( PDFFilterResId( STR_WARN_TRANSP_PDFA ) ) ); in ImplErrorDialog()1495 … sal_uInt16 nPos = maErrors.InsertEntry( String( PDFFilterResId( STR_WARN_TRANSP_VERSION_SHORT ) ), in ImplErrorDialog()1497 maErrors.SetEntryData( nPos, new String( PDFFilterResId( STR_WARN_TRANSP_VERSION ) ) ); in ImplErrorDialog()1502 …sal_uInt16 nPos = maErrors.InsertEntry( String( PDFFilterResId( STR_WARN_FORMACTION_PDFA_SHORT ) ), in ImplErrorDialog()1504 maErrors.SetEntryData( nPos, new String( PDFFilterResId( STR_WARN_FORMACTION_PDFA ) ) ); in ImplErrorDialog()1509 …sal_uInt16 nPos = maErrors.InsertEntry( String( PDFFilterResId( STR_WARN_TRANSP_CONVERTED_SHORT ) … in ImplErrorDialog()1511 … maErrors.SetEntryData( nPos, new String( PDFFilterResId( STR_WARN_TRANSP_CONVERTED ) ) ); in ImplErrorDialog()1521 if( maErrors.GetEntryCount() > 0 ) in ImplErrorDialog()[all …]
65 ListBox maErrors; member in ImplErrorDialog