Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/helper/
H A Dunomemorystream.cxx34 UnoMemoryStream::UnoMemoryStream( sal_uInt32 nInitSize, sal_uInt32 nInitResize ) in UnoMemoryStream() function in UnoMemoryStream
40 ::com::sun::star::uno::Any UnoMemoryStream::queryInterface( const ::com::sun::star::uno::Type & rTy… in queryInterface()
49 sal_Int32 UnoMemoryStream::readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& rData, sal_Int32… in readBytes()
63 sal_Int32 UnoMemoryStream::readSomeBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& rData, sal_I… in readSomeBytes()
79 void UnoMemoryStream::skipBytes( sal_Int32 nBytesToSkip ) throw(::com::sun::star::io::NotConnectedE… in skipBytes()
86 sal_Int32 UnoMemoryStream::available() throw(::com::sun::star::io::NotConnectedException, ::com::su… in available()
96 void UnoMemoryStream::closeInput() throw(::com::sun::star::io::NotConnectedException, ::com::sun::s… in closeInput()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dunomemorystream.hxx38 class UnoMemoryStream : public SvMemoryStream, class
50 UnoMemoryStream( sal_uInt32 nInitSize = 0x3FFF, sal_uInt32 nResize = 0x3FFFF );

Completed in 15 milliseconds