LibreOffice Module sc (master) 1
Classes | Namespaces | Functions
fapihelper.hxx File Reference
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <osl/diagnose.h>
#include <tools/color.hxx>
#include "ftools.hxx"
Include dependency graph for fapihelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScfApiHelper
 Static API helper functions. More...
 
class  ScfPropertySet
 A wrapper for a UNO property set. More...
 
class  ScfPropSetHelper
 Generic helper class for reading from and writing to property sets. More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::lang
 
namespace  com::sun::star::beans
 
namespace  comphelper
 

Functions

template<typename Type >
ScfPropSetHelperoperator>> (ScfPropSetHelper &rPropSetHelper, Type &rValue)
 
template<typename Type >
ScfPropSetHelperoperator<< (ScfPropSetHelper &rPropSetHelper, const Type &rValue)
 

Function Documentation

◆ operator<<()

template<typename Type >
ScfPropSetHelper & operator<< ( ScfPropSetHelper rPropSetHelper,
const Type rValue 
)

Definition at line 288 of file fapihelper.hxx.

References ScfPropSetHelper::WriteValue().

◆ operator>>()

template<typename Type >
ScfPropSetHelper & operator>> ( ScfPropSetHelper rPropSetHelper,
Type rValue 
)

Definition at line 281 of file fapihelper.hxx.

References ScfPropSetHelper::ReadValue().