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 36 of file porlay.hxx.
|
inline |
Definition at line 43 of file porlay.hxx.
|
inline |
Definition at line 48 of file porlay.hxx.
Referenced by SwTextFormatter::FormatLine().
|
inline |
Definition at line 50 of file porlay.hxx.
References m_nLen.
Referenced by SwTextFrame::CalcPreps(), SwTextFrame::Format(), SwTextFrame::FormatLine(), SwTextFrame::InvalidateRange(), SwTextFrame::InvalidateRange_(), and SwTextFrame::SetOffset_().
|
inline |
Definition at line 51 of file porlay.hxx.
References m_nLen.
|
inline |
Definition at line 56 of file porlay.hxx.
SwCharRange & SwCharRange::operator+= | ( | const SwCharRange & | rRange | ) |
Definition at line 705 of file porlay.cxx.
|
inline |
Definition at line 52 of file porlay.hxx.
References m_nStart.
|
inline |
Definition at line 54 of file porlay.hxx.
|
inline |
Definition at line 46 of file porlay.hxx.
References m_nStart.
Referenced by SwTextFrame::FormatLine(), SwTextFormatInfo::GetReformatStart(), SwTextFrame::InvalidateRange(), and SwTextFrame::SetOffset_().
|
inline |
Definition at line 47 of file porlay.hxx.
References m_nStart.
|
private |
Definition at line 40 of file porlay.hxx.
Referenced by Len(), operator+=(), and operator>().
|
private |
Definition at line 39 of file porlay.hxx.
Referenced by operator+=(), operator<(), operator>(), and Start().