LibreOffice Module comphelper (master) 1
Namespaces | Functions
basicio.hxx File Reference
#include <com/sun/star/io/XObjectOutputStream.hpp>
#include <com/sun/star/io/XObjectInputStream.hpp>
#include <comphelper/comphelperdllapi.h>
Include dependency graph for basicio.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::awt
 
namespace  comphelper
 

Functions

const css::uno::Reference< css::io::XObjectInputStream > & comphelper::operator>> (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream, bool &_rVal)
 
const css::uno::Reference< css::io::XObjectOutputStream > & comphelper::operator<< (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream, bool _bVal)
 
void comphelper::operator<< (css::uno::Reference< css::io::XObjectOutputStream > const &, sal_Bool)=delete
 
const css::uno::Reference< css::io::XObjectInputStream > & comphelper::operator>> (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream, OUString &rStr)
 
const css::uno::Reference< css::io::XObjectOutputStream > & comphelper::operator<< (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream, const OUString &rStr)
 
const css::uno::Reference< css::io::XObjectInputStream > & comphelper::operator>> (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream, sal_Int16 &_rValue)
 
const css::uno::Reference< css::io::XObjectOutputStream > & comphelper::operator<< (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream, sal_Int16 _nValue)
 
const css::uno::Reference< css::io::XObjectInputStream > & comphelper::operator>> (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream, sal_uInt16 &_rValue)
 
const css::uno::Reference< css::io::XObjectOutputStream > & comphelper::operator<< (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream, sal_uInt16 _nValue)
 
const css::uno::Reference< css::io::XObjectInputStream > & comphelper::operator>> (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream, sal_uInt32 &_rValue)
 
const css::uno::Reference< css::io::XObjectOutputStream > & comphelper::operator<< (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream, sal_uInt32 _nValue)
 
const css::uno::Reference< css::io::XObjectInputStream > & comphelper::operator>> (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream, sal_Int32 &_rValue)
 
const css::uno::Reference< css::io::XObjectOutputStream > & comphelper::operator<< (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream, sal_Int32 _nValue)
 
const css::uno::Reference< css::io::XObjectInputStream > & comphelper::operator>> (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream, css::awt::FontDescriptor &_rFont)
 
const css::uno::Reference< css::io::XObjectOutputStream > & comphelper::operator<< (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream, const css::awt::FontDescriptor &_rFont)
 
template<class ELEMENT >
const css::uno::Reference< css::io::XObjectInputStream > & comphelper::operator>> (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream, css::uno::Sequence< ELEMENT > &_rSeq)
 
template<class ELEMENT >
const css::uno::Reference< css::io::XObjectOutputStream > & comphelper::operator<< (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream, const css::uno::Sequence< ELEMENT > &_rSeq)