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.cxx462 ErrCode nErrorCode = ERRCODE_UUI_IO_MODULESIZEEXCEEDED; in handleRequest_impl() local
479 nErrorCode, in handleRequest_impl()
491 ErrCode nErrorCode = ERRCODE_UUI_IO_TARGETALREADYEXISTS; in handleRequest_impl() local
496 nErrorCode = ERRCODE_UUI_IO_ALREADYEXISTS; in handleRequest_impl()
501 nErrorCode, in handleRequest_impl()
513 ErrCode nErrorCode = ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE; in handleRequest_impl() local
524 nErrorCode, in handleRequest_impl()
557 ErrCode nErrorCode; in handleRequest_impl() local
565 nErrorCode = ERRCODE_INET_OFFLINE; in handleRequest_impl()
568 nErrorCode = ERRCODE_INET_NAME_RESOLVE; in handleRequest_impl()
[all …]
H A Diahndl-ioexceptions.cxx125 ErrCode nErrorCode; in handleInteractiveIOException() local
212 nErrorCode = ERRCODE_UUI_IO_CANTCREATE; in handleInteractiveIOException()
219 nErrorCode = ERRCODE_UUI_IO_CANTCREATE_NONAME; 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()
[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()
701nErrorCode = ( 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.cxx773 sal_uIntPtr nErrorCode = ERRCODE_IO_GENERAL; in init_Impl() local
774 ErrorHandler::HandleError( nErrorCode ); in init_Impl()
795 sal_uIntPtr nErrorCode = ERRCODE_IO_GENERAL; in init_Impl() local
796 ErrorHandler::HandleError( nErrorCode ); in init_Impl()
1527 sal_uIntPtr nErrorCode = ERRCODE_IO_GENERAL; in implStoreLibrary() local
1528 ErrorHandler::HandleError( nErrorCode ); in implStoreLibrary()
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()
[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.cxx965 const ErrCode nErrorCode ( in OutlineToImpressFinalizer() local
974 switch (nErrorCode) in OutlineToImpressFinalizer()

12