LibreOffice Module ucb (master)
1
|
#include <SerfInputStream.hxx>
Public Member Functions | |
SerfInputStream () | |
virtual | ~SerfInputStream () override |
void | AddToStream (const char *inBuf, sal_Int32 inLen) |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &type) override |
virtual void SAL_CALL | acquire () override throw () |
virtual void SAL_CALL | release () override throw () |
virtual sal_Int32 SAL_CALL | readBytes (css::uno::Sequence< sal_Int8 > &aData, sal_Int32 nBytesToRead) override |
virtual sal_Int32 SAL_CALL | readSomeBytes (css::uno::Sequence< sal_Int8 > &aData, sal_Int32 nMaxBytesToRead) override |
virtual void SAL_CALL | skipBytes (sal_Int32 nBytesToSkip) override |
virtual sal_Int32 SAL_CALL | available () override |
virtual void SAL_CALL | closeInput () override |
virtual void SAL_CALL | seek (sal_Int64 location) override |
virtual sal_Int64 SAL_CALL | getPosition () override |
virtual sal_Int64 SAL_CALL | getLength () override |
![]() | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Private Attributes | |
css::uno::Sequence< sal_Int8 > | mInputBuffer |
sal_Int64 | mLen |
sal_Int64 | mPos |
Additional Inherited Members | |
![]() | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
![]() | |
oslInterlockedCount | m_refCount |
Definition at line 39 of file SerfInputStream.hxx.
SerfInputStream::SerfInputStream | ( | ) |
Definition at line 35 of file SerfInputStream.cxx.
|
overridevirtual |
Definition at line 44 of file SerfInputStream.cxx.
|
inlineoverridevirtual |
Reimplemented from cppu::OWeakObject.
Definition at line 58 of file SerfInputStream.hxx.
void SerfInputStream::AddToStream | ( | const char * | inBuf, |
sal_Int32 | inLen | ||
) |
Definition at line 52 of file SerfInputStream.cxx.
References mInputBuffer, and mLen.
|
overridevirtual |
Definition at line 121 of file SerfInputStream.cxx.
References mLen, mPos, and SAL_MAX_INT32.
|
overridevirtual |
Definition at line 129 of file SerfInputStream.cxx.
|
overridevirtual |
Definition at line 154 of file SerfInputStream.cxx.
References mLen.
|
overridevirtual |
Definition at line 146 of file SerfInputStream.cxx.
References mPos.
|
overridevirtual |
Reimplemented from cppu::OWeakObject.
Definition at line 62 of file SerfInputStream.cxx.
References Any.
|
overridevirtual |
Definition at line 74 of file SerfInputStream.cxx.
References mInputBuffer, mLen, and mPos.
Referenced by readSomeBytes().
|
overridevirtual |
Definition at line 99 of file SerfInputStream.cxx.
References readBytes().
|
inlineoverridevirtual |
Reimplemented from cppu::OWeakObject.
Definition at line 62 of file SerfInputStream.hxx.
|
overridevirtual |
Definition at line 136 of file SerfInputStream.cxx.
|
overridevirtual |
Definition at line 110 of file SerfInputStream.cxx.
|
private |
Definition at line 44 of file SerfInputStream.hxx.
Referenced by AddToStream(), and readBytes().
|
private |
Definition at line 45 of file SerfInputStream.hxx.
Referenced by AddToStream(), available(), getLength(), readBytes(), seek(), and skipBytes().
|
private |
Definition at line 46 of file SerfInputStream.hxx.
Referenced by available(), getPosition(), readBytes(), seek(), and skipBytes().