| /aoo41x/main/sot/source/sdstor/ |
| H A D | stgole.cxx | 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() 200 if( GetError() != SVSTREAM_OK ) in Store() 209 return sal_Bool( GetError() == SVSTREAM_OK ); in Store()
|
| H A D | storage.cxx | 351 return GetError() == SVSTREAM_OK; in CopyTo() 369 return GetError() == SVSTREAM_OK; in Commit() 379 return GetError() == SVSTREAM_OK; in Revert() 960 m_nError = SVSTREAM_OK; in ResetError() 1074 return SVSTREAM_OK == GetError(); in CopyTo() 1092 return SVSTREAM_OK == GetError(); in Commit() 1110 return SVSTREAM_OK == GetError(); in Revert() 1295 return SVSTREAM_OK == GetError(); in Remove() 1313 return SVSTREAM_OK == GetError(); in Rename() 1334 return SVSTREAM_OK == GetError(); in CopyTo() [all …]
|
| H A D | stg.cxx | 68 m_nError = SVSTREAM_OK; in StorageBase() 81 ((StorageBase*) this)->m_nError = SVSTREAM_OK; in GetError() 93 ((StorageBase*) this)->m_nError = SVSTREAM_OK; in ResetError() 418 if( r.GetError() == SVSTREAM_OK ) in Storage() 445 if ( rStrm.GetError() != SVSTREAM_OK ) in Storage()
|
| H A D | stgcache.hxx | 75 sal_Bool Good() { return sal_Bool( nError == SVSTREAM_OK ); } in Good() 76 sal_Bool Bad() { return sal_Bool( nError != SVSTREAM_OK ); } in Bad()
|
| H A D | stgcache.cxx | 118 nError = SVSTREAM_OK; in StgCache() 536 nError = SVSTREAM_OK; in ResetError() 542 if( nError != SVSTREAM_OK ) in MoveError()
|
| H A D | stgstrms.cxx | 1105 if( GetError() == SVSTREAM_OK ) in Copy() 1189 if( s->GetError() != SVSTREAM_OK ) in SetSize() 1238 if( GetError() != SVSTREAM_OK ) in PutData() 1258 if( GetError() != SVSTREAM_OK ) in SeekPos()
|
| H A D | stgdir.cxx | 324 return sal_Bool( pTmpStrm->GetError() == SVSTREAM_OK ); in SetSize() 648 if( pTmpStrm->GetError() == SVSTREAM_OK && pTmpStrm->Copy( *pCurStrm ) ) in Strm2Tmp() 656 if( pTmpStrm->GetError() == SVSTREAM_OK ) in Strm2Tmp()
|
| /aoo41x/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 263 return ( SVSTREAM_OK == pStream->GetError() ); in writeOCXNAME() 287 return ( SVSTREAM_OK == pStream->GetError() ); in readOCXNAME() 1814 (SVSTREAM_OK==rContents->GetError())),"damn"); in WriteContents() 2088 (SVSTREAM_OK == rContents->GetError())),"damn"); in WriteContents() 2237 (SVSTREAM_OK==rContents->GetError())),"damn"); in WriteContents() 2484 (SVSTREAM_OK==rContents->GetError())),"damn"); in WriteContents() 2716 (SVSTREAM_OK==rContents->GetError())),"damn"); in WriteContents() 2933 (SVSTREAM_OK==rContents->GetError())),"damn"); in WriteContents() 4325 (SVSTREAM_OK==rContents->GetError())),"damn"); in WriteContents() 4896 (SVSTREAM_OK==rContents->GetError())),"damn"); in WriteContents() [all …]
|
| H A D | msvbasic.cxx | 154 if( !xVBAProject.Is() || SVSTREAM_OK != xVBAProject->GetError() ) in ReadVBAProject() 411 if( !xMacros.Is() || SVSTREAM_OK != xMacros->GetError() ) in Open() 420 if( !xVBA.Is() || SVSTREAM_OK != xVBA->GetError() ) in Open() 505 if( !xVBAStream.Is() || SVSTREAM_OK != xVBAStream->GetError() ) in Decompress()
|
| /aoo41x/main/idl/source/cmptools/ |
| H A D | lex.cxx | 342 while( 0 == c && !IsEof() && ( SVSTREAM_OK == rInStream.GetError() ) ); in MakeToken() 385 while( '/' != c && !IsEof() && ( SVSTREAM_OK == rInStream.GetError() ) ); in MakeToken() 386 if( IsEof() || ( SVSTREAM_OK != rInStream.GetError() ) ) in MakeToken() 437 if( IsEof() || ( SVSTREAM_OK != rInStream.GetError() ) ) in MakeToken() 497 return rInStream.GetError() == SVSTREAM_OK; in MakeToken()
|
| /aoo41x/main/idl/source/prj/ |
| H A D | database.cxx | 330 if( aTokStm.GetStream().GetError() == SVSTREAM_OK ) in ReadIdFile() 825 if( aStm.GetError() != SVSTREAM_OK ) in ReadSvIdl() 890 if( rOutStm.GetError() != SVSTREAM_OK ) in WriteSvIdl() 925 if( rOutStm.GetError() != SVSTREAM_OK ) in WriteSfx() 951 if( rOutStm.GetError() != SVSTREAM_OK ) in WriteHelpIds() 1007 if ( rStrm.GetError() != SVSTREAM_OK ) in WriteCSV() 1020 if( rOutStm.GetError() != SVSTREAM_OK ) in WriteDocumentation()
|
| H A D | command.cxx | 174 if( aStm.GetError() == SVSTREAM_OK ) in ReadIdl() 179 if( aStm.GetError() != SVSTREAM_OK ) in ReadIdl() 226 if( aStm.GetError() != SVSTREAM_OK ) in ResponseFile()
|
| H A D | svidl.cxx | 45 if( aOutStm1.GetError() == SVSTREAM_OK ) in FileMove_Impl() 237 if( aOutStm.GetError() != SVSTREAM_OK )
|
| /aoo41x/main/tools/source/stream/ |
| H A D | stream.cxx | 536 nError = SVSTREAM_OK; in ClearError() 551 if ( nError == SVSTREAM_OK ) in SetError() 996 return nError == SVSTREAM_OK; in WriteUnicodeText() 1007 return nError == SVSTREAM_OK; in WriteUnicodeOrByteText() 1030 return nError == SVSTREAM_OK; in WriteLine() 1037 return nError == SVSTREAM_OK; in WriteUniStringLine() 1077 return nError == SVSTREAM_OK; in WriteUniStringLines() 1103 return nError == SVSTREAM_OK; in WriteUniOrByteChar() 1119 return nError == SVSTREAM_OK; in StartWritingUnicodeText() 1181 return nError == SVSTREAM_OK; in StartReadingUnicodeText() [all …]
|
| /aoo41x/main/sw/source/filter/ww8/dump/ |
| H A D | msvbasic.cxx | 171 if( !xVBAProject.Is() || SVSTREAM_OK != xVBAProject->GetError() ) in ReadVBAProject() 358 if( !xMacros.Is() || SVSTREAM_OK != xMacros->GetError() ) in Open() 365 if( !xVBA.Is() || SVSTREAM_OK != xVBA->GetError() ) in Open() 389 if( !xVBAStream.Is() || SVSTREAM_OK != in Decompress()
|
| /aoo41x/main/sw/inc/ |
| H A D | io.hxx | 88 int operator!() { return aStr.GetError() != SVSTREAM_OK; } in operator !() 116 int operator!() { return aStr.GetError() != SVSTREAM_OK; } in operator !() 161 int operator!() { return aStr.GetError() != SVSTREAM_OK; } in operator !()
|
| H A D | swgstr.hxx | 82 int good() { return ( pStrm->GetError() == SVSTREAM_OK ); } in good() 83 int operator!() { return ( pStrm->GetError() != SVSTREAM_OK ); } in operator !()
|
| /aoo41x/main/sc/source/core/tool/ |
| H A D | rechead.cxx | 55 if ( rStream.GetError() == SVSTREAM_OK ) in ScMultipleReadHeader() 80 if ( rStream.GetError() == SVSTREAM_OK ) in ~ScMultipleReadHeader() 95 if ( rStream.GetError() == SVSTREAM_OK ) in EndEntry()
|
| /aoo41x/main/sfx2/source/doc/ |
| H A D | oleprops.cxx | 711 …for( sal_Int32 nIdx = 0; (nIdx < nNameCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !rStrm.Is… in ImplLoad() 942 …for( sal_Int32 nPropIdx = 0; (nPropIdx < nPropCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !… in ImplLoad() 1023 return rStrm.GetErrorCode() == SVSTREAM_OK; in SeekToPropertyPos() 1086 if( xStrm.Is() && (xStrm->GetError() == SVSTREAM_OK) ) in LoadPropertySet() 1159 …for( sal_Int32 nSectIdx = 0; (nSectIdx < nSectCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !… in ImplLoad() 1169 if( rStrm.GetErrorCode() == SVSTREAM_OK ) in ImplLoad()
|
| /aoo41x/main/sw/source/filter/basflt/ |
| H A D | iodetect.cxx | 168 sal_Bool bRet = SVSTREAM_OK == rStg.GetError() && in IsValidStgFilter() 352 if( xStg.Is() && ( xStg->GetError() == SVSTREAM_OK ) ) in GetFileFilter() 384 if( !pIStrm || SVSTREAM_OK != pIStrm->GetError() ) in GetFileFilter()
|
| /aoo41x/main/editeng/source/misc/ |
| H A D | svxacorr.cxx | 2093 if( SVSTREAM_OK != xStrm->GetError()) in LoadXMLExceptList_Imp() 2220 if( xStrm->GetError() == SVSTREAM_OK ) in SaveExceptList_Imp() 2226 if( SVSTREAM_OK != rStg->GetError() ) in SaveExceptList_Imp() 2475 if( xStg.Is() && SVSTREAM_OK == xStg->GetError() && in RemoveStream_Imp() 2647 bRet = SVSTREAM_OK == refList->GetError(); in MakeBlocklist_Imp() 2652 if( SVSTREAM_OK != rStg.GetError() ) in MakeBlocklist_Imp() 2718 sal_Bool bRet = xStg.Is() && SVSTREAM_OK == xStg->GetError(); in PutText() 2815 sal_Bool bRet = xStg.Is() && SVSTREAM_OK == xStg->GetError(); in DeleteText()
|
| /aoo41x/main/tools/source/ref/ |
| H A D | pstm.cxx | 140 for( sal_uIntPtr n = 0; n < nCount && rStm.GetError() == SVSTREAM_OK; n++ ) in operator >>() 526 DBG_ASSERT( GetError() != SVSTREAM_OK in WriteDummyLen() 742 if( !(nHdr & P_ID_0) && GetError() == SVSTREAM_OK ) in ReadObj()
|
| /aoo41x/main/sw/source/core/layout/ |
| H A D | laycache.cxx | 1262 pStream->GetErrorCode() != SVSTREAM_OK || pStream->IsEof() ) in OpenRec() 1296 if( pStream->GetError() != SVSTREAM_OK ) in CloseRec() 1309 if( pStream->GetErrorCode() != SVSTREAM_OK ) in CloseRec() 1346 if( pStream->GetErrorCode() != SVSTREAM_OK ) in Peek()
|
| /aoo41x/main/svl/source/items/ |
| H A D | style.cxx | 997 return sal_Bool( rStream.GetError() == SVSTREAM_OK ); in Load() 1092 return sal_Bool( rStream.GetError() == SVSTREAM_OK ); in Load1_Impl() 1228 if( rStream.GetError() != SVSTREAM_OK ) in Store() 1236 return sal_Bool( rStream.GetError() == SVSTREAM_OK ); in Store()
|
| /aoo41x/main/sc/source/ui/docshell/ |
| H A D | impex.cxx | 538 return sal_Bool( rStrm.GetError() == SVSTREAM_OK ); in ExportStream() 1512 if( rStrm.GetError() != SVSTREAM_OK ) in Doc2Text() 1519 return sal_Bool( rStrm.GetError() == SVSTREAM_OK ); in Doc2Text() 1925 return sal_Bool( rStrm.GetError() == SVSTREAM_OK ); in Doc2Sylk() 1934 return sal_Bool( rStrm.GetError() == SVSTREAM_OK ); in Doc2HTML() 1941 return sal_Bool( rStrm.GetError() == SVSTREAM_OK ); in Doc2RTF()
|