|
LibreOffice Module sw (master) 1
|
#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>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) |
|
static |
Definition at line 777 of file pormulti.cxx.
References SvxTwoLinesItem::GetEndBracket(), SvxTwoLinesItem::GetStartBracket(), and GetValue.
Referenced by SwTextSizeInfo::GetMultiCreator(), and lcl_Has2Lines().
|
static |
Definition at line 809 of file pormulti.cxx.
References SvxTextRotateItem::GetValue(), and GetValue.
Referenced by SwTextSizeInfo::GetMultiCreator(), and lcl_HasRotation().
|
static |
Definition at line 1859 of file pormulti.cxx.
References SwLinePortion::GetNextPortion(), SwLinePortion::InFieldGrp(), SwLinePortion::SetNextPortion(), and SwLinePortion::Truncate().
Referenced by SwTextFormatter::BuildMultiPortion().
|
static |
Definition at line 795 of file pormulti.cxx.
References CharFormat::GetItem(), lcl_Check2Lines(), and RES_CHRATR_TWO_LINES().
Referenced by SwTextSizeInfo::GetMultiCreator().
|
static |
Definition at line 826 of file pormulti.cxx.
References CharFormat::GetItem(), lcl_CheckRotation(), and RES_CHRATR_ROTATE().
Referenced by SwTextSizeInfo::GetMultiCreator().
|
static |
Definition at line 1886 of file pormulti.cxx.
References SwLineLayout::GetNext(), SwMultiPortion::GetRoot(), SwTextSizeInfo::SetIdx(), SwLinePortion::SetLen(), SwLinePortion::Truncate(), and SwPosSize::Width().
Referenced by SwTextFormatter::BuildMultiPortion().