Searched refs:SvInputStream (Results 1 – 3 of 3) sorted by relevance
444 bool SvInputStream::open() in open()465 sal_uLong SvInputStream::GetData(void * pData, sal_uLong nSize) in GetData()560 sal_uLong SvInputStream::PutData(void const *, sal_uLong) in PutData()568 void SvInputStream::FlushData() in FlushData()573 sal_uLong SvInputStream::SeekPos(sal_uLong nPos) in SeekPos()625 void SvInputStream::SetSize(sal_uLong) in SetSize()631 SvInputStream::SvInputStream( in SvInputStream() function in SvInputStream644 SvInputStream::~SvInputStream() in ~SvInputStream()657 sal_uInt16 SvInputStream::IsA() const in IsA()664 void SvInputStream::AddMark(sal_uLong nPos) in AddMark()[all …]
39 class SVL_DLLPUBLIC SvInputStream: public SvStream class61 SvInputStream(66 virtual ~SvInputStream();
178 SvInputStream aSvInputSteam(xStream); in read()