Home
last modified time | relevance | path

Searched refs:GetError (Results 251 – 275 of 306) sorted by relevance

1...<<111213

/aoo41x/main/sc/source/core/inc/
H A Dinterpre.hxx834 sal_uInt16 GetError() const { return nGlobalError; } in GetError() function in ScInterpreter
/aoo41x/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx514 if ( rStream.GetError() ) in GraphicImport()
/aoo41x/main/sd/source/ui/app/
H A Dsdxfer.cxx650 bRet = ( rxOStm->GetError() == ERRCODE_NONE ); in WriteObject()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh4.cxx758 if ( !pOtherDocSh->GetError() ) // nur Errors in Execute()
2218 if ( ERRCODE_NONE == _pFileDlg->GetError() ) in IMPL_LINK()
/aoo41x/main/filter/source/graphicfilter/epict/
H A Depict.cxx1284 if ( pPict->GetError() ) in WriteOpcode_BitsRect()
2159 if (pPict->GetError()) in WriteOpcodes()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par.cxx558 if ( rSt.GetError() != 0 ) in ProcessObj()
569 if ( rSt.GetError() != 0 ) in ProcessObj()
2873 if (pStrm->GetError()) in ReadPlainChars()
4816 if (rDataStream.Is() && SVSTREAM_OK == rDataStream->GetError()) in SetSubStreams()
/aoo41x/main/basic/source/runtime/
H A Dmethods.cxx2410 SbxError nPrevError = SbxBase::GetError(); in RTLFUNC()
2804 if(!aStat.GetError() && (aStat.GetKind() & FSYS_KIND_FILE)) in RTLFUNC()
4438 if( aStrm.GetError() != SVSTREAM_OK ) in RTLFUNC()
H A Druntime.cxx754 SbError nSbError = SbxBase::GetError(); in Step()
H A Dstep2.cxx938 Error( pIosys->GetError() ); in StepOPEN()
/aoo41x/main/sw/source/ui/uiview/
H A Dsrcview.cxx876 if(pStream && 0 == pStream->GetError() ) in Load()
/aoo41x/main/sc/source/core/data/
H A Dvalidat.cxx760 sal_uInt16 nErr = pMatVal->GetError(); in GetSelectionFromFormula()
/aoo41x/main/vcl/source/gdi/
H A Dcvtsvm.cxx495 if( !rStm.GetError() ) in SVMConverter()
526 if( rIStm.GetError() in ImplConvertFromSVM1()
/aoo41x/main/basctl/source/basicide/
H A Dbaside2b.cxx1623 SbxError eOld = SbxBase::GetError(); in IMPL_LINK_INLINE_END()
2139 SbxError eOld = SbxBase::GetError(); in UpdateWatches()
/aoo41x/main/starmath/source/
H A Dmathtype.cxx699 if ( (!xSrc.Is()) || (SVSTREAM_OK != xSrc->GetError())) in Parse()
2083 if ( (!xSrc.Is()) || (SVSTREAM_OK != xSrc->GetError())) in ConvertFromStarMath()
/aoo41x/main/l10ntools/source/
H A Dexport.cxx317 int GetError() in GetError() function
321 if ( pExport->GetError()) in GetError()
/aoo41x/main/automation/source/server/
H A DXMLParser.cxx259 if ( pStream->GetError() ) in Parse()
/aoo41x/main/sc/source/filter/excel/
H A Dxlpivot.cxx161 const sal_uInt16* XclPCItem::GetError() const in GetError() function in XclPCItem
H A Dxeformula.cxx1219 …AppendErrorToken( XclTools::GetXclErrorCode( rTokData.mpScToken->GetError() ), rTokData.mnSpaces ); in ProcessError()
1332 else if( sal_uInt16 nErr = pMatVal->GetError() ) in ProcessMatrix()
H A Dxehelper.cxx1123 else if( sal_uInt16 nScError = pMatVal->GetError() ) in Save()
/aoo41x/main/sw/source/ui/dialog/
H A Duiregionsw.cxx1485 if ( _pFileDlg->GetError() == ERRCODE_NONE ) in IMPL_LINK()
2023 if ( _pFileDlg->GetError() == ERRCODE_NONE ) in IMPL_LINK()
/aoo41x/main/sw/source/filter/xml/
H A Dswxml.cxx960 if( !pStrm2->GetError() ) in Read()
/aoo41x/main/sd/source/ui/docshell/
H A Ddocshel4.cxx609 if( GetError() == ERRCODE_NONE ) in SaveAs()
/aoo41x/main/sfx2/inc/sfx2/
H A Dobjsh.hxx316 sal_uInt32 GetError() const;
/aoo41x/main/svtools/source/misc/
H A Dembedhlp.cxx613 if ( !pStream->GetError() ) in GetHCGraphic()
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2703 if (m_pFileStream->GetError() != ERRCODE_NONE) in seekRow()
2707 if (m_pFileStream->GetError() != ERRCODE_NONE) in seekRow()

Completed in 1463 milliseconds

1...<<111213