LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
ModelToViewHelper::ModelPosition Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ModelPosition()

ModelToViewHelper::ModelPosition::ModelPosition ( )
inline

Definition at line 126 of file modeltoviewhelper.hxx.

Member Data Documentation

◆ mbIsField

bool ModelToViewHelper::ModelPosition::mbIsField

◆ mnPos

sal_Int32 ModelToViewHelper::ModelPosition::mnPos

◆ mnSubPos

sal_Int32 ModelToViewHelper::ModelPosition::mnSubPos

The documentation for this struct was generated from the following file: