Searched refs:ByteGrabber (Results 1 – 5 of 5) sorted by relevance
36 ByteGrabber::ByteGrabber(uno::Reference < io::XInputStream > xIstream) in ByteGrabber() function in ByteGrabber44 ByteGrabber::~ByteGrabber() in ~ByteGrabber()65 sal_Int64 SAL_CALL ByteGrabber::seek( sal_Int64 location ) in seek()83 sal_Int64 SAL_CALL ByteGrabber::getPosition( ) in getPosition()93 sal_Int64 SAL_CALL ByteGrabber::getLength( ) in getLength()103 ByteGrabber& ByteGrabber::operator >> (sal_Int8& rInt8) in operator >>()113 ByteGrabber& ByteGrabber::operator >> (sal_Int16& rInt16) in operator >>()128 ByteGrabber& ByteGrabber::operator >> (sal_Int32& rInt32) in operator >>()146 ByteGrabber& ByteGrabber::operator >> (sal_uInt8& rInt8) in operator >>()156 ByteGrabber& ByteGrabber::operator >> (sal_uInt16& rInt16) in operator >>()[all …]
43 $(SLO)$/ByteGrabber.obj \
39 class ByteGrabber class50 ByteGrabber (com::sun::star::uno::Reference < com::sun::star::io::XInputStream > xIstream);51 ~ByteGrabber();65 ByteGrabber& operator >> (sal_Int8& rInt8);66 ByteGrabber& operator >> (sal_Int16& rInt16);67 ByteGrabber& operator >> (sal_Int32& rInt32);68 ByteGrabber& operator >> (sal_uInt8& ruInt8);69 ByteGrabber& operator >> (sal_uInt16& ruInt16);70 ByteGrabber& operator >> (sal_uInt32& ruInt32);
64 ByteGrabber aGrabber;
47 class ByteGrabber;
Completed in 27 milliseconds