Searched refs:ByteChucker (Results 1 – 4 of 4) sorted by relevance
35 ByteChucker::ByteChucker(Reference<XOutputStream> xOstream) in ByteChucker() function in ByteChucker47 ByteChucker::~ByteChucker() in ~ByteChucker()51 void ByteChucker::WriteBytes( const Sequence< sal_Int8 >& aData ) in WriteBytes()57 sal_Int64 ByteChucker::GetPosition( ) in GetPosition()63 ByteChucker& ByteChucker::operator << (sal_Int8 nInt8) in operator <<()70 ByteChucker& ByteChucker::operator << (sal_Int16 nInt16) in operator <<()77 ByteChucker& ByteChucker::operator << (sal_Int32 nInt32) in operator <<()87 ByteChucker& ByteChucker::operator << (sal_uInt8 nuInt8) in operator <<()93 ByteChucker& ByteChucker::operator << (sal_uInt16 nuInt16) in operator <<()100 ByteChucker& ByteChucker::operator << (sal_uInt32 nuInt32) in operator <<()
42 $(SLO)$/ByteChucker.obj \
37 class ByteChucker class46 ByteChucker (com::sun::star::uno::Reference<com::sun::star::io::XOutputStream> xOstream);47 ~ByteChucker();55 ByteChucker& operator << (sal_Int8 nInt8);56 ByteChucker& operator << (sal_Int16 nInt16);57 ByteChucker& operator << (sal_Int32 nInt32);58 ByteChucker& operator << (sal_uInt8 nuInt8);59 ByteChucker& operator << (sal_uInt16 nuInt16);60 ByteChucker& operator << (sal_uInt32 nuInt32);
58 ByteChucker aChucker;
Completed in 15 milliseconds