LibreOffice Module oox (master) 1
Namespaces | Macros | Functions
propertymap.cxx File Reference
#include <oox/helper/propertymap.hxx>
#include <cstdio>
#include <com/sun/star/style/LineSpacing.hpp>
#include <com/sun/star/text/WritingMode.hpp>
#include <comphelper/anytostring.hxx>
#include <iostream>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/container/XIndexReplace.hpp>
#include <com/sun/star/awt/Rectangle.hpp>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/drawing/TextHorizontalAdjust.hpp>
#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeSegment.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeTextFrame.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp>
#include <com/sun/star/drawing/HomogenMatrix3.hpp>
#include <cppuhelper/implbase.hxx>
#include <osl/diagnose.h>
#include <mutex>
#include <sal/log.hxx>
#include <oox/token/properties.hxx>
#include <oox/token/propertynames.hxx>
Include dependency graph for propertymap.cxx:

Go to the source code of this file.

Namespaces

namespace  oox
 

Macros

#define USS(x)   OUStringToOString( x, RTL_TEXTENCODING_UTF8 ).getStr()
 

Functions

static void oox::lclDumpAnyValue (const Any &value)
 
static void oox::printLevel (int level)
 
static const char * oox::lclGetEnhancedParameterType (sal_uInt16 nType)
 
static void oox::printParameterPairData (int level, EnhancedCustomShapeParameterPair const &pp)
 
static const char * oox::lclDumpAnyValueCode (const Any &value, int level)
 

Macro Definition Documentation

◆ USS

#define USS (   x)    OUStringToOString( x, RTL_TEXTENCODING_UTF8 ).getStr()

Definition at line 65 of file propertymap.cxx.