|
LibreOffice Module sw (master) 1
|
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>
Public Member Functions | |
| Extent (SwTextNode *const p, sal_Int32 const s, sal_Int32 const e) | |
Public Attributes | |
| SwTextNode * | pNode |
| sal_Int32 | nStart |
| sal_Int32 | nEnd |
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.
|
inline |
| sal_Int32 sw::Extent::nEnd |
Definition at line 94 of file txtfrm.hxx.
Referenced by sw::WrongListIterator::Check(), Extent(), sw::WrongListIteratorCounter::GetElementAt(), sw::WrongListIteratorCounter::GetElementCount(), sw::WrongListIterator::GetWrongElement(), sw::MapViewToModel(), sw::MergedAttrIter::NextAttr(), and sw::MergedAttrIterReverse::PrevAttr().
| sal_Int32 sw::Extent::nStart |
Definition at line 93 of file txtfrm.hxx.
Referenced by sw::WrongListIterator::Check(), Extent(), sw::WrongListIteratorCounter::GetElementAt(), sw::WrongListIteratorCounter::GetElementCount(), sw::WrongListIterator::GetWrongElement(), sw::MapViewToModel(), sw::MergedAttrIter::NextAttr(), and sw::MergedAttrIterReverse::PrevAttr().
| SwTextNode* sw::Extent::pNode |
Definition at line 92 of file txtfrm.hxx.
Referenced by sw::WrongListIterator::Check(), Extent(), sw::WrongListIteratorCounter::GetElementAt(), sw::WrongListIteratorCounter::GetElementCount(), sw::WrongListIterator::GetWrongElement(), sw::MapViewToModel(), sw::MergedAttrIter::NextAttr(), and sw::MergedAttrIterReverse::PrevAttr().