/aoo41x/main/uui/source/ |
H A D | iahndl.cxx | 557 ErrCode nErrorCode; in handleRequest_impl() local 578 nErrorCode = ERRCODE_INET_READ; in handleRequest_impl() 583 nErrorCode = ERRCODE_INET_WRITE; in handleRequest_impl() 590 nErrorCode, in handleRequest_impl() 641 ErrCode nErrorCode; in handleRequest_impl() local 672 nErrorCode, in handleRequest_impl() 684 ErrCode nErrorCode; in handleRequest_impl() local 694 nErrorCode, in handleRequest_impl() 750 const ErrCode nErrorCode = in handleRequest_impl() local 1265 sal_Int32 nErrorCode, in handleGenericErrorRequest() argument [all …]
|
H A D | iahndl-ioexceptions.cxx | 125 ErrCode nErrorCode; in handleInteractiveIOException() local 212 nErrorCode = ERRCODE_UUI_IO_CANTCREATE; in handleInteractiveIOException() 224 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException() 246 nErrorCode in handleInteractiveIOException() 258 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException() 277 nErrorCode = aErrorCode[aIoException.Code][1]; in handleInteractiveIOException() 283 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException() 299 nErrorCode in handleInteractiveIOException() 310 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException() 320 nErrorCode = aErrorCode[aIoException.Code][1]; in handleInteractiveIOException() [all …]
|
H A D | iahndl-errorhandler.cxx | 139 ErrCode nErrorCode, in handleErrorHandlerRequest() argument 170 ErrCode nErrorId = nErrorCode & ~ERRCODE_WARNING_MASK; in handleErrorHandlerRequest() 187 if (!ErrorResource(aResId).getString(nErrorCode, &aMessage)) in handleErrorHandlerRequest() 263 if (aContext.getLength() == 0 && nErrorCode != 0) in handleErrorHandlerRequest() 270 if (pContext->GetString(nErrorCode, aContextString)) in handleErrorHandlerRequest()
|
H A D | iahndl.hxx | 262 ErrCode nErrorCode, 275 sal_Int32 nErrorCode, 350 bool getString(ErrCode nErrorCode, rtl::OUString * pString) const
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objserv.cxx | 504 sal_uInt32 nErrorCode = ERRCODE_NONE; in ExecFile_Impl() local 667 nErrorCode = (sal_uInt32)aErrorEx.ErrCode; in ExecFile_Impl() 671 nErrorCode = ERRCODE_IO_GENERAL; in ExecFile_Impl() 679 if ( !lErr && nErrorCode ) in ExecFile_Impl() 680 lErr = nErrorCode; in ExecFile_Impl() 682 if ( lErr && nErrorCode == ERRCODE_NONE ) in ExecFile_Impl() 686 nErrorCode = lErr; in ExecFile_Impl() 701 nErrorCode = ( lErr != ERRCODE_IO_ABORT ) && ( nErrorCode == ERRCODE_NONE ) ? nErrorCode : lErr; in ExecFile_Impl() 704 rReq.SetReturnValue( SfxBoolItem(0, nErrorCode == ERRCODE_NONE ) ); in ExecFile_Impl()
|
/aoo41x/main/oox/source/xls/ |
H A D | unitconverter.cxx | 228 OUString UnitConverter::calcOoxErrorCode( sal_uInt8 nErrorCode ) const in calcOoxErrorCode() 230 BiffErrorCodeMap::const_iterator aIt = maBiffErrCodes.find( nErrorCode ); in calcOoxErrorCode() 240 void UnitConverter::addErrorCode( sal_uInt8 nErrorCode, const OUString& rErrorCode ) in addErrorCode() argument 242 maOoxErrCodes[ rErrorCode ] = nErrorCode; in addErrorCode() 243 maBiffErrCodes[ nErrorCode ] = rErrorCode; in addErrorCode()
|
H A D | biffhelper.cxx | 224 /*static*/ double BiffHelper::calcDoubleFromError( sal_uInt8 nErrorCode ) in calcDoubleFromError() argument 227 switch( nErrorCode ) in calcDoubleFromError()
|
H A D | formulaparser.cxx | 515 bool pushBiffErrorOperand( sal_uInt8 nErrorCode ); 955 bool FormulaParserImpl::pushBiffErrorOperand( sal_uInt8 nErrorCode ) in pushBiffErrorOperand() argument 957 return pushErrorOperand( BiffHelper::calcDoubleFromError( nErrorCode ) ); in pushBiffErrorOperand() 2839 ApiTokenSequence FormulaParser::convertErrorToFormula( sal_uInt8 nErrorCode ) const in convertErrorToFormula() 2845 aTokens[ 1 ].Data <<= BiffHelper::calcDoubleFromError( nErrorCode ); in convertErrorToFormula()
|
H A D | sheetdatabuffer.cxx | 403 void SheetDataBuffer::setErrorCell( const CellModel& rModel, sal_uInt8 nErrorCode ) in setErrorCell() argument 405 setCellFormula( rModel.maCellAddr, getFormulaParser().convertErrorToFormula( nErrorCode ) ); in setErrorCell()
|
/aoo41x/main/tools/source/communi/ |
H A D | parser.cxx | 52 nErrorCode( 0 ), in InformationParser() 335 nErrorCode = 0; in Execute() 354 if ( !nErrorCode ) in Execute() 440 return nErrorCode; in GetErrorCode() 453 switch ( nErrorCode ) { in GetErrorText()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | mmoutputpage.cxx | 752 sal_uInt32 nErrorCode = ERRCODE_NONE; in IMPL_LINK() local 759 nErrorCode = (sal_uInt32)aErrorEx.ErrCode; in IMPL_LINK() 763 nErrorCode = ERRCODE_IO_GENERAL; in IMPL_LINK() 765 if( nErrorCode != ERRCODE_NONE ) in IMPL_LINK() 768 ErrorHandler::HandleError( nErrorCode ); in IMPL_LINK() 804 sal_uInt32 nErrorCode = ERRCODE_NONE; in IMPL_LINK() local 811 nErrorCode = (sal_uInt32)aErrorEx.ErrCode; in IMPL_LINK() 815 nErrorCode = ERRCODE_IO_GENERAL; in IMPL_LINK() 817 if( nErrorCode != ERRCODE_NONE ) in IMPL_LINK() 820 ErrorHandler::HandleError( nErrorCode ); in IMPL_LINK()
|
/aoo41x/main/basic/source/uno/ |
H A D | namecont.cxx | 1640 sal_uIntPtr nErrorCode = ERRCODE_IO_GENERAL; in implStoreLibraryIndexFile() local 1641 ErrorHandler::HandleError( nErrorCode ); in implStoreLibraryIndexFile() 1715 sal_uIntPtr nErrorCode = ERRCODE_IO_GENERAL; in implLoadLibraryIndexFile() local 1716 ErrorHandler::HandleError( nErrorCode ); in implLoadLibraryIndexFile() 1742 sal_uIntPtr nErrorCode = ERRCODE_IO_GENERAL; in implLoadLibraryIndexFile() local 1743 ErrorHandler::HandleError( nErrorCode ); in implLoadLibraryIndexFile() 2073 sal_uIntPtr nErrorCode = ERRCODE_IO_GENERAL; in storeLibraries_Impl() local 2074 ErrorHandler::HandleError( nErrorCode ); in storeLibraries_Impl() 2096 ErrorHandler::HandleError( nErrorCode ); in storeLibraries_Impl() 2125 sal_uIntPtr nErrorCode = ERRCODE_IO_GENERAL; in storeLibraries_Impl() local [all …]
|
H A D | dlgcont.cxx | 328 sal_uIntPtr nErrorCode = ERRCODE_IO_GENERAL; in importLibraryElement() local 329 ErrorHandler::HandleError( nErrorCode ); in importLibraryElement()
|
/aoo41x/main/sc/inc/ |
H A D | scmatrix.hxx | 280 void PutError( sal_uInt16 nErrorCode, SCSIZE nC, SCSIZE nR ) in PutError() argument 281 { PutDouble( CreateDoubleError( nErrorCode ), nC, nR ); } in PutError() 282 void PutError( sal_uInt16 nErrorCode, SCSIZE nIndex ) in PutError() argument 283 { PutDouble( CreateDoubleError( nErrorCode ), nIndex ); } in PutError()
|
/aoo41x/main/setup_native/source/win32/customactions/tools/ |
H A D | seterror.cxx | 59 void SetMsiErrorCode( int nErrorCode ) in SetMsiErrorCode() argument 84 *pBuf = nErrorCode; in SetMsiErrorCode()
|
H A D | seterror.hxx | 47 void SetMsiErrorCode( int nErrorCode );
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | unitconverter.hxx | 93 ::rtl::OUString calcOoxErrorCode( sal_uInt8 nErrorCode ) const; 99 void addErrorCode( sal_uInt8 nErrorCode, const ::rtl::OUString& rErrorCode );
|
H A D | formulaparser.hxx | 136 ApiTokenSequence convertErrorToFormula( sal_uInt8 nErrorCode ) const;
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filtask.hxx | 102 void SAL_CALL installError( sal_Int32 nErrorCode, in installError() argument 105 m_nErrorCode = nErrorCode; in installError()
|
/aoo41x/main/sot/inc/sot/ |
H A D | storage.hxx | 176 void SetError( sal_uLong nErrorCode ) in SetError() argument 179 m_nError = nErrorCode; in SetError()
|
/aoo41x/main/sal/osl/os2/ |
H A D | socket.c | 2150 int nErrorCode = 0; in osl_connectSocketTo() local 2156 int nErrorSize = sizeof( nErrorCode ); in osl_connectSocketTo() 2158 size_t nErrorSize = sizeof( nErrorCode ); in osl_connectSocketTo() 2171 &nErrorCode, (int*)&nErrorSize ); in osl_connectSocketTo() 2172 if ( (nSockOpt == 0) && (nErrorCode == 0)) in osl_connectSocketTo()
|
/aoo41x/main/sal/osl/unx/ |
H A D | socket.c | 2127 int nErrorCode = 0; in osl_connectSocketTo() local 2128 socklen_t nErrorSize = sizeof( nErrorCode ); in osl_connectSocketTo() 2133 &nErrorCode, &nErrorSize ); in osl_connectSocketTo() 2134 if ( (nSockOpt == 0) && (nErrorCode == 0)) in osl_connectSocketTo()
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | SerfCallbacks.cxx | 69 int nErrorCode, in Serf_CertificateChainValidation() argument
|
/aoo41x/main/tools/inc/tools/ |
H A D | iparser.hxx | 90 sal_uInt16 nErrorCode; member in InformationParser
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 959 const ErrCode nErrorCode ( in OutlineToImpressFinalizer() local 968 switch (nErrorCode) in OutlineToImpressFinalizer()
|