/trunk/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registryexception.cxx | 40 RegistryException::RegistryException(long ErrorCode) : in RegistryException() argument 41 m_ErrorCode(ErrorCode), in RegistryException() 84 RegistryIOException::RegistryIOException(long ErrorCode) : in RegistryIOException() argument 85 RegistryException(ErrorCode) in RegistryIOException() 94 RegistryException(ErrorCode) in RegistryNoWriteAccessException() 102 RegistryAccessDeniedException::RegistryAccessDeniedException(long ErrorCode) : in RegistryAccessDeniedException() argument 103 RegistryException(ErrorCode) in RegistryAccessDeniedException() 112 RegistryException(ErrorCode) in RegistryValueNotFoundException() 120 RegistryKeyNotFoundException::RegistryKeyNotFoundException(long ErrorCode) : in RegistryKeyNotFoundException() argument 121 RegistryException(ErrorCode) in RegistryKeyNotFoundException() [all …]
|
H A D | registryexception.hxx | 39 RegistryException(long ErrorCode); 70 RegistryIOException(long ErrorCode); 80 RegistryNoWriteAccessException(long ErrorCode); 91 RegistryAccessDeniedException(long ErrorCode); 102 RegistryValueNotFoundException(long ErrorCode); 112 RegistryKeyNotFoundException(long ErrorCode); 122 RegistryInvalidOperationException(long ErrorCode);
|
/trunk/main/idlc/inc/idlc/ |
H A D | errorhandler.hxx | 31 enum ErrorCode enum 106 void error0(ErrorCode e); 107 void error1(ErrorCode e, AstDeclaration const * d); 109 ErrorCode e, AstDeclaration const * d1, AstDeclaration const * d2); 110 void error3(ErrorCode e, AstDeclaration* d1, AstDeclaration* d2, AstDeclaration* d3); 124 void lookupError(ErrorCode e, const ::rtl::OString& n, AstDeclaration* pScope); 132 void flagError(ErrorCode e, sal_uInt32 flag);
|
/trunk/main/idlc/source/ |
H A D | errorhandler.cxx | 31 static const sal_Char* errorCodeToMessage(ErrorCode eCode) in errorCodeToMessage() 487 static void errorHeader(ErrorCode eCode, sal_Int32 lineNumber) in errorHeader() 500 static void errorHeader(ErrorCode eCode) in errorHeader() 518 void ErrorHandler::error0(ErrorCode e) in error0() 525 void ErrorHandler::error1(ErrorCode e, AstDeclaration const * d) in error1() 533 ErrorCode e, AstDeclaration const * d1, AstDeclaration const * d2) in error2() 541 void ErrorHandler::error3(ErrorCode e, AstDeclaration* d1, AstDeclaration* d2, AstDeclaration* d3) in error3() 584 void ErrorHandler::lookupError(ErrorCode e, const ::rtl::OString& n, AstDeclaration* pScope) in lookupError() 591 void ErrorHandler::flagError(ErrorCode e, sal_uInt32 flag) in flagError()
|
/trunk/main/ucb/source/ucp/file/ |
H A D | filtask.cxx | 85 sal_Int32 ErrorCode = it->second.getInstalledError(); in endTask() local 94 if( ErrorCode != TASKHANDLER_NO_ERROR ) in endTask() 96 ErrorCode, in endTask() 131 sal_Int32 &ErrorCode, in retrieveError() argument 138 ErrorCode = it->second.getInstalledError(); in retrieveError() 146 sal_Int32 ErrorCode, in installError() argument 152 it->second.installError( ErrorCode,MinorCode ); in installError()
|
H A D | filtask.hxx | 179 sal_Int32 ErrorCode, 192 sal_Int32 &ErrorCode,
|
H A D | shell.cxx | 683 sal_Int32 ErrorCode = xInputStream->CtorSuccess(); in open() local 685 if( ErrorCode != TASKHANDLER_NO_ERROR ) in open() 688 ErrorCode, in open() 720 sal_Int32 ErrorCode = xStream->CtorSuccess(); in open_rw() local 722 if( ErrorCode != TASKHANDLER_NO_ERROR ) in open_rw() 725 ErrorCode, in open_rw() 757 sal_Int32 ErrorCode = p->CtorSuccess(); in ls() local 759 if( ErrorCode != TASKHANDLER_NO_ERROR ) in ls() 762 ErrorCode, in ls()
|
/trunk/main/connectivity/source/commontools/ |
H A D | sqlerror.cxx | 76 static ErrorCode getErrorCode( const ErrorCondition _eCondition ); 176 ErrorCode SQLError_Impl::getErrorCode( const ErrorCondition _eCondition ) in getErrorCode() 178 return 0 - ::sal::static_int_cast< ErrorCode, ErrorCondition >( _eCondition ); in getErrorCode() 326 ErrorCode SQLError::getErrorCode( const ErrorCondition _eCondition ) in getErrorCode()
|
H A D | dbexception.cxx | 218 aException.ErrorCode = _nErrorCode; in prepend() 244 pAppendException->ErrorCode = _nErrorCode; in append()
|
/trunk/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 325 long ErrorCode; member in OS2METReader 2081 ErrorCode=1; in ReadDsc() 2103 ErrorCode=2; in ReadDsc() 2195 ErrorCode=3; in ReadImageData() 2354 ErrorCode=4; in ReadField() 2388 ErrorCode=5; in ReadField() 2397 ErrorCode=6; in ReadField() 2550 ErrorCode=0; in ReadOS2MET() 2636 ErrorCode=7; in ReadOS2MET() 2647 ErrorCode=8; in ReadOS2MET() [all …]
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | ErrorCondition.idl | 36 as error codes (<member scope="com::sun::star::sdbc">SQLException::ErrorCode</member>) 41 will be used as <code>ErrorCode</code>.</p> 46 <p>Note that before you examine the <code>ErrorCode</code> member of a caught 60 if ( e.ErrorCode + ErrorCondition.SOME_ERROR_CONDITION == 0 )
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | IParseContext.hxx | 40 enum ErrorCode enum in connectivity::IParseContext 88 virtual ::rtl::OUString getErrorMessage(ErrorCode _eCodes) const = 0;
|
H A D | sqlerror.hxx | 49 typedef ::sal_Int32 ErrorCode; typedef 151 static ErrorCode
|
/trunk/main/filter/source/pdf/ |
H A D | pdfinteract.cxx | 64 std::set< vcl::PDFWriter::ErrorCode > aCodes; in handleInteractionRequest() 67 aCodes.insert( (vcl::PDFWriter::ErrorCode)aExc.ErrorCodes.getConstArray()[i] ); in handleInteractionRequest()
|
H A D | pdfexport.cxx | 394 std::set< PDFWriter::ErrorCode > aErrors; in Export() 996 void PDFExport::showErrors( const std::set< PDFWriter::ErrorCode >& rErrors ) in showErrors() 1003 for( std::set< PDFWriter::ErrorCode >::const_iterator it = rErrors.begin(); in showErrors()
|
H A D | pdfexport.hxx | 129 void showErrors( const std::set<vcl::PDFWriter::ErrorCode>& );
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | sqlmessage.cxx | 311 if ( pCurrentError->ErrorCode ) in lcl_buildExceptionChain() 312 aDisplayInfo.sErrorCode = String::CreateFromInt32( pCurrentError->ErrorCode ); in lcl_buildExceptionChain()
|
/trunk/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 202 enum ErrorCode enum in vcl::PDFWriter 693 std::set< ErrorCode > GetErrors();
|
/trunk/main/svx/inc/svx/ |
H A D | ParseContext.hxx | 50 virtual ::rtl::OUString getErrorMessage(ErrorCode _eCodes) const;
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.hxx | 788 std::set< PDFWriter::ErrorCode > m_aErrors; 1096 std::set< PDFWriter::ErrorCode > getErrors(); 1097 void insertError( PDFWriter::ErrorCode eErr ) { m_aErrors.insert( eErr ); } in insertError()
|
/trunk/main/udkapi/com/sun/star/script/ |
H A D | BasicErrorException.idl | 47 long ErrorCode;
|
/trunk/main/offapi/com/sun/star/plugin/ |
H A D | PluginException.idl | 46 short ErrorCode;
|
/trunk/main/offapi/com/sun/star/ldap/ |
H A D | LdapGenericException.idl | 46 long ErrorCode ;
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | JConnection.cxx | 587 aWarning.ErrorCode = aAsException.ErrorCode; in getWarnings()
|
/trunk/main/udkapi/com/sun/star/java/ |
H A D | JavaVMCreationFailureException.idl | 52 long ErrorCode;
|