LibreOffice Module xmloff (master) 1
Functions
PageMasterExportPropMapper.cxx File Reference
#include "PageMasterExportPropMapper.hxx"
#include <xmloff/xmlprmap.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlexp.hxx>
#include <comphelper/types.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <PageMasterStyleMap.hxx>
#include <rtl/ref.hxx>
#include <comphelper/extract.hxx>
Include dependency graph for PageMasterExportPropMapper.cxx:

Go to the source code of this file.

Functions

static bool lcl_HasSameLineWidth (const table::BorderLine2 &rLine1, const table::BorderLine2 &rLine2)
 
static void lcl_RemoveState (XMLPropertyState *pState)
 
static void lcl_RemoveStateIfZero16 (XMLPropertyState *pState)
 
static void lcl_AddState (::std::vector< XMLPropertyState > &rPropState, sal_Int32 nIndex, const OUString &rProperty, const uno::Reference< beans::XPropertySet > &xProps)
 

Function Documentation

◆ lcl_AddState()

static void lcl_AddState ( ::std::vector< XMLPropertyState > &  rPropState,
sal_Int32  nIndex,
const OUString &  rProperty,
const uno::Reference< beans::XPropertySet > &  xProps 
)
static

Definition at line 58 of file PageMasterExportPropMapper.cxx.

References nIndex.

Referenced by XMLPageMasterExportPropMapper::ContextFilter().

◆ lcl_HasSameLineWidth()

static bool lcl_HasSameLineWidth ( const table::BorderLine2 &  rLine1,
const table::BorderLine2 &  rLine2 
)
static

Definition at line 37 of file PageMasterExportPropMapper.cxx.

◆ lcl_RemoveState()

static void lcl_RemoveState ( XMLPropertyState pState)
static

◆ lcl_RemoveStateIfZero16()

static void lcl_RemoveStateIfZero16 ( XMLPropertyState pState)
static