LibreOffice Module sw (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | Friends | List of all members
SwTextInfo Class Reference

#include <inftxt.hxx>

Inheritance diagram for SwTextInfo:
[legend]
Collaboration diagram for SwTextInfo:
[legend]

Public Member Functions

void CtorInitTextInfo (SwTextFrame *pFrame)
 
 SwTextInfo (const SwTextInfo &rInf)
 
 SwTextInfo (SwTextFrame *pFrame)
 
SwParaPortionGetParaPortion ()
 
const SwParaPortionGetParaPortion () const
 
TextFrameIndex GetTextStart () const
 

Protected Member Functions

 SwTextInfo ()
 

Private Attributes

SwParaPortionm_pPara
 
TextFrameIndex m_nTextStart
 

Friends

void SetParaPortion (SwTextInfo *pInf, SwParaPortion *pRoot)
 We format a row for interactive hyphenation We can assume that we've already formatted. More...
 

Detailed Description

Definition at line 104 of file inftxt.hxx.

Constructor & Destructor Documentation

◆ SwTextInfo() [1/3]

SwTextInfo::SwTextInfo ( )
inlineprotected

Definition at line 112 of file inftxt.hxx.

◆ SwTextInfo() [2/3]

SwTextInfo::SwTextInfo ( const SwTextInfo rInf)

Definition at line 165 of file inftxt.cxx.

◆ SwTextInfo() [3/3]

SwTextInfo::SwTextInfo ( SwTextFrame pFrame)
inlineexplicit

Definition at line 120 of file inftxt.hxx.

References CtorInitTextInfo().

Member Function Documentation

◆ CtorInitTextInfo()

void SwTextInfo::CtorInitTextInfo ( SwTextFrame pFrame)

◆ GetParaPortion() [1/2]

SwParaPortion * SwTextInfo::GetParaPortion ( )
inline

◆ GetParaPortion() [2/2]

const SwParaPortion * SwTextInfo::GetParaPortion ( ) const
inline

Definition at line 122 of file inftxt.hxx.

References m_pPara.

◆ GetTextStart()

TextFrameIndex SwTextInfo::GetTextStart ( ) const
inline

Friends And Related Function Documentation

◆ SetParaPortion

void SetParaPortion ( SwTextInfo pInf,
SwParaPortion pRoot 
)
friend

We format a row for interactive hyphenation We can assume that we've already formatted.

We just reformat the row, the hyphenator will be prepared like the UI expects it to be. TODO: We can of course optimize this a lot.

Definition at line 120 of file txthyph.cxx.

Member Data Documentation

◆ m_nTextStart

TextFrameIndex SwTextInfo::m_nTextStart
private

Definition at line 109 of file inftxt.hxx.

Referenced by CtorInitTextInfo(), and GetTextStart().

◆ m_pPara

SwParaPortion* SwTextInfo::m_pPara
private

Definition at line 108 of file inftxt.hxx.

Referenced by CtorInitTextInfo(), and GetParaPortion().


The documentation for this class was generated from the following files: