LibreOffice Module sw (master) 1
|
#include <porlay.hxx>
Public Member Functions | |
SwCharRange (TextFrameIndex const nInitStart=TextFrameIndex(0), TextFrameIndex const nInitLen=TextFrameIndex(0)) | |
TextFrameIndex & | Start () |
TextFrameIndex const & | Start () const |
void | LeftMove (TextFrameIndex const nNew) |
TextFrameIndex & | Len () |
TextFrameIndex const & | Len () const |
bool | operator< (const SwCharRange &rRange) const |
bool | operator> (const SwCharRange &rRange) const |
bool | operator!= (const SwCharRange &rRange) const |
SwCharRange & | operator+= (const SwCharRange &rRange) |
Private Attributes | |
TextFrameIndex | m_nStart |
TextFrameIndex | m_nLen |
Definition at line 35 of file porlay.hxx.
|
inline |
Definition at line 42 of file porlay.hxx.
|
inline |
Definition at line 47 of file porlay.hxx.
References m_nLen, and m_nStart.
Referenced by SwTextFormatter::FormatLine().
|
inline |
Definition at line 49 of file porlay.hxx.
References m_nLen.
Referenced by SwTextFrame::CalcPreps(), SwTextFrame::Format(), SwTextFrame::Format_(), SwTextFrame::FormatLine(), SwTextFrame::InvalidateRange(), SwTextFrame::InvalidateRange_(), and SwTextFrame::SetOffset_().
|
inline |
Definition at line 50 of file porlay.hxx.
References m_nLen.
|
inline |
Definition at line 55 of file porlay.hxx.
SwCharRange & SwCharRange::operator+= | ( | const SwCharRange & | rRange | ) |
Definition at line 847 of file porlay.cxx.
|
inline |
Definition at line 51 of file porlay.hxx.
References m_nStart.
|
inline |
Definition at line 53 of file porlay.hxx.
|
inline |
Definition at line 45 of file porlay.hxx.
References m_nStart.
Referenced by SwTextFrame::Format_(), SwTextFrame::FormatLine(), SwTextFormatInfo::GetReformatStart(), SwTextFrame::InvalidateRange(), and SwTextFrame::SetOffset_().
|
inline |
Definition at line 46 of file porlay.hxx.
References m_nStart.
|
private |
Definition at line 39 of file porlay.hxx.
Referenced by LeftMove(), Len(), operator+=(), and operator>().
|
private |
Definition at line 38 of file porlay.hxx.
Referenced by LeftMove(), operator+=(), operator<(), operator>(), and Start().