Home
last modified time | relevance | path

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

/trunk/main/basic/inc/basic/
H A Dsbxmstrm.hxx32 SV_DECL_REF(SbxMemoryStream)
34 class BASIC_DLLPUBLIC SbxMemoryStream : public SbxBase, public SvMemoryStream class
37 SbxMemoryStream(sal_uIntPtr nInitSize_=512, sal_uIntPtr nResize_=64) : in SbxMemoryStream() function in SbxMemoryStream
39 ~SbxMemoryStream();
44 SV_IMPL_REF(SbxMemoryStream)
/trunk/main/basic/source/sbx/
H A Dsbxmstrm.cxx28 SbxDataType SbxMemoryStream::GetType() const in GetType()
33 SbxMemoryStream::~SbxMemoryStream() in ~SbxMemoryStream()