Home
last modified time | relevance | path

Searched refs:ReadAt (Results 1 – 12 of 12) sorted by relevance

/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx50 virtual ErrCode ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const;
92 ErrCode XMXLockBytes::ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const in ReadAt() function in XMXLockBytes
/trunk/main/tools/source/stream/
H A Dstream.cxx182 ErrCode SvLockBytes::ReadAt(sal_Size nPos, void * pBuffer, sal_Size nCount, in ReadAt() function in SvLockBytes
295 ErrCode SvAsyncLockBytes::ReadAt(sal_Size nPos, void * pBuffer, sal_Size nCount, in ReadAt() function in SvAsyncLockBytes
299 return SvOpenLockBytes::ReadAt(nPos, pBuffer, nCount, pRead); in ReadAt()
303 ErrCode nError = SvOpenLockBytes::ReadAt(nPos, pBuffer, nTheCount, in ReadAt()
363 nError = xLockBytes->ReadAt( nActPos, pData, nSize, &nRet ); in GetData()
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx151 ErrCode SvOutputStreamOpenLockBytes::ReadAt(sal_uLong, void *, sal_uLong, sal_uLong *) in TYPEINIT1()
315 ErrCode nError = m_xLockBytes->ReadAt(static_cast<sal_Size>( in readBytes()
350 nError = m_xLockBytes->ReadAt(static_cast<sal_Size>(m_nPosition), in readSomeBytes()
/trunk/main/forms/source/component/
H A Dimgprod.cxx58 virtual ErrCode ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const;
107 ErrCode ImgProdLockBytes::ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) … in ReadAt() function in ImgProdLockBytes
112 const ErrCode nErr = SvLockBytes::ReadAt( nPos, pBuffer, nCount, pRead ); in ReadAt()
/trunk/main/tools/inc/tools/
H A Dstream.hxx154 virtual ErrCode ReadAt(sal_Size nPos, void * pBuffer, sal_Size nCount,
214 virtual ErrCode ReadAt(sal_Size nPos, void * pBuffer, sal_Size nCount,
/trunk/main/svl/source/items/
H A Dlckbitem.cxx176 _xVal->ReadAt( 0, aSeq.getArray(), nLen, &nRead ); in QueryValue()
/trunk/main/svl/inc/svl/
H A Dstrmadpt.hxx50 virtual ErrCode ReadAt(sal_uLong, void *, sal_uLong, sal_uLong *) const;
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx151 …virtual ErrCode ReadAt ( sal_uLong nPos, void *pBuffer, sal_uLong nCount, sal_uLong *pRead…
/trunk/main/unotools/source/streaming/
H A Dstreamhelper.cxx58 ErrCode nError = m_xLockBytes->ReadAt(m_nActPos, (void*)aData.getArray(), nBytesToRead, &nRead); in readBytes()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1068 aLockBytes.ReadAt( 0, aSeq.getArray(), nLen, &nRead ); in Execute()
1142 aLockBytes.ReadAt( 0, aSeq.getArray(), nLen, &nRead ); in Execute()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx976 rBytes.ReadAt( in OutlineToImpressFinalizer()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1428 ErrCode UcbLockBytes::ReadAt ( sal_uLong nPos, void *pBuffer, sal_uLong nCount, sal_uLong *pRead) c… in ReadAt() function in utl::UcbLockBytes

Completed in 84 milliseconds