Home
last modified time | relevance | path

Searched refs:SvInputStream (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx444 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 SvInputStream
644 SvInputStream::~SvInputStream() in ~SvInputStream()
657 sal_uInt16 SvInputStream::IsA() const in IsA()
664 void SvInputStream::AddMark(sal_uLong nPos) in AddMark()
[all …]
/trunk/main/svl/inc/svl/
H A Dinstrm.hxx39 class SVL_DLLPUBLIC SvInputStream: public SvStream class
61 SvInputStream(
66 virtual ~SvInputStream();
/trunk/main/svl/source/numbers/
H A Dsupservs.cxx178 SvInputStream aSvInputSteam(xStream); in read()