Lines Matching refs:GetError
1266 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()
1732 if( !rIStm.GetError() ) in operator >>()
1747 if(!rIStm.GetError() && !rIStm.IsEof()) in operator >>()
1765 if( !rIStm.GetError() && aLink.LoadNative( aGraphic ) ) in operator >>()
1797 if( !rIStm.GetError() ) in operator >>()
1807 if( !rIStm.GetError() && ( 0x5344414e == nMagic1 ) && ( 0x494d4931 == nMagic2 ) ) in operator >>()
1828 if( !rIStm.GetError() ) in operator >>()
1855 if(!rIStm.GetError()) in operator >>()
1884 if( !rOStm.GetError() ) in operator <<()