LibreOffice Module sw (master) 1
Macros | Functions
modcfg.cxx File Reference
#include <memory>
#include <comphelper/classids.hxx>
#include <o3tl/any.hxx>
#include <tools/fontenum.hxx>
#include <editeng/svxenum.hxx>
#include <editeng/editids.hrc>
#include <osl/diagnose.h>
#include <rtl/ustrbuf.hxx>
#include <svl/typedwhich.hxx>
#include <tools/globname.hxx>
#include <tools/UnitConversion.hxx>
#include <itabenum.hxx>
#include <modcfg.hxx>
#include <caption.hxx>
Include dependency graph for modcfg.cxx:

Go to the source code of this file.

Macros

#define GLOB_NAME_CALC   0
 
#define GLOB_NAME_IMPRESS   1
 
#define GLOB_NAME_DRAW   2
 
#define GLOB_NAME_MATH   3
 
#define GLOB_NAME_CHART   4
 

Functions

static sal_Int32 lcl_ConvertAttrToCfg (const AuthorCharAttr &rAttr)
 
static void lcl_ConvertCfgToAttr (sal_Int32 nVal, AuthorCharAttr &rAttr, bool bDelete=false)
 
static void lcl_WriteOpt (const InsCaptionOpt &rOpt, Any *pValues, sal_Int32 nProp, sal_Int32 nOffset)
 
static void lcl_ReadOpt (InsCaptionOpt &rOpt, const Any *pValues, sal_Int32 nProp, sal_Int32 nOffset)
 

Macro Definition Documentation

◆ GLOB_NAME_CALC

#define GLOB_NAME_CALC   0

Definition at line 38 of file modcfg.cxx.

◆ GLOB_NAME_CHART

#define GLOB_NAME_CHART   4

Definition at line 42 of file modcfg.cxx.

◆ GLOB_NAME_DRAW

#define GLOB_NAME_DRAW   2

Definition at line 40 of file modcfg.cxx.

◆ GLOB_NAME_IMPRESS

#define GLOB_NAME_IMPRESS   1

Definition at line 39 of file modcfg.cxx.

◆ GLOB_NAME_MATH

#define GLOB_NAME_MATH   3

Definition at line 41 of file modcfg.cxx.

Function Documentation

◆ lcl_ConvertAttrToCfg()

static sal_Int32 lcl_ConvertAttrToCfg ( const AuthorCharAttr rAttr)
static

◆ lcl_ConvertCfgToAttr()

static void lcl_ConvertCfgToAttr ( sal_Int32  nVal,
AuthorCharAttr rAttr,
bool  bDelete = false 
)
static

◆ lcl_ReadOpt()

static void lcl_ReadOpt ( InsCaptionOpt rOpt,
const Any *  pValues,
sal_Int32  nProp,
sal_Int32  nOffset 
)
static

◆ lcl_WriteOpt()

static void lcl_WriteOpt ( const InsCaptionOpt rOpt,
Any *  pValues,
sal_Int32  nProp,
sal_Int32  nOffset 
)
static