LibreOffice Module editeng (master) 1
|
#include <editdoc.hxx>
Public Member Functions | |
EPaM () | |
EPaM (sal_Int32 nP, sal_Int32 nI) | |
EPaM (const EPaM &r) | |
EPaM & | operator= (const EPaM &r) |
bool | operator== (const EPaM &r) const |
bool | operator< (const EPaM &r) const |
Public Attributes | |
sal_Int32 | nPara |
sal_Int32 | nIndex |
Definition at line 55 of file editdoc.hxx.
|
inline |
Definition at line 60 of file editdoc.hxx.
|
inline |
Definition at line 61 of file editdoc.hxx.
|
inline |
Definition at line 62 of file editdoc.hxx.
|
inline |
Definition at line 68 of file editdoc.hxx.
Definition at line 63 of file editdoc.hxx.
|
inline |
Definition at line 73 of file editdoc.hxx.
sal_Int32 EPaM::nIndex |
Definition at line 58 of file editdoc.hxx.
Referenced by EditSpellWrapper::CheckSpellTo(), TextConvWrapper::ConvStart_impl(), ImpEditEngine::CreateEditPaM(), ImpEditView::dragOver(), ImpEditEngine::ImpConvert(), EditUndoInsertChars::Merge(), operator<(), operator=(), operator==(), and TextConvWrapper::ReplaceUnit().
sal_Int32 EPaM::nPara |
Definition at line 57 of file editdoc.hxx.
Referenced by EditSpellWrapper::CheckSpellTo(), TextConvWrapper::ConvStart_impl(), ImpEditEngine::CreateEditPaM(), ImpEditView::dragOver(), ImpEditEngine::ImpConvert(), EditUndoInsertChars::Merge(), operator<(), operator=(), operator==(), and TextConvWrapper::ReplaceUnit().