LibreOffice Module sw (master) 1
Namespaces | Functions
pormulti.cxx File Reference
#include <deque>
#include <memory>
#include <hintids.hxx>
#include <editeng/twolinesitem.hxx>
#include <editeng/charrotateitem.hxx>
#include <vcl/outdev.hxx>
#include <txatbase.hxx>
#include <fmtruby.hxx>
#include <txtatr.hxx>
#include <charfmt.hxx>
#include <layfrm.hxx>
#include <SwPortionHandler.hxx>
#include "pormulti.hxx"
#include "inftxt.hxx"
#include "itrpaint.hxx"
#include <viewopt.hxx>
#include "itrform2.hxx"
#include "porfld.hxx"
#include "porglue.hxx"
#include "porrst.hxx"
#include <pagefrm.hxx>
#include <rowfrm.hxx>
#include <tgrditem.hxx>
#include <swtable.hxx>
#include <fmtfsize.hxx>
#include <doc.hxx>
Include dependency graph for pormulti.cxx:

Go to the source code of this file.

Namespaces

namespace  sw
 Dialog to specify the properties of date form field.
 

Functions

static bool lcl_Check2Lines (const SfxPoolItem *const pItem, const SvxTwoLinesItem *&rpRef, bool &rValue)
 
static bool lcl_Has2Lines (const SwTextAttr &rAttr, const SvxTwoLinesItem *&rpRef, bool &rValue)
 
static bool lcl_CheckRotation (const SfxPoolItem *const pItem, const SvxCharRotateItem *&rpRef, bool &rValue)
 
static bool lcl_HasRotation (const SwTextAttr &rAttr, const SvxCharRotateItem *&rpRef, bool &rValue)
 
static bool lcl_ExtractFieldFollow (SwLineLayout *pLine, SwLinePortion *&rpField)
 
static void lcl_TruncateMultiPortion (SwMultiPortion &rMulti, SwTextFormatInfo &rInf, TextFrameIndex const nStartIdx)
 

Function Documentation

◆ lcl_Check2Lines()

static bool lcl_Check2Lines ( const SfxPoolItem *const  pItem,
const SvxTwoLinesItem *&  rpRef,
bool &  rValue 
)
static

◆ lcl_CheckRotation()

static bool lcl_CheckRotation ( const SfxPoolItem *const  pItem,
const SvxCharRotateItem *&  rpRef,
bool &  rValue 
)
static

Definition at line 809 of file pormulti.cxx.

References SvxTextRotateItem::GetValue(), and GetValue.

Referenced by SwTextSizeInfo::GetMultiCreator(), and lcl_HasRotation().

◆ lcl_ExtractFieldFollow()

static bool lcl_ExtractFieldFollow ( SwLineLayout pLine,
SwLinePortion *&  rpField 
)
static

◆ lcl_Has2Lines()

static bool lcl_Has2Lines ( const SwTextAttr rAttr,
const SvxTwoLinesItem *&  rpRef,
bool &  rValue 
)
static

◆ lcl_HasRotation()

static bool lcl_HasRotation ( const SwTextAttr rAttr,
const SvxCharRotateItem *&  rpRef,
bool &  rValue 
)
static

◆ lcl_TruncateMultiPortion()

static void lcl_TruncateMultiPortion ( SwMultiPortion rMulti,
SwTextFormatInfo rInf,
TextFrameIndex const  nStartIdx 
)
static