LibreOffice Module sw (master) 1
|
This struct defines a position in the model string. More...
#include <modeltoviewhelper.hxx>
Public Member Functions | |
ModelPosition () | |
Public Attributes | |
sal_Int32 | mnPos |
sal_Int32 | mnSubPos |
bool | mbIsField |
This struct defines a position in the model string.
The 'main' position is given by mnPos. If there's a field located at this position, mbIsField is set and mnSubPos denotes the position inside that field.
Definition at line 120 of file modeltoviewhelper.hxx.
|
inline |
Definition at line 126 of file modeltoviewhelper.hxx.
bool ModelToViewHelper::ModelPosition::mbIsField |
Definition at line 124 of file modeltoviewhelper.hxx.
Referenced by SwXTextMarkup::commitStringMarkup(), ModelToViewHelper::ConvertToModelPosition(), and lcl_commitGrammarMarkUp().
sal_Int32 ModelToViewHelper::ModelPosition::mnPos |
Definition at line 122 of file modeltoviewhelper.hxx.
Referenced by SwXTextMarkup::commitMultiTextMarkup(), SwXTextMarkup::commitStringMarkup(), ModelToViewHelper::ConvertToModelPosition(), lcl_commitGrammarMarkUp(), lcl_syncGrammarError(), SwScanner::NextWord(), SwDoc::Spell(), and SwScanner::SwScanner().
sal_Int32 ModelToViewHelper::ModelPosition::mnSubPos |
Definition at line 123 of file modeltoviewhelper.hxx.
Referenced by SwXTextMarkup::commitStringMarkup(), ModelToViewHelper::ConvertToModelPosition(), and lcl_commitGrammarMarkUp().