LibreOffice Module toolkit (master) 1
Macros | Functions
unocontrolmodel.cxx File Reference
#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>
Include dependency graph for unocontrolmodel.cxx:

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)
 

Macro Definition Documentation

◆ UNOCONTROL_STREAMVERSION

#define UNOCONTROL_STREAMVERSION   short(2)

Definition at line 58 of file unocontrolmodel.cxx.

Function Documentation

◆ lcl_ImplMergeFontProperty()

static void lcl_ImplMergeFontProperty ( FontDescriptor &  rFD,
sal_uInt16  nPropId,
const Any &  rValue 
)
static