Lines Matching refs:Tell
178 const sal_Size aStartPos(rIStm.Tell()); in ImplReadDIBInfoHeader()
443 const sal_uLong nOldPos(rIStm.Tell()); in ImplReadDIBBits()
446 rHeader.nSizeImage = rIStm.Tell() - nOldPos; in ImplReadDIBBits()
617 const sal_uLong nStmPos = rIStm.Tell(); in ImplReadDIBBody()
695 nCodedPos = rIStm.Tell(); in ImplReadDIBBody()
701 rIStm.SeekRel( nCodedSize - ( rIStm.Tell() - nCodedPos ) ); in ImplReadDIBBody()
728 pIStm->SeekRel(nOffset - (pIStm->Tell() - nStmPos)); in ImplReadDIBBody()
783 const sal_Int64 nSavedStreamPos( rIStm.Tell() ); in ImplReadDIBFileHeader()
980 rImageSize = rOStm.Tell(); in ImplWriteDIBBits()
992 rImageSize = rOStm.Tell(); in ImplWriteDIBBits()
1030 rImageSize = rOStm.Tell(); in ImplWriteDIBBits()
1154 rImageSize = rOStm.Tell() - rImageSize; in ImplWriteDIBBits()
1245 nImageSizePos = rOStm.Tell(); in ImplWriteDIBBody()
1287 sal_uLong nCodedPos(rOStm.Tell()); in ImplWriteDIBBody()
1302 nUncodedSize = aMemStm.Tell(); in ImplWriteDIBBody()
1313 nLastPos = rOStm.Tell(); in ImplWriteDIBBody()
1334 nEndPos = rOStm.Tell(); in ImplWriteDIBBody()
1365 const sal_uLong nOldPos(rIStm.Tell()); in ImplReadDIB()
1413 const sal_uLong nOldPos(rOStm.Tell()); in ImplWriteDIB()
1485 const sal_uLong nStmPos(rIStm.Tell()); in ReadDIBBitmapEx()