LibreOffice Module sw (master) 1
|
#include <wrong.hxx>
Public Member Functions | |
WrongListIterator (SwTextFrame const &rFrame, SwWrongList const *(SwTextNode::*pGetWrongList)() const) | |
for the text frame More... | |
WrongListIterator (SwWrongList const &rWrongList) | |
for SwTextSlot More... | |
bool | Check (TextFrameIndex &rStart, TextFrameIndex &rLen) |
const SwWrongArea * | GetWrongElement (TextFrameIndex nStart) |
bool | LooksUseful () |
Public Member Functions inherited from sw::WrongListIteratorBase | |
WrongListIteratorBase (SwTextFrame const &rFrame, SwWrongList const *(SwTextNode::*pGetWrongList)() const) | |
for the text frame More... | |
WrongListIteratorBase (SwWrongList const &rWrongList) | |
for SwTextSlot More... | |
Additional Inherited Members | |
Protected Attributes inherited from sw::WrongListIteratorBase | |
SwWrongList const *(SwTextNode::*const | m_pGetWrongList )() const |
sw::MergedPara const *const | m_pMergedPara |
size_t | m_CurrentExtent |
TextFrameIndex | m_CurrentIndex |
SwWrongList const *const | m_pWrongList |
sw::WrongListIterator::WrongListIterator | ( | SwTextFrame const & | rFrame, |
SwWrongList const *(SwTextNode::*)() const | pGetWrongList | ||
) |
sw::WrongListIterator::WrongListIterator | ( | SwWrongList const & | rWrongList | ) |
for SwTextSlot
bool sw::WrongListIterator::Check | ( | TextFrameIndex & | rStart, |
TextFrameIndex & | rLen | ||
) |
Definition at line 673 of file wrong.cxx.
References SwWrongList::Check(), sw::MergedPara::extents, i, sw::WrongListIteratorBase::m_CurrentExtent, sw::WrongListIteratorBase::m_CurrentIndex, sw::WrongListIteratorBase::m_pGetWrongList, sw::WrongListIteratorBase::m_pMergedPara, sw::WrongListIteratorBase::m_pWrongList, sw::Extent::nEnd, sw::Extent::nStart, and sw::Extent::pNode.
Referenced by lcl_DrawLineForWrongListData().
const SwWrongArea * sw::WrongListIterator::GetWrongElement | ( | TextFrameIndex | nStart | ) |
Definition at line 786 of file wrong.cxx.
References sw::MergedPara::extents, SwWrongList::GetElement(), SwWrongList::GetWrongPos(), sw::WrongListIteratorBase::m_CurrentExtent, sw::WrongListIteratorBase::m_CurrentIndex, sw::WrongListIteratorBase::m_pGetWrongList, sw::WrongListIteratorBase::m_pMergedPara, sw::WrongListIteratorBase::m_pWrongList, sw::Extent::nEnd, nPos, sw::Extent::nStart, and sw::Extent::pNode.
Referenced by lcl_DrawLineForWrongListData().
|
inline |
Definition at line 394 of file wrong.hxx.
References sw::WrongListIteratorBase::m_pMergedPara, and sw::WrongListIteratorBase::m_pWrongList.
Referenced by SwTextFrame::PaintSwFrame().