LibreOffice Module sw (master) 1
|
#include <txtfrm.hxx>
Public Member Functions | |
MergedAttrIterByEnd (SwTextFrame const &rFrame) | |
SwTextAttr const * | NextAttr (SwTextNode const *&rpNode) |
void | PrevAttr () |
Private Attributes | |
std::vector< std::pair< SwTextNode const *, SwTextAttr const * > > | m_Hints |
SwTextNode const *const | m_pNode |
size_t | m_CurrentHint |
Definition at line 1035 of file txtfrm.hxx.
sw::MergedAttrIterByEnd::MergedAttrIterByEnd | ( | SwTextFrame const & | rFrame | ) |
Definition at line 151 of file txtfrm.cxx.
References m_Hints, m_pNode, and sw::MergedAttrIterReverse::PrevAttr().
SwTextAttr const * sw::MergedAttrIterByEnd::NextAttr | ( | SwTextNode const *& | rpNode | ) |
Definition at line 166 of file txtfrm.cxx.
References Count, SwTextNode::GetpSwpHints(), SwpHints::GetSortedByEnd(), m_CurrentHint, m_Hints, and m_pNode.
void sw::MergedAttrIterByEnd::PrevAttr | ( | ) |
Definition at line 197 of file txtfrm.cxx.
References m_CurrentHint.
|
private |
Definition at line 1040 of file txtfrm.hxx.
Referenced by NextAttr(), and PrevAttr().
|
private |
Definition at line 1038 of file txtfrm.hxx.
Referenced by MergedAttrIterByEnd(), and NextAttr().
|
private |
Definition at line 1039 of file txtfrm.hxx.
Referenced by MergedAttrIterByEnd(), and NextAttr().