Home
last modified time | relevance | path

Searched refs:WriteAt (Results 1 – 9 of 9) sorted by relevance

/trunk/main/tools/source/stream/
H A Dstream.cxx200 ErrCode SvLockBytes::WriteAt(sal_Size nPos, const void * pBuffer, sal_Size nCount, in WriteAt() function in SvLockBytes
312 ErrCode SvAsyncLockBytes::WriteAt(sal_Size nPos, const void * pBuffer, in WriteAt() function in SvAsyncLockBytes
316 return SvOpenLockBytes::WriteAt(nPos, pBuffer, nCount, pWritten); in WriteAt()
320 ErrCode nError = SvOpenLockBytes::WriteAt(nPos, pBuffer, nTheCount, in WriteAt()
333 ErrCode nError = SvOpenLockBytes::WriteAt(m_nSize, pBuffer, nCount, in FillAppend()
385 nError = xLockBytes->WriteAt( nActPos, pData, nSize, &nRet ); in PutData()
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx51 …virtual ErrCode WriteAt( sal_Size nPos, const void* pBuffer, sal_Size nCount, sal_Size* pWritt…
113 ErrCode XMXLockBytes::WriteAt( sal_Size /*nPos*/, const void* /*pBuffer*/, sal_Size /*nCount*/, sal… in WriteAt() function in XMXLockBytes
/trunk/main/forms/source/component/
H A Dimgprod.cxx59 …virtual ErrCode WriteAt( sal_Size nPos, const void* pBuffer, sal_Size nCount, sal_Size* pWritten …
138 ErrCode ImgProdLockBytes::WriteAt( sal_Size nPos, const void* pBuffer, sal_Size nCount, sal_Size* p… in WriteAt() function in ImgProdLockBytes
141 return SvLockBytes::WriteAt( nPos, pBuffer, nCount, pWritten ); in WriteAt()
/trunk/main/tools/inc/tools/
H A Dstream.hxx157 virtual ErrCode WriteAt(sal_Size nPos, const void * pBuffer, sal_Size nCount,
217 virtual ErrCode WriteAt(sal_Size nPos, const void * pBuffer, sal_Size nCount,
/trunk/main/svl/inc/svl/
H A Dstrmadpt.hxx52 virtual ErrCode WriteAt(sal_uLong nPos, const void * pBuffer, sal_uLong nCount,
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx152 virtual ErrCode WriteAt ( sal_uLong, const void*, sal_uLong, sal_uLong *pWritten);
/trunk/main/unotools/source/streaming/
H A Dstreamhelper.cxx163 …ErrCode nError = m_xLockBytes->WriteAt( m_nActPos, aData.getConstArray(), aData.getLength(), &nWri… in writeBytes()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1493 ErrCode UcbLockBytes::WriteAt ( sal_uLong nPos, const void *pBuffer, sal_uLong nCount, sal_uLong *p… in WriteAt() function in utl::UcbLockBytes
1575 WriteAt( nSize, pBuffer, nDiff, &nCount ); in SetSize()
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx159 ErrCode SvOutputStreamOpenLockBytes::WriteAt(sal_uLong nPos, void const * pBuffer, in WriteAt() function in SvOutputStreamOpenLockBytes

Completed in 75 milliseconds