Home
last modified time | relevance | path

Searched refs:GetError (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/AOO41X/main/sot/source/sdstor/
H A Dstorage.cxx132 SetError( pStm->GetError() ); in SotStorageStream()
174 SetError( pOwnStm->GetError() ); in SyncSvStream()
203 SetError( pOwnStm->GetError() ); in GetData()
222 SetError( pOwnStm->GetError() ); in PutData()
241 SetError( pOwnStm->GetError() ); in SeekPos()
258 SetError( pOwnStm->GetError() ); in FlushData()
275 SetError( pOwnStm->GetError() ); in SetSize()
349 SetError( pOwnStm->GetError() ); in CopyTo()
351 return GetError() == SVSTREAM_OK; in CopyTo()
365 if( pOwnStm->GetError() == SVSTREAM_OK ) in Commit()
[all …]
H A Dstgole.cxx48 SetError( rStg.GetError() ); in StgInternalStream()
62 SetError( pStrm->GetError() ); in GetData()
74 SetError( pStrm->GetError() ); in PutData()
91 SetError( pStrm->GetError() ); in FlushData()
115 if( GetError() != SVSTREAM_OK ) in Load()
142 return sal_Bool( GetError() == SVSTREAM_OK ); in Load()
147 if( GetError() != SVSTREAM_OK ) in Store()
176 return sal_Bool( GetError() == SVSTREAM_OK ); in Store()
190 if( GetError() != SVSTREAM_OK ) in Load()
195 return sal_Bool( GetError() == SVSTREAM_OK ); in Load()
[all …]
H A Dstg.cxx78 sal_uLong StorageBase::GetError() const in GetError() function in StorageBase
304 SetError( pDest->GetError() ); in CopyTo()
418 if( r.GetError() == SVSTREAM_OK ) in Storage()
434 SetError( r.GetError() ); in Storage()
445 if ( rStrm.GetError() != SVSTREAM_OK ) in Storage()
447 SetError( rStrm.GetError() ); in Storage()
767 sal_uLong nTmpErr = p2->GetError(); in CopyTo()
772 SetError( p1->GetError() ); in CopyTo()
774 nTmpErr = p2->GetError(); in CopyTo()
796 sal_uLong nTmpErr = p2->GetError(); in CopyTo()
[all …]
/AOO41X/main/desktop/win32/source/setup/
H A Dsetup_main.cxx60 throw pSetup->GetError(); in WinMain()
66 throw pSetup->GetError(); in WinMain()
69 throw pSetup->GetError(); in WinMain()
73 throw pSetup->GetError(); in WinMain()
77 throw pSetup->GetError(); in WinMain()
82 throw pSetup->GetError(); in WinMain()
85 throw pSetup->GetError(); in WinMain()
88 throw pSetup->GetError(); in WinMain()
99 int nRet = pSetup->GetError(); in WinMain()
/AOO41X/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx136 if ( !pNewStream || pNewStream->GetError() || pStorage->GetError() ) in InsertInputStreamToStorage_Impl()
181 if ( !pNewStorage || pNewStorage->GetError() || pStorage->GetError() ) in InsertNameAccessToStorage_Impl()
310 if ( !m_pStream || m_pStream->GetError() ) in initialize()
395 if ( m_pStorage->GetError() ) in removeByName()
471 …( pStrg->CopyTo( pNewStor ) && pNewStor->Commit() && !pNewStor->GetError() && !pStrg->GetError() ); in getByName()
495 if ( !pStream || pStream->GetError() || m_pStorage->GetError() ) in getByName()
518 if ( pStream->GetError() ) in getByName()
558 if ( m_pStorage->GetError() ) in getElementNames()
585 if ( m_pStorage->GetError() ) in hasByName()
621 if ( m_pStorage->GetError() ) in hasElements()
[all …]
/AOO41X/main/svtools/source/svrtf/
H A Dsvparser.cxx103 if( pImplData->aOut.GetError() || !pImplData->aOut.IsOpen() ) in SvParser()
197 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
203 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
236 !(rInput.IsEof() || rInput.GetError()) && in GetNextChar()
241 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
262 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
298 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
340 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
404 if( ERRCODE_IO_PENDING == rInput.GetError() ) in GetNextChar()
553 if( ERRCODE_IO_PENDING == rInput.GetError() ) in RestoreState()
[all …]
/AOO41X/main/sfx2/source/appl/
H A Dimpldde.cxx152 if( pConnection->GetError() ) // dann versuchen wir es nochmal in GetData()
159 if( pConnection->GetError() ) in GetData()
180 } while( aReq.GetError() && ImplHasOtherFormat( aReq ) ); in GetData()
182 if( pConnection->GetError() ) in GetData()
206 return 0 == pConnection->GetError(); in GetData()
236 if( pConnection->GetError() ) in Connect()
243 bSysTopic = !aTmp.GetError(); in Connect()
256 if( LINKUPDATE_ALWAYS == nLinkType && !pLink && !pConnection->GetError() ) in Connect()
266 if( pConnection->GetError() ) in Connect()
H A Dxpackcreator.cxx110 … if ( aStorage->GetError() || aTargetStorage->GetError() || pTempStream->GetError() ) in convertToPackage()
128 } while( !pTempStream->IsEof() && !pTempStream->GetError() && nRead ); in convertToPackage()
130 if ( pTempStream->GetError() ) in convertToPackage()
/AOO41X/main/vcl/source/gdi/
H A Dimpgraph.cxx1266 sal_uLong nReadErr = rIStm.GetError(), nWriteErr = pOStm->GetError(); in ImplReadEmbedded()
1309 bRet = ( rIStm.GetError() == 0UL ); in ImplReadEmbedded()
1331 bRet = ( rIStm.GetError() == 0UL ); in ImplReadEmbedded()
1407 if( !rOStm.GetError() ) in ImplWriteEmbedded()
1414 if( !rOStm.GetError() ) in ImplWriteEmbedded()
1508 if( !pOStm->GetError() && ImplWriteEmbedded( *pOStm ) ) in ImplSwapOut()
1512 if( !pOStm->GetError() ) in ImplSwapOut()
1607 if( !pIStm->GetError() ) in ImplSwapIn()
1702 if( !rOStm.GetError() ) in ImplExportNative()
1711 bResult = ( rOStm.GetError() == ERRCODE_NONE ); in ImplExportNative()
[all …]
H A Dcvtgrf.cxx69 if( !aIStm.GetError() ) in ImplConvert()
112 if( !aOStm.GetError() ) in ImplConvert()
144 else if( rIStm.GetError() ) in Import()
145 nRet = rIStm.GetError(); in Import()
164 else if( rOStm.GetError() ) in Export()
165 nRet = rOStm.GetError(); in Export()
H A Ddibtools.cxx259 return( ( rHeader.nPlanes == 1 ) && ( rIStm.GetError() == 0UL ) ); in ImplReadDIBInfoHeader()
286 return( rIStm.GetError() == 0UL ); in ImplReadDIBPalette()
611 return( rIStm.GetError() == 0UL ); in ImplReadDIBBits()
724 if(!pIStm->GetError()) in ImplReadDIBBody()
807 bRet = ( rIStm.GetError() == 0UL ); in ImplReadDIBFileHeader()
845 return( rOStm.GetError() == 0UL ); in ImplWriteDIBPalette()
961 return( rOStm.GetError() == 0UL ); in ImplWriteRLE()
1156 return (!rOStm.GetError()); in ImplWriteDIBBits()
1321 bRet = (ERRCODE_NONE == rOStm.GetError()); in ImplWriteDIBBody()
1353 return( rOStm.GetError() == 0UL ); in ImplWriteDIBFileHeader()
[all …]
/AOO41X/main/tools/source/ref/
H A Dpstm.cxx140 for( sal_uIntPtr n = 0; n < nCount && rStm.GetError() == SVSTREAM_OK; n++ ) in operator >>()
190 SetError( pStm->GetError() ); in SvPersistStream()
228 SetError( pStm->GetError() ); in SvPersistStream()
265 pStm->SetError( GetError() ); in SetStream()
272 SetError( pStm->GetError() ); in SetStream()
314 SetError( pStm->GetError() ); in GetData()
325 SetError( pStm->GetError() ); in PutData()
336 SetError( pStm->GetError() ); in SeekPos()
526 DBG_ASSERT( GetError() != SVSTREAM_OK in WriteDummyLen()
742 if( !(nHdr & P_ID_0) && GetError() == SVSTREAM_OK ) in ReadObj()
[all …]
/AOO41X/main/svtools/source/filter/
H A Dsgvmain.cxx876 if (!rInp.GetError()) { in DrawObjkList()
878 … case ObjStrk: { StrkType aStrk; rInp>>aStrk; if (!rInp.GetError()) aStrk.Draw(rOut); } break; in DrawObjkList()
879 … case ObjRect: { RectType aRect; rInp>>aRect; if (!rInp.GetError()) aRect.Draw(rOut); } break; in DrawObjkList()
880 … case ObjCirc: { CircType aCirc; rInp>>aCirc; if (!rInp.GetError()) aCirc.Draw(rOut); } break; in DrawObjkList()
884 if (!rInp.GetError()) { in DrawObjkList()
887 if (!rInp.GetError()) aText.Draw(rOut); in DrawObjkList()
894 if (!rInp.GetError()) { in DrawObjkList()
901 if (!rInp.GetError()) { in DrawObjkList()
907 if (!rInp.GetError()) aPoly.Draw(rOut); in DrawObjkList()
914 if (!rInp.GetError()) { in DrawObjkList()
[all …]
/AOO41X/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx91 if ( rPBM.GetError() ) in ReadPBM()
198 if ( mpPBM->GetError() ) in ImplReadHeader()
274 if ( mpPBM->IsEof() || mpPBM->GetError() ) in ImplReadBody()
297 if ( mpPBM->IsEof() || mpPBM->GetError() ) in ImplReadBody()
316 if ( mpPBM->IsEof() || mpPBM->GetError() ) in ImplReadBody()
342 if ( mpPBM->IsEof() || mpPBM->GetError() ) in ImplReadBody()
403 if ( mpPBM->IsEof() || mpPBM->GetError() ) in ImplReadBody()
479 if ( mpPBM->IsEof() || mpPBM->GetError() ) in ImplReadBody()
/AOO41X/main/sw/source/core/doc/
H A Dtblafmt.cxx412 return 0 == rStream.GetError(); in Load()
441 return 0 == rStream.GetError(); in LoadOld()
489 return 0 == rStream.GetError(); in Save()
521 return 0 == rStream.GetError(); in SaveVerionNo()
772 bRet = 0 == rStream.GetError(); in Load()
800 bRet = 0 == rStream.GetError(); in Load()
825 bRet = 0 == rStream.GetError(); in LoadOld()
835 bRet = (rStream.GetError() == 0); in LoadOld()
870 sal_Bool bRet = 0 == rStream.GetError(); in Save()
974 sal_Bool bRet = 0 == rStream.GetError(); in Load()
[all …]
/AOO41X/main/filter/source/msfilter/
H A Dmsocximex.cxx263 return ( SVSTREAM_OK == pStream->GetError() ); in writeOCXNAME()
287 return ( SVSTREAM_OK == pStream->GetError() ); in readOCXNAME()
1493 DBG_ASSERT((rContents.Is() && (SVSTREAM_OK==rContents->GetError())),"damn"); in WriteContents()
1525 DBG_ASSERT((xStor.Is() && (SVSTREAM_OK == xStor->GetError())),"damn"); in Export()
1531 DBG_ASSERT((xStor3.Is() && (SVSTREAM_OK == xStor3->GetError())),"damn"); in Export()
1544 DBG_ASSERT((xStor2.Is() && (SVSTREAM_OK == xStor2->GetError())),"damn"); in Export()
1595 DBG_ASSERT((rContents.Is() && (SVSTREAM_OK==rContents->GetError())),"damn"); in WriteContents()
1627 DBG_ASSERT((xStor.Is() && (SVSTREAM_OK == xStor->GetError())),"damn"); in Export()
1633 DBG_ASSERT((xStor3.Is() && (SVSTREAM_OK == xStor3->GetError())),"damn"); in Export()
1646 DBG_ASSERT((xStor2.Is() && (SVSTREAM_OK == xStor2->GetError())),"damn"); in Export()
[all …]
H A Dsvxmsbas.cxx96 if (!xVBAStg.Is() || xVBAStg->GetError()) in ImportForms_Impl()
145 if (!xForm.Is() || xForm->GetError()) in ImportForms_Impl()
152 if (!xFrame.Is() || xFrame->GetError()) in ImportForms_Impl()
158 if (!xTypes.Is() || xTypes->GetError()) in ImportForms_Impl()
202 if( xVBAStg.Is() && !xVBAStg->GetError() ) in CopyStorage_Impl()
207 if( xVBASubStg.Is() && !xVBASubStg->GetError() ) in CopyStorage_Impl()
224 ErrCode nError = xDst->GetError(); in CopyStorage_Impl()
226 nError = xSrc->GetError(); in CopyStorage_Impl()
/AOO41X/main/sw/source/ui/uno/
H A Dunoatxt.cxx347 if(pGlosGroup && !pGlosGroup->GetError()) in getTitles()
373 if(pGlosGroup && !pGlosGroup->GetError()) in renameByName()
388 if(pGlosGroup->GetError() != 0) in renameByName()
450 if(pGlosGroup && !pGlosGroup->GetError()) in insertNewByName()
526 if(pGlosGroup && !pGlosGroup->GetError()) in removeByName()
600 if(pGlosGroup && !pGlosGroup->GetError()) in getCount()
617 if(pGlosGroup && !pGlosGroup->GetError()) in getByIndex()
644 if(pGlosGroup && !pGlosGroup->GetError()) in hasElements()
673 if(pGlosGroup && !pGlosGroup->GetError()) in getElementNames()
696 if(pGlosGroup && !pGlosGroup->GetError()) in hasByName()
[all …]
/AOO41X/main/filter/source/graphicfilter/egif/
H A Degif.cxx294 if( pGIF->GetError() ) in WriteSignature()
324 if( pGIF->GetError() ) in WriteGlobalHeader()
408 if( pGIF->GetError() ) in WriteImageExtension()
440 if( pGIF->GetError() ) in WriteLocalHeader()
467 if( pGIF->GetError() ) in WritePalette()
530 if ( pGIF->GetError() ) in WriteAccess()
541 if ( pGIF->GetError() ) in WriteAccess()
556 if( pGIF->GetError() ) in WriteTerminator()
/AOO41X/main/linguistic/source/
H A Ddicimp.cxx100 if (!rpStream.get() || rpStream->GetError()) in ReadDicVersion()
300 if (0 != (nErr = pStream->GetError())) in loadEntries()
323 if (0 != (nErr = pStream->GetError())) in loadEntries()
328 if (0 != (nErr = pStream->GetError())) in loadEntries()
350 if (0 != (nErr = pStream->GetError())) in loadEntries()
360 if (0 != (nErr = pStream->GetError())) in loadEntries()
392 return pStream->GetError(); in loadEntries()
444 if (0 != (nErr = pStream->GetError())) in saveEntries()
454 if (0 != (nErr = pStream->GetError())) in saveEntries()
460 if (0 != (nErr = pStream->GetError())) in saveEntries()
[all …]
/AOO41X/main/tools/source/fsys/
H A Dfilecopy.cxx204 ErrCode FileCopier::GetError() const in GetError() function in FileCopier
345 if ( !aSrc.GetError() ) in DoCopy_Impl()
356 if ( !aTargetStream.GetError() ) in DoCopy_Impl()
377 if ( aTargetStream.GetError() ) in DoCopy_Impl()
378 eRet = Error( aTargetStream.GetError(), 0, &aTgt ); in DoCopy_Impl()
388 eRet = Error( aTargetStream.GetError(), 0, &aTgt ); in DoCopy_Impl()
399 eRet = Error( aSrc.GetError(), &rSource, 0 ); in DoCopy_Impl()
/AOO41X/main/sc/source/ui/docshell/
H A Ddocsh.cxx571 if (!bRet && !rMedium.GetError()) in Load()
574 if (rMedium.GetError()) in Load()
575 … SetError( rMedium.GetError(), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ) ); in Load()
1089 if (!GetError()) in ConvertFrom()
1120 if (!GetError()) in ConvertFrom()
1159 if (!GetError()) in ConvertFrom()
1165 if (!GetError()) in ConvertFrom()
1225 if (!GetError()) in ConvertFrom()
1230 if (!GetError()) in ConvertFrom()
1260 if (!GetError()) in ConvertFrom()
[all …]
/AOO41X/main/sc/source/core/tool/
H A Dautoform.cxx391 return (rStream.GetError() == 0); in Load()
424 return (rStream.GetError() == 0); in LoadOld()
475 return (rStream.GetError() == 0); in Save()
795 bRet = 0 == rStream.GetError(); in Load()
823 bRet = 0 == rStream.GetError(); in Load()
838 bRet = (rStream.GetError() == 0); in LoadOld()
850 bRet = 0 == rStream.GetError(); in LoadOld()
901 sal_Bool bRet = 0 == rStream.GetError(); in Save()
1041 bRet = (pStream && pStream->GetError() == 0); in Load()
1048 bRet = 0 == rStream.GetError(); in Load()
[all …]
/AOO41X/main/basic/source/runtime/
H A Dstep0.cxx1109 while( ( err = pIosys->GetError() ) == 0 ) in StepINPUT()
1120 while( ( err = pIosys->GetError() ) == 0 ) in StepINPUT()
1135 while( ( err = pIosys->GetError() ) == 0 ) in StepINPUT()
1152 err = SbxBase::GetError(); in StepINPUT()
1158 err = SbxBase::GetError(); in StepINPUT()
1163 err = SbxBase::GetError(); in StepINPUT()
1172 err = SbxBase::GetError(); in StepINPUT()
1210 Error( pIosys->GetError() ); in StepLINPUT()
1305 Error( pIosys->GetError() ); in StepCHANNEL()
1323 Error( pIosys->GetError() ); in StepPRINT()
[all …]
/AOO41X/main/sc/inc/
H A Dscmatrix.hxx54 sal_uInt16 GetError() const { return GetDoubleErrorValue( fVal); } in GetError() function
295 sal_uInt16 GetError( SCSIZE nC, SCSIZE nR) const;
296 sal_uInt16 GetError( SCSIZE nIndex) const in GetError() function in ScMatrix
297 { return pMat[nIndex].GetError(); } in GetError()
302 { return IsValue( nC, nR) ? GetError( nC, nR) : 0; } in GetErrorIfNotString()
304 { return IsValue( nIndex) ? GetError( nIndex) : 0; } in GetErrorIfNotString()

12345678910>>...13