|
LibreOffice Module toolkit (master) 1
|
#include <com/sun/star/beans/PropertyState.hpp>#include <com/sun/star/beans/PropertyAttribute.hpp>#include <com/sun/star/awt/FontDescriptor.hpp>#include <com/sun/star/awt/FontWidth.hpp>#include <com/sun/star/awt/FontSlant.hpp>#include <com/sun/star/awt/MouseWheelBehavior.hpp>#include <com/sun/star/graphic/XGraphic.hpp>#include <com/sun/star/awt/XDevice.hpp>#include <com/sun/star/text/WritingMode2.hpp>#include <com/sun/star/io/XMarkableStream.hpp>#include <com/sun/star/i18n/Currency2.hpp>#include <com/sun/star/util/Date.hpp>#include <com/sun/star/util/Time.hpp>#include <toolkit/controls/unocontrolmodel.hxx>#include <cppuhelper/supportsservice.hxx>#include <sal/log.hxx>#include <comphelper/diagnose_ex.hxx>#include <tools/debug.hxx>#include <tools/long.hxx>#include <helper/property.hxx>#include <toolkit/helper/emptyfontdescriptor.hxx>#include <unotools/localedatawrapper.hxx>#include <unotools/configmgr.hxx>#include <comphelper/sequence.hxx>#include <comphelper/extract.hxx>#include <comphelper/servicehelper.hxx>#include <vcl/unohelp.hxx>#include <memory>#include <o3tl/sorted_vector.hxx>Go to the source code of this file.
Macros | |
| #define | UNOCONTROL_STREAMVERSION short(2) |
Functions | |
| static void | lcl_ImplMergeFontProperty (FontDescriptor &rFD, sal_uInt16 nPropId, const Any &rValue) |
| #define UNOCONTROL_STREAMVERSION short(2) |
Definition at line 58 of file unocontrolmodel.cxx.
|
static |
Definition at line 60 of file unocontrolmodel.cxx.
References BASEPROPERTY_FONTDESCRIPTORPART_CHARSET, BASEPROPERTY_FONTDESCRIPTORPART_CHARWIDTH, BASEPROPERTY_FONTDESCRIPTORPART_FAMILY, BASEPROPERTY_FONTDESCRIPTORPART_HEIGHT, BASEPROPERTY_FONTDESCRIPTORPART_KERNING, BASEPROPERTY_FONTDESCRIPTORPART_NAME, BASEPROPERTY_FONTDESCRIPTORPART_ORIENTATION, BASEPROPERTY_FONTDESCRIPTORPART_PITCH, BASEPROPERTY_FONTDESCRIPTORPART_SLANT, BASEPROPERTY_FONTDESCRIPTORPART_STRIKEOUT, BASEPROPERTY_FONTDESCRIPTORPART_STYLENAME, BASEPROPERTY_FONTDESCRIPTORPART_TYPE, BASEPROPERTY_FONTDESCRIPTORPART_UNDERLINE, BASEPROPERTY_FONTDESCRIPTORPART_WEIGHT, BASEPROPERTY_FONTDESCRIPTORPART_WIDTH, and BASEPROPERTY_FONTDESCRIPTORPART_WORDLINEMODE.
Referenced by UnoControlModel::setFastPropertyValueImpl(), and UnoControlModel::setPropertyValuesImpl().