Searched refs:rErrors (Results 1 – 3 of 3) sorted by relevance
996 void PDFExport::showErrors( const std::set< PDFWriter::ErrorCode >& rErrors ) in showErrors() argument998 if( ! rErrors.empty() && mxIH.is() ) in showErrors()1001 aExc.ErrorCodes.realloc( sal_Int32(rErrors.size()) ); in showErrors()1003 for( std::set< PDFWriter::ErrorCode >::const_iterator it = rErrors.begin(); in showErrors()1004 it != rErrors.end(); ++it, i++ ) in showErrors()
1468 ImplErrorDialog::ImplErrorDialog( const std::set< vcl::PDFWriter::ErrorCode >& rErrors ) : in ImplErrorDialog() argument1481 for( std::set<vcl::PDFWriter::ErrorCode>::const_iterator it = rErrors.begin(); in ImplErrorDialog()1482 it != rErrors.end(); ++it ) in ImplErrorDialog()
590 const SQLError& rErrors( rParam.pParser->getErrorHelper() ); in impl_parseTableNameNodeToString_throw() local591 rErrors.raiseException( sdb::ErrorCondition::PARSER_CYCLIC_SUB_QUERIES ); in impl_parseTableNameNodeToString_throw()
Completed in 70 milliseconds