LibreOffice Module sc (master) 1
|
#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"
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 > | |
ScfPropSetHelper & | operator>> (ScfPropSetHelper &rPropSetHelper, Type &rValue) |
template<typename Type > | |
ScfPropSetHelper & | operator<< (ScfPropSetHelper &rPropSetHelper, const Type &rValue) |
ScfPropSetHelper & operator<< | ( | ScfPropSetHelper & | rPropSetHelper, |
const Type & | rValue | ||
) |
Definition at line 288 of file fapihelper.hxx.
References ScfPropSetHelper::WriteValue().
ScfPropSetHelper & operator>> | ( | ScfPropSetHelper & | rPropSetHelper, |
Type & | rValue | ||
) |
Definition at line 281 of file fapihelper.hxx.
References ScfPropSetHelper::ReadValue().