#include <string.h>
#include <comphelper/sequence.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <rtl/textenc.h>
#include <rtl/tencinfo.h>
#include <com/sun/star/io/BufferSizeExceededException.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/io/NotConnectedException.hpp>
#include <com/sun/star/io/XTextInputStream2.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <vector>
Go to the source code of this file.
◆ INITIAL_UNICODE_BUFFER_CAPACITY
#define INITIAL_UNICODE_BUFFER_CAPACITY 0x100 |
◆ READ_BYTE_COUNT
#define READ_BYTE_COUNT 0x100 |
◆ io_OTextInputStream_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * io_OTextInputStream_get_implementation |
( |
css::uno::XComponentContext * |
, |
|
|
css::uno::Sequence< css::uno::Any > const & |
|
|
) |
| |