LibreOffice Module vcl (master) 1
|
#include <textdata.hxx>
Public Member Functions | |
TextPaM () | |
TextPaM (sal_uInt32 nPara, sal_Int32 nIndex) | |
sal_uInt32 | GetPara () const |
sal_uInt32 & | GetPara () |
sal_Int32 | GetIndex () const |
sal_Int32 & | GetIndex () |
bool | operator== (const TextPaM &rPaM) const |
bool | operator!= (const TextPaM &rPaM) const |
bool | operator< (const TextPaM &rPaM) const |
bool | operator> (const TextPaM &rPaM) const |
Private Attributes | |
sal_uInt32 | mnPara |
sal_Int32 | mnIndex |
Definition at line 35 of file textdata.hxx.
|
inline |
Definition at line 42 of file textdata.hxx.
|
inline |
Definition at line 43 of file textdata.hxx.
References nIndex.
|
inline |
Definition at line 49 of file textdata.hxx.
References mnIndex.
|
inline |
Definition at line 48 of file textdata.hxx.
References mnIndex.
Referenced by TextView::Command(), TextView::CursorDown(), TextView::CursorEndOfLine(), TextView::CursorEndOfParagraph(), TextView::CursorFirstWord(), TextView::CursorLeft(), TextView::CursorRight(), TextView::CursorStartOfLine(), TextView::CursorStartOfParagraph(), TextView::CursorUp(), TextView::CursorWordLeft(), TextView::CursorWordRight(), TextView::drop(), TextEngine::FindCharAttrib(), TextEngine::GetEditCursor(), TextView::GetLineNumberOfCursorInSelection(), TextEngine::GetPaM(), ImpVclMEdit::GetSelection(), TextEngine::GetText(), TextDoc::GetTextLen(), TextEngine::GetTextPortionRange(), TextEngine::GetWord(), TextEngine::ImpCharsInserted(), TextEngine::ImpCharsRemoved(), TextEngine::ImpConnectParagraphs(), TextView::ImpDelete(), TextEngine::ImpDeleteText(), TextView::ImpIndentBlock(), TextEngine::ImpInsertParaBreak(), TextEngine::ImpInsertText(), TextView::ImpMoveCursor(), TextEngine::ImpPaint(), TextEngine::ImpParagraphRemoved(), TextEngine::ImpRemoveChars(), TextView::ImpShowCursor(), TextDoc::InsertParaBreak(), TextDoc::InsertText(), TextEngine::IsInputSequenceCheckingRequired(), TextView::IsInSelection(), TextDoc::IsValidPaM(), TextView::MatchGroup(), ExtTextEngine::MatchGroup(), TextUndoInsertChars::Merge(), TextView::MouseButtonDown(), TextUndoInsertChars::Redo(), TextUndoRemoveChars::Redo(), TextDoc::RemoveChars(), TextView::Replace(), ExtTextEngine::Search(), TextUndoInsertChars::Undo(), TextUndoRemoveChars::Undo(), TextEngine::ValidatePaM(), and TextEngine::Write().
|
inline |
Definition at line 46 of file textdata.hxx.
References mnPara.
|
inline |
Definition at line 45 of file textdata.hxx.
References mnPara.
Referenced by TextView::Command(), TextView::CursorDown(), TextView::CursorEndOfLine(), TextView::CursorEndOfParagraph(), TextView::CursorFirstWord(), TextView::CursorLeft(), TextView::CursorRight(), TextView::CursorStartOfLine(), TextView::CursorUp(), TextView::CursorWordLeft(), TextView::CursorWordRight(), TextView::drop(), TextEngine::FindCharAttrib(), TextEngine::GetEditCursor(), TextView::GetLineNumberOfCursorInSelection(), ImpVclMEdit::GetSelection(), TextEngine::GetText(), TextDoc::GetTextLen(), TextEngine::GetTextPortionRange(), TextEngine::GetWord(), TextEngine::ImpCharsInserted(), TextEngine::ImpCharsRemoved(), TextView::ImpDelete(), TextEngine::ImpDeleteText(), TextView::ImpIndentBlock(), TextEngine::ImpInsertParaBreak(), TextEngine::ImpInsertText(), TextView::ImpMoveCursor(), TextEngine::ImpParagraphInserted(), TextEngine::ImpParagraphRemoved(), TextEngine::ImpRemoveChars(), TextView::ImpShowCursor(), TextDoc::InsertParaBreak(), TextDoc::InsertText(), TextView::IsInSelection(), TextDoc::IsValidPaM(), TextView::KeyInput(), TextView::MatchGroup(), ExtTextEngine::MatchGroup(), TextUndoInsertChars::Merge(), TextEngine::PaMtoEditCursor(), TextDoc::RemoveChars(), TextView::Replace(), ExtTextEngine::Search(), TextEngine::ValidatePaM(), and TextEngine::Write().
|
inline |
Definition at line 62 of file textdata.hxx.
|
inline |
Definition at line 67 of file textdata.hxx.
|
inline |
Definition at line 57 of file textdata.hxx.
|
inline |
Definition at line 73 of file textdata.hxx.
|
private |
Definition at line 39 of file textdata.hxx.
Referenced by GetIndex(), operator<(), operator==(), and operator>().
|
private |
Definition at line 38 of file textdata.hxx.
Referenced by GetPara(), operator<(), operator==(), and operator>().