Lines Matching refs:sal_uLong
169 sal_uLong nPos = 0; in SyncSvStream()
196 sal_uLong SotStorageStream::GetData( void* pData, sal_uLong nSize ) in GetData()
198 sal_uLong nRet = 0; in GetData()
215 sal_uLong SotStorageStream::PutData( const void* pData, sal_uLong nSize ) in PutData()
217 sal_uLong nRet = 0; in PutData()
234 sal_uLong SotStorageStream::SeekPos( sal_uLong nPos ) in SeekPos()
236 sal_uLong nRet = 0; in SeekPos()
269 void SotStorageStream::SetSize( sal_uLong nNewSize ) in SetSize()
271 sal_uLong nPos = Tell(); in SetSize()
296 sal_uLong nPos = Tell(); in GetSize()
298 sal_uLong nSize = Tell(); in GetSize()
315 sal_uLong nPos = Tell(); // Position merken in CopyTo()
320 sal_uLong nRead; in CopyTo()
650 sal_uLong nErr = m_pOwnStg ? m_pOwnStg->GetError() : SVSTREAM_CANNOT_MAKE; in SotStorage()
972 sal_uLong nOriginalClipFormat, in SetClass()
983 sal_uLong nOriginalClipFormat, in SetConvertClass()
1012 sal_uLong SotStorage::GetFormat() in GetFormat()
1014 sal_uLong nFormat = 0; in GetFormat()