LibreOffice Module sw (master)
1
|
#include <splargs.hxx>
Public Member Functions | |
SwArgsBase (SwTextNode *pStart, SwIndex &rStart, SwTextNode *pEnd, SwIndex &rEnd) | |
void | SetStart (SwTextNode *pStart, SwIndex &rStart) |
void | SetEnd (SwTextNode *pEnd, SwIndex &rEnd) |
Public Attributes | |
SwTextNode * | pStartNode |
SwIndex * | pStartIdx |
SwTextNode * | pEndNode |
SwIndex * | pEndIdx |
Definition at line 36 of file splargs.hxx.
|
inline |
Definition at line 43 of file splargs.hxx.
|
inline |
Definition at line 55 of file splargs.hxx.
Referenced by SwDoc::Spell().
|
inline |
Definition at line 50 of file splargs.hxx.
Referenced by SwDoc::Spell().
SwIndex* SwArgsBase::pEndIdx |
Definition at line 41 of file splargs.hxx.
Referenced by SwTextNode::Convert(), and SwTextNode::Spell().
SwTextNode* SwArgsBase::pEndNode |
Definition at line 40 of file splargs.hxx.
Referenced by SwTextNode::Convert(), and SwTextNode::Spell().
SwIndex* SwArgsBase::pStartIdx |
Definition at line 39 of file splargs.hxx.
Referenced by SwTextNode::Convert(), and SwTextNode::Spell().
SwTextNode* SwArgsBase::pStartNode |
Definition at line 38 of file splargs.hxx.
Referenced by SwTextNode::Convert(), and SwTextNode::Spell().