Lines Matching refs:Tell
201 sal_uInt32 nCurrentPos = m_pSvStream->Tell(); in skipBytes()
208 nCurrentPos = m_pSvStream->Tell(); in skipBytes()
221 sal_uInt32 nPos = m_pSvStream->Tell(); in available()
227 sal_Int32 nAvailable = (sal_Int32)m_pSvStream->Tell() - nPos; in available()
272 sal_uInt32 nPos = m_pSvStream->Tell(); in getPosition()
286 sal_uInt32 nCurrentPos = m_pSvStream->Tell(); in getLength()
290 sal_uInt32 nEndPos = m_pSvStream->Tell(); in getLength()
865 m_rSource->skipBytes( m_pStream->Tell() ); in Init()
979 sal_uLong aPos = m_pStream->Tell();
997 sal_uLong aPos = m_pStream->Tell();
1082 aResult = m_pStream->Tell();
1090 if( m_pStream->Tell() > nPos
1099 aResult = m_pStream->Tell();
1109 DBG_ASSERT( aResult == m_pStream->Tell(), "Error in stream arithmetic!\n" );
1143 sal_uLong aPos = m_pStream->Tell();
1145 if( m_pStream->Tell() < nSize )
1146 ReadSourceWriteTemporary( nSize - m_pStream->Tell() );
1188 sal_uLong nPos = m_pStream->Tell();
1191 sal_uLong nRet = m_pStream->Tell();
1449 sal_uLong UCBStorageStream::Tell() function in UCBStorageStream
1453 return pImp->m_pStream->Tell();
1558 sal_Int32 n = Tell();
3338 sal_uLong nPos = pFile->Tell();
3340 if ( pFile->Tell() < 4 )
3369 sal_uLong nPos = pFile->Tell();
3371 if ( !pFile->Tell() )
3393 sal_uLong nPos = rStream.Tell();
3395 if ( !rStream.Tell() )