LibreOffice Module sw (master)
1
|
#include <porexp.hxx>
Public Member Functions | |
SwExpandPortion () | |
virtual bool | Format (SwTextFormatInfo &rInf) override |
virtual TextFrameIndex | GetModelPositionForViewPoint (sal_uInt16 nOfst) const override |
the parameter is actually SwTwips apparently? More... | |
virtual bool | GetExpText (const SwTextSizeInfo &rInf, OUString &rText) const override |
virtual SwPosSize | GetTextSize (const SwTextSizeInfo &rInfo) const override |
virtual void | Paint (const SwTextPaintInfo &rInf) const override |
virtual void | HandlePortion (SwPortionHandler &rPH) const override |
![]() | |
SwTextPortion () | |
virtual void | FormatEOL (SwTextFormatInfo &rInf) override |
virtual tools::Long | CalcSpacing (tools::Long nSpaceAdd, const SwTextSizeInfo &rInf) const override |
TextFrameIndex | GetSpaceCnt (const SwTextSizeInfo &rInf, TextFrameIndex &rCnt) const |
bool | CreateHyphen (SwTextFormatInfo &rInf, SwTextGuess const &rGuess) |
![]() | |
SwLinePortion (const SwLinePortion &rPortion) | |
virtual | ~SwLinePortion () |
SwLinePortion * | GetNextPortion () const |
SwLinePortion & | operator= (const SwLinePortion &rPortion) |
TextFrameIndex | GetLen () const |
void | SetLen (TextFrameIndex const nLen) |
void | SetNextPortion (SwLinePortion *pNew) |
sal_uInt16 & | GetAscent () |
sal_uInt16 | GetAscent () const |
void | SetAscent (const sal_uInt16 nNewAsc) |
void | PrtWidth (sal_uInt16 nNewWidth) |
sal_uInt16 | PrtWidth () const |
void | AddPrtWidth (const sal_uInt16 nNew) |
void | SubPrtWidth (const sal_uInt16 nNew) |
virtual SwLinePortion * | Insert (SwLinePortion *pPortion) |
virtual SwLinePortion * | Append (SwLinePortion *pPortion) |
SwLinePortion * | Cut (SwLinePortion *pVictim) |
void | Truncate () |
virtual SwLinePortion * | Compress () |
void | SetWhichPor (const PortionType nNew) |
PortionType | GetWhichPor () const |
bool | InTextGrp () const |
bool | InGlueGrp () const |
bool | InTabGrp () const |
bool | InHyphGrp () const |
bool | InNumberGrp () const |
bool | InFixGrp () const |
bool | InFieldGrp () const |
bool | InToxRefGrp () const |
bool | InToxRefOrFieldGrp () const |
bool | InExpGrp () const |
bool | InFixMargGrp () const |
bool | InSpaceGrp () const |
bool | IsGrfNumPortion () const |
bool | IsFlyCntPortion () const |
bool | IsBlankPortion () const |
bool | IsBreakPortion () const |
bool | IsErgoSumPortion () const |
bool | IsQuoVadisPortion () const |
bool | IsTabLeftPortion () const |
bool | IsTabRightPortion () const |
bool | IsFootnoteNumPortion () const |
bool | IsFootnotePortion () const |
bool | IsDropPortion () const |
bool | IsLayPortion () const |
bool | IsParaPortion () const |
bool | IsMarginPortion () const |
bool | IsFlyPortion () const |
bool | IsHolePortion () const |
bool | IsSoftHyphPortion () const |
bool | IsPostItsPortion () const |
bool | IsCombinedPortion () const |
bool | IsTextPortion () const |
bool | IsHangingPortion () const |
bool | IsKernPortion () const |
bool | IsArrowPortion () const |
bool | IsMultiPortion () const |
bool | IsNumberPortion () const |
bool | IsControlCharPortion () const |
SwLinePortion * | FindPrevPortion (const SwLinePortion *pRoot) |
SwLinePortion * | FindLastPortion () |
void | CalcTextSize (const SwTextSizeInfo &rInfo) |
void | PrePaint (const SwTextPaintInfo &rInf, const SwLinePortion *pLast) const |
void | Move (SwTextPaintInfo &rInf) |
virtual sal_uInt16 | GetViewWidth (const SwTextSizeInfo &rInf) const |
bool | GetJoinBorderWithPrev () const |
bool | GetJoinBorderWithNext () const |
void | SetJoinBorderWithPrev (const bool bJoinPrev) |
void | SetJoinBorderWithNext (const bool bJoinNext) |
![]() | |
SwPosSize (const sal_uInt16 nW=0, const sal_uInt16 nH=0) | |
SwPosSize (const Size &rSize) | |
virtual | ~SwPosSize () |
SwPosSize (SwPosSize const &)=default | |
SwPosSize (SwPosSize &&)=default | |
SwPosSize & | operator= (SwPosSize const &)=default |
SwPosSize & | operator= (SwPosSize &&)=default |
sal_uInt16 | Height () const |
virtual void | Height (const sal_uInt16 nNew, const bool=true) |
sal_uInt16 | Width () const |
void | Width (const sal_uInt16 nNew) |
Size | SvLSize () const |
void | SvLSize (const Size &rSize) |
void | SvXSize (const Size &rSize) |
SwPosSize & | operator= (const Size &rSize) |
Additional Inherited Members | |
![]() | |
static SwTextPortion * | CopyLinePortion (const SwLinePortion &rPortion) |
![]() | |
SwLinePortion () | |
![]() | |
SwLinePortion * | mpNextPortion |
TextFrameIndex | mnLineLength |
sal_uInt16 | mnAscent |
Definition at line 24 of file porexp.hxx.
|
inline |
Definition at line 27 of file porexp.hxx.
References Expand, and SwLinePortion::SetWhichPor().
|
overridevirtual |
Reimplemented from SwTextPortion.
Reimplemented in SwCombinedPortion, SwGrfNumPortion, SwNumberPortion, SwErgoSumPortion, SwFieldPortion, SwQuoVadisPortion, SwSoftHyphPortion, SwPostItsPortion, SwBlankPortion, SwFootnotePortion, and SwHyphPortion.
Definition at line 47 of file porexp.cxx.
References SwTextPortion::Format(), SwTextSizeInfo::GetLen(), and SwPosSize::Width().
Referenced by SwBlankPortion::Format().
|
overridevirtual |
Reimplemented from SwTextPortion.
Reimplemented in SwHiddenPortion, SwQuoVadisPortion, SwFieldPortion, SwPostItsPortion, SwSoftHyphPortion, SwHyphStrPortion, SwBlankPortion, SwFootnotePortion, and SwHyphPortion.
Definition at line 28 of file porexp.cxx.
|
overridevirtual |
the parameter is actually SwTwips apparently?
Reimplemented from SwTextPortion.
Reimplemented in SwNumberPortion, and SwErgoSumPortion.
Definition at line 25 of file porexp.cxx.
References SwLinePortion::GetModelPositionForViewPoint().
|
overridevirtual |
Reimplemented from SwTextPortion.
Reimplemented in SwFieldPortion, and SwFootnotePortion.
Definition at line 41 of file porexp.cxx.
References SwTextSizeInfo::GetTextSize().
Referenced by SwFootnotePortion::GetTextSize(), and SwFieldPortion::GetTextSize().
|
overridevirtual |
Reimplemented from SwTextPortion.
Reimplemented in SwFieldPortion, SwQuoVadisPortion, SwSoftHyphPortion, SwBlankPortion, SwHyphStrPortion, and SwHyphPortion.
Definition at line 36 of file porexp.cxx.
References SwLinePortion::GetLen(), SwLinePortion::GetWhichPor(), and SwPortionHandler::Special().
|
overridevirtual |
Reimplemented from SwTextPortion.
Reimplemented in SwFieldFormDatePortion, SwFieldFormDropDownPortion, SwCombinedPortion, SwGrfNumPortion, SwNumberPortion, SwHiddenPortion, SwSoftHyphStrPortion, SwFieldPortion, SwQuoVadisPortion, SwSoftHyphPortion, SwPostItsPortion, SwBlankPortion, and SwFootnotePortion.
Definition at line 64 of file porexp.cxx.
References SwTextPaintInfo::DrawBackBrush(), SwTextPaintInfo::DrawBorder(), SwTextPaintInfo::DrawMarkedText(), SwTextPaintInfo::DrawText(), SwTextSizeInfo::GetFont(), SwTextPaintInfo::GetGrammarCheckList(), SwLinePortion::GetJoinBorderWithNext(), SwLinePortion::GetJoinBorderWithPrev(), SwTextSizeInfo::GetLen(), SwTextSizeInfo::GetOut(), SwTextPaintInfo::GetSmartTags(), SwLinePortion::mpNextPortion, SwTextSizeInfo::OnWin(), SwLinePortion::PrePaint(), SwLayoutModeModifier::SetAuto(), and SwPosSize::Width().
Referenced by SwFootnotePortion::Paint(), SwBlankPortion::Paint(), SwSoftHyphPortion::Paint(), SwFieldPortion::Paint(), SwSoftHyphStrPortion::Paint(), SwHiddenPortion::Paint(), and SwNumberPortion::Paint().