LibreOffice Module comphelper (master) 1
|
#include <comphelper/types.hxx>
#include <comphelper/extract.hxx>
#include <com/sun/star/awt/FontUnderline.hpp>
#include <com/sun/star/awt/FontStrikeout.hpp>
#include <com/sun/star/awt/FontDescriptor.hpp>
#include <o3tl/any.hxx>
#include <osl/diagnose.h>
#include <typelib/typedescription.hxx>
#include <sal/log.hxx>
Go to the source code of this file.
Namespaces | |
namespace | comphelper |
Functions | |
sal_Int64 | comphelper::getINT64 (const Any &_rAny) |
sal_Int32 | comphelper::getINT32 (const Any &_rAny) |
sal_Int16 | comphelper::getINT16 (const Any &_rAny) |
double | comphelper::getDouble (const Any &_rAny) |
float | comphelper::getFloat (const Any &_rAny) |
OUString | comphelper::getString (const Any &_rAny) |
bool | comphelper::getBOOL (const Any &_rAny) |
sal_Int32 | comphelper::getEnumAsINT32 (const Any &_rAny) |
FontDescriptor | comphelper::getDefaultFont () |
get a css::awt::FontDescriptor that is fully initialized with the XXX_DONTKNOW enum values (which isn't the case if you instantiate it via the default constructor) More... | |
bool | comphelper::isAssignableFrom (const Type &_rAssignable, const Type &_rFrom) |
Type | comphelper::getSequenceElementType (const Type &_rSequenceType) |