LibreOffice Module xmloff (master) 1
Variables
PageMasterImportContext.cxx File Reference
#include <PageMasterImportContext.hxx>
#include <xmloff/xmlimppr.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmlprmap.hxx>
#include <xmloff/xmltoken.hxx>
#include "PageMasterPropHdl.hxx"
#include "PagePropertySetContext.hxx"
#include "PageHeaderFooterContext.hxx"
#include <PageMasterStyleMap.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <osl/diagnose.h>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/drawing/FillStyle.hpp>
#include <com/sun/star/drawing/BitmapMode.hpp>
#include <xmloff/xmlerror.hxx>
#include <xmloff/XMLTextMasterPageContext.hxx>
Include dependency graph for PageMasterImportContext.cxx:

Go to the source code of this file.

Variables

ContextID_Index_Pair const g_MasterPageContextIDs []
 
XmlStyleFamily const g_MasterPageFamilies []
 

Variable Documentation

◆ g_MasterPageContextIDs

ContextID_Index_Pair const g_MasterPageContextIDs[]
extern
Initial value:
=
{
{ CTF_PM_FILLGRADIENTNAME, -1, drawing::FillStyle::FillStyle_GRADIENT },
{ CTF_PM_FILLTRANSNAME, -1, drawing::FillStyle::FillStyle_MAKE_FIXED_SIZE },
{ CTF_PM_FILLHATCHNAME, -1, drawing::FillStyle::FillStyle_HATCH },
{ CTF_PM_FILLBITMAPNAME, -1, drawing::FillStyle::FillStyle_BITMAP },
{-1, -1, drawing::FillStyle::FillStyle_MAKE_FIXED_SIZE}
}
#define CTF_PM_FILLTRANSNAME
#define CTF_PM_FILLHATCHNAME
#define CTF_PM_FILLBITMAPNAME
#define CTF_PM_FILLGRADIENTNAME

◆ g_MasterPageFamilies

XmlStyleFamily const g_MasterPageFamilies[]
extern