LibreOffice Module sw (master) 1
|
#include <portxt.hxx>
Public Member Functions | |
SwHolePortion (const SwTextPortion &rPor) | |
sal_uInt16 | GetBlankWidth () const |
void | SetBlankWidth (const sal_uInt16 nNew) |
virtual SwLinePortion * | Compress () override |
virtual bool | Format (SwTextFormatInfo &rInf) override |
virtual SwPosSize | GetTextSize (const SwTextSizeInfo &rInfo) const override |
virtual void | Paint (const SwTextPaintInfo &rInf) const override |
virtual void | HandlePortion (SwPortionHandler &rPH) const override |
void | dumpAsXml (xmlTextWriterPtr pWriter, const OUString &rText, TextFrameIndex &nOffset) const override |
Public Member Functions inherited from SwLinePortion | |
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) |
SwTwips & | GetAscent () |
SwTwips | GetAscent () const |
void | SetAscent (const SwTwips nNewAsc) |
void | PrtWidth (SwTwips nNewWidth) |
SwTwips | PrtWidth () const |
void | AddPrtWidth (const SwTwips nNew) |
void | SubPrtWidth (const SwTwips nNew) |
SwTwips | ExtraBlankWidth () const |
void | ExtraBlankWidth (const SwTwips nNew) |
SwTwips | GetHangingBaseline () const |
void | SetHangingBaseline (const SwTwips nNewBaseline) |
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 | IsTabCenterPortion () const |
bool | IsTabDecimalPortion () 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 () |
virtual TextFrameIndex | GetModelPositionForViewPoint (sal_uInt16 nOfst) const |
the parameter is actually SwTwips apparently? More... | |
virtual SwPosSize | GetTextSize (const SwTextSizeInfo &rInfo) const |
void | CalcTextSize (const SwTextSizeInfo &rInfo) |
virtual void | Paint (const SwTextPaintInfo &rInf) const =0 |
void | PrePaint (const SwTextPaintInfo &rInf, const SwLinePortion *pLast) const |
virtual bool | Format (SwTextFormatInfo &rInf) |
virtual void | FormatEOL (SwTextFormatInfo &rInf) |
void | Move (SwTextPaintInfo &rInf) |
virtual bool | GetExpText (const SwTextSizeInfo &rInf, OUString &rText) const |
virtual sal_uInt16 | GetViewWidth (const SwTextSizeInfo &rInf) const |
virtual tools::Long | CalcSpacing (tools::Long nSpaceAdd, const SwTextSizeInfo &rInf) const |
virtual void | HandlePortion (SwPortionHandler &rPH) const |
bool | GetJoinBorderWithPrev () const |
bool | GetJoinBorderWithNext () const |
void | SetJoinBorderWithPrev (const bool bJoinPrev) |
void | SetJoinBorderWithNext (const bool bJoinNext) |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter, const OUString &rText, TextFrameIndex &rOffset) const |
void | dumpAsXmlAttributes (xmlTextWriterPtr writer, std::u16string_view rText, TextFrameIndex nOffset) const |
Public Member Functions inherited from SwPosSize | |
SwPosSize (const SwTwips nW=0, const SwTwips nH=0) | |
SwPosSize (const Size &rSize) | |
virtual | ~SwPosSize () |
SwPosSize (SwPosSize const &)=default | |
SwPosSize (SwPosSize &&)=default | |
SwPosSize & | operator= (SwPosSize const &)=default |
SwPosSize & | operator= (SwPosSize &&)=default |
SwTwips | Height () const |
virtual void | Height (const SwTwips nNew, const bool=true) |
SwTwips | Width () const |
void | Width (const SwTwips nNew) |
Size | SvLSize () const |
void | SvLSize (const Size &rSize) |
void | SvXSize (const Size &rSize) |
SwPosSize & | operator= (const Size &rSize) |
Private Attributes | |
sal_uInt16 | m_nBlankWidth |
Additional Inherited Members | |
Protected Member Functions inherited from SwLinePortion | |
SwLinePortion () | |
Protected Attributes inherited from SwLinePortion | |
SwLinePortion * | mpNextPortion |
TextFrameIndex | mnLineLength |
SwTwips | mnAscent |
SwTwips | mnHangingBaseline |
Definition at line 63 of file portxt.hxx.
|
explicit |
Definition at line 755 of file portxt.cxx.
References SwLinePortion::GetAscent(), SwPosSize::Height(), Hole, SwLinePortion::SetAscent(), SwLinePortion::SetLen(), SwLinePortion::SetWhichPor(), and SwPosSize::Width().
|
overridevirtual |
Reimplemented from SwLinePortion.
Definition at line 765 of file portxt.cxx.
|
overridevirtual |
Reimplemented from SwLinePortion.
Definition at line 834 of file portxt.cxx.
References SwLinePortion::dumpAsXmlAttributes(), SwLinePortion::GetLen(), and m_nBlankWidth.
|
overridevirtual |
Reimplemented from SwLinePortion.
Definition at line 824 of file portxt.cxx.
References SwTextFormatInfo::IsFull(), SwTextFormatInfo::Width(), and SwTextPaintInfo::X().
|
inline |
Definition at line 68 of file portxt.hxx.
References m_nBlankWidth.
Referenced by SwMarginPortion::AdjustRight().
|
overridevirtual |
Reimplemented from SwLinePortion.
Definition at line 768 of file portxt.cxx.
References SwFont::GetBottomBorderSpace(), SwTextSizeInfo::GetFont(), SwLinePortion::GetJoinBorderWithNext(), SwLinePortion::GetJoinBorderWithPrev(), SwFont::GetLeftBorderSpace(), SwFont::GetRightBorderSpace(), SwTextSizeInfo::GetTextSize(), SwFont::GetTopBorderSpace(), SwPosSize::Height(), and SwPosSize::Width().
|
overridevirtual |
Reimplemented from SwLinePortion.
Definition at line 829 of file portxt.cxx.
References SwLinePortion::GetLen(), SwLinePortion::GetWhichPor(), and SwPortionHandler::Text().
|
overridevirtual |
Implements SwLinePortion.
Definition at line 783 of file portxt.cxx.
References SwTextPaintInfo::DrawText(), SwTextSizeInfo::GetFont(), SwTextSizeInfo::GetLen(), SwTextSizeInfo::GetOut(), SwFont::GetOverline(), SwFont::GetStrikeout(), SwFont::GetUnderline(), SwViewShell::GetViewOptions(), SwTextSizeInfo::GetVsh(), SwTaggedPDFHelper::IsExportTaggedPDF(), SwViewOption::IsPDFExport(), LINESTYLE_NONE, SwFont::SetUnderline(), and STRIKEOUT_NONE.
|
inline |
Definition at line 69 of file portxt.hxx.
References m_nBlankWidth.
|
private |
Definition at line 65 of file portxt.hxx.
Referenced by dumpAsXml(), GetBlankWidth(), and SetBlankWidth().