LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
sw::Extent Struct Reference

Describes a part of a single text node, which will be part of a text frame, even when redlines are hidden at a layout level. More...

#include <txtfrm.hxx>

Collaboration diagram for sw::Extent:
[legend]

Public Member Functions

 Extent (SwTextNode *const p, sal_Int32 const s, sal_Int32 const e)
 

Public Attributes

SwTextNodepNode
 
sal_Int32 nStart
 
sal_Int32 nEnd
 

Detailed Description

Describes a part of a single text node, which will be part of a text frame, even when redlines are hidden at a layout level.

Definition at line 90 of file txtfrm.hxx.

Constructor & Destructor Documentation

◆ Extent()

sw::Extent::Extent ( SwTextNode *const  p,
sal_Int32 const  s,
sal_Int32 const  e 
)
inline

Definition at line 95 of file txtfrm.hxx.

References nEnd, nStart, p, and pNode.

Member Data Documentation

◆ nEnd

sal_Int32 sw::Extent::nEnd

◆ nStart

sal_Int32 sw::Extent::nStart

◆ pNode

SwTextNode* sw::Extent::pNode

The documentation for this struct was generated from the following file: