Home
last modified time | relevance | path

Searched refs:ByteGrabber (Results 1 – 5 of 5) sorted by relevance

/trunk/main/package/source/package/zipapi/
H A DByteGrabber.cxx36 ByteGrabber::ByteGrabber(uno::Reference < io::XInputStream > xIstream) in ByteGrabber() function in ByteGrabber
44 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 …]
/trunk/main/package/inc/
H A DByteGrabber.hxx39 class ByteGrabber class
50 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);
H A DZipFile.hxx64 ByteGrabber aGrabber;
H A DZipPackage.hxx47 class ByteGrabber;
/trunk/main/package/
H A DLibrary_package2.mk66 package/source/package/zipapi/ByteGrabber \

Completed in 22 milliseconds