Home
last modified time | relevance | path

Searched refs:SvDataPipe_Impl (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svl/source/misc/
H A Dstrmadpt.cxx41 class SvDataPipe_Impl class
74 inline SvDataPipe_Impl(sal_uInt32 nThePageSize = 1000,
79 ~SvDataPipe_Impl();
102 SvDataPipe_Impl::SvDataPipe_Impl(sal_uInt32 nThePageSize, in SvDataPipe_Impl() function in SvDataPipe_Impl
119 inline void SvDataPipe_Impl::setReadBuffer(sal_Int8 * pBuffer, in setReadBuffer()
127 inline bool SvDataPipe_Impl::isEOF() const in isEOF()
133 inline sal_uInt32 SvDataPipe_Impl::getReadPosition() const in getReadPosition()
468 m_pPipe = new SvDataPipe_Impl; in open()
623 else if (m_pPipe->setReadPosition(nPos) == SvDataPipe_Impl::SEEK_OK) in SeekPos()
800 bool SvDataPipe_Impl::remove(Page * pPage) in remove()
[all …]
/AOO41X/main/svl/inc/svl/
H A Dinstrm.hxx36 class SvDataPipe_Impl;
45 SvDataPipe_Impl * m_pPipe;