Home
last modified time | relevance | path

Searched refs:ErrorCode (Results 1 – 25 of 51) sorted by relevance

123

/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryexception.cxx40 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 Dregistryexception.hxx39 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);
/aoo4110/main/idlc/inc/idlc/
H A Derrorhandler.hxx31 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);
/aoo4110/main/ucb/source/ucp/file/
H A Dfiltask.cxx85 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 Dfiltask.hxx179 sal_Int32 ErrorCode,
192 sal_Int32 &ErrorCode,
H A Dshell.cxx683 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()
/aoo4110/main/idlc/source/
H A Derrorhandler.cxx31 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()
/aoo4110/main/connectivity/source/commontools/
H A Dsqlerror.cxx76 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 Ddbexception.cxx218 aException.ErrorCode = _nErrorCode; in prepend()
244 pAppendException->ErrorCode = _nErrorCode; in append()
/aoo4110/main/offapi/com/sun/star/sdb/
H A DErrorCondition.idl36 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 &nbsp;&nbsp;&nbsp;&nbsp;if ( e.ErrorCode + ErrorCondition.SOME_ERROR_CONDITION == 0 )
/aoo4110/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx325 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 …]
/aoo4110/main/connectivity/inc/connectivity/
H A DIParseContext.hxx40 enum ErrorCode enum in connectivity::IParseContext
88 virtual ::rtl::OUString getErrorMessage(ErrorCode _eCodes) const = 0;
H A Dsqlerror.hxx49 typedef ::sal_Int32 ErrorCode; typedef
151 static ErrorCode
/aoo4110/main/filter/source/pdf/
H A Dpdfinteract.cxx64 std::set< vcl::PDFWriter::ErrorCode > aCodes; in handleInteractionRequest()
67 aCodes.insert( (vcl::PDFWriter::ErrorCode)aExc.ErrorCodes.getConstArray()[i] ); in handleInteractionRequest()
H A Dpdfexport.cxx394 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 Dpdfexport.hxx129 void showErrors( const std::set<vcl::PDFWriter::ErrorCode>& );
/aoo4110/main/connectivity/source/drivers/kab/
H A DKDriver.cxx239 aError.ErrorCode = 0; in impl_throwGenericSQLException()
255 aError.ErrorCode = 0; in impl_throwKdeTooNewException()
/aoo4110/main/svx/inc/svx/
H A DParseContext.hxx50 virtual ::rtl::OUString getErrorMessage(ErrorCode _eCodes) const;
/aoo4110/main/vcl/inc/vcl/
H A Dpdfwriter.hxx201 enum ErrorCode enum in vcl::PDFWriter
694 std::set< ErrorCode > GetErrors();
/aoo4110/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx311 if ( pCurrentError->ErrorCode ) in lcl_buildExceptionChain()
312 aDisplayInfo.sErrorCode = String::CreateFromInt32( pCurrentError->ErrorCode ); in lcl_buildExceptionChain()
/aoo4110/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx788 std::set< PDFWriter::ErrorCode > m_aErrors;
1096 std::set< PDFWriter::ErrorCode > getErrors();
1097 void insertError( PDFWriter::ErrorCode eErr ) { m_aErrors.insert( eErr ); } in insertError()
/aoo4110/main/udkapi/com/sun/star/script/
H A DBasicErrorException.idl47 long ErrorCode;
/aoo4110/main/offapi/com/sun/star/plugin/
H A DPluginException.idl46 short ErrorCode;
/aoo4110/main/offapi/com/sun/star/ldap/
H A DLdapGenericException.idl46 long ErrorCode ;
/aoo4110/main/udkapi/com/sun/star/java/
H A DJavaVMCreationFailureException.idl52 long ErrorCode;

Completed in 531 milliseconds

123