Home
last modified time | relevance | path

Searched refs:nErrorCode (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/uui/source/
H A Diahndl.cxx557 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 Diahndl-ioexceptions.cxx125 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 Diahndl-errorhandler.cxx139 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 Diahndl.hxx262 ErrCode nErrorCode,
275 sal_Int32 nErrorCode,
350 bool getString(ErrCode nErrorCode, rtl::OUString * pString) const
/trunk/main/sfx2/source/doc/
H A Dobjserv.cxx504 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()
/trunk/main/oox/source/xls/
H A Dunitconverter.cxx228 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 Dbiffhelper.cxx224 /*static*/ double BiffHelper::calcDoubleFromError( sal_uInt8 nErrorCode ) in calcDoubleFromError() argument
227 switch( nErrorCode ) in calcDoubleFromError()
H A Dformulaparser.cxx515 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 Dsheetdatabuffer.cxx403 void SheetDataBuffer::setErrorCell( const CellModel& rModel, sal_uInt8 nErrorCode ) in setErrorCell() argument
405 setCellFormula( rModel.maCellAddr, getFormulaParser().convertErrorToFormula( nErrorCode ) ); in setErrorCell()
H A Dsheetdatacontext.cxx500 sal_uInt8 nErrorCode = rStrm.readuInt8(); in importCellError() local
504 mrSheetData.setErrorCell( maCellData, nErrorCode ); in importCellError()
/trunk/main/tools/source/communi/
H A Dparser.cxx52 nErrorCode( 0 ), in InformationParser()
335 nErrorCode = 0; in Execute()
354 if ( !nErrorCode ) in Execute()
440 return nErrorCode; in GetErrorCode()
453 switch ( nErrorCode ) { in GetErrorText()
/trunk/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx752 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()
/trunk/main/basic/source/uno/
H A Dnamecont.cxx1640 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 Ddlgcont.cxx328 sal_uIntPtr nErrorCode = ERRCODE_IO_GENERAL; in importLibraryElement() local
329 ErrorHandler::HandleError( nErrorCode ); in importLibraryElement()
/trunk/main/sc/inc/
H A Dscmatrix.hxx280 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()
/trunk/main/setup_native/source/win32/customactions/tools/
H A Dseterror.cxx59 void SetMsiErrorCode( int nErrorCode ) in SetMsiErrorCode() argument
84 *pBuf = nErrorCode; in SetMsiErrorCode()
H A Dseterror.hxx47 void SetMsiErrorCode( int nErrorCode );
/trunk/main/oox/inc/oox/xls/
H A Dunitconverter.hxx93 ::rtl::OUString calcOoxErrorCode( sal_uInt8 nErrorCode ) const;
99 void addErrorCode( sal_uInt8 nErrorCode, const ::rtl::OUString& rErrorCode );
H A Dformulaparser.hxx136 ApiTokenSequence convertErrorToFormula( sal_uInt8 nErrorCode ) const;
/trunk/main/ucb/source/ucp/file/
H A Dfiltask.hxx102 void SAL_CALL installError( sal_Int32 nErrorCode, in installError() argument
105 m_nErrorCode = nErrorCode; in installError()
/trunk/main/sot/inc/sot/
H A Dstorage.hxx176 void SetError( sal_uLong nErrorCode ) in SetError() argument
179 m_nError = nErrorCode; in SetError()
/trunk/main/sal/osl/os2/
H A Dsocket.c2150 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()
/trunk/main/sal/osl/unx/
H A Dsocket.c2127 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()
/trunk/main/tools/inc/tools/
H A Diparser.hxx90 sal_uInt16 nErrorCode; member in InformationParser
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx975 const ErrCode nErrorCode ( in OutlineToImpressFinalizer() local
984 switch (nErrorCode) in OutlineToImpressFinalizer()

Completed in 147 milliseconds

12