Home
last modified time | relevance | path

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

/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx996 void PDFExport::showErrors( const std::set< PDFWriter::ErrorCode >& rErrors ) in showErrors() argument
998 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()
H A Dimpdialog.cxx1468 ImplErrorDialog::ImplErrorDialog( const std::set< vcl::PDFWriter::ErrorCode >& rErrors ) : in ImplErrorDialog() argument
1481 for( std::set<vcl::PDFWriter::ErrorCode>::const_iterator it = rErrors.begin(); in ImplErrorDialog()
1482 it != rErrors.end(); ++it ) in ImplErrorDialog()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx590 const SQLError& rErrors( rParam.pParser->getErrorHelper() ); in impl_parseTableNameNodeToString_throw() local
591 rErrors.raiseException( sdb::ErrorCondition::PARSER_CYCLIC_SUB_QUERIES ); in impl_parseTableNameNodeToString_throw()

Completed in 42 milliseconds