LibreOffice Module sw (master) 1
|
#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>
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) |
#define GLOB_NAME_CALC 0 |
Definition at line 38 of file modcfg.cxx.
#define GLOB_NAME_CHART 4 |
Definition at line 42 of file modcfg.cxx.
#define GLOB_NAME_DRAW 2 |
Definition at line 40 of file modcfg.cxx.
#define GLOB_NAME_IMPRESS 1 |
Definition at line 39 of file modcfg.cxx.
#define GLOB_NAME_MATH 3 |
Definition at line 41 of file modcfg.cxx.
|
static |
Definition at line 254 of file modcfg.cxx.
References LINESTYLE_SINGLE, AuthorCharAttr::m_nAttr, and AuthorCharAttr::m_nItemId.
Referenced by SwRevisionConfig::ImplCommit().
|
static |
Definition at line 305 of file modcfg.cxx.
References ITALIC_NORMAL, LINESTYLE_DOUBLE, LINESTYLE_SINGLE, AuthorCharAttr::m_nAttr, AuthorCharAttr::m_nItemId, STRIKEOUT_SINGLE, and WEIGHT_BOLD.
Referenced by SwRevisionConfig::Load().
|
static |
Definition at line 776 of file modcfg.cxx.
References InsCaptionOpt::CopyAttributes(), pValues, InsCaptionOpt::SetCaption(), InsCaptionOpt::SetCategory(), InsCaptionOpt::SetCharacterStyle(), InsCaptionOpt::SetLevel(), InsCaptionOpt::SetNumSeparator(), InsCaptionOpt::SetNumType(), InsCaptionOpt::SetPos(), InsCaptionOpt::SetSeparator(), and InsCaptionOpt::UseCaption().
Referenced by SwInsertConfig::Load().
|
static |
Definition at line 588 of file modcfg.cxx.
References InsCaptionOpt::CopyAttributes(), InsCaptionOpt::GetCaption(), InsCaptionOpt::GetCategory(), InsCaptionOpt::GetCharacterStyle(), InsCaptionOpt::GetLevel(), InsCaptionOpt::GetNumSeparator(), InsCaptionOpt::GetNumType(), InsCaptionOpt::GetPos(), InsCaptionOpt::GetSeparator(), pValues, and InsCaptionOpt::UseCaption().
Referenced by SwInsertConfig::ImplCommit().