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

For each expanded/hidden portion in the model string, there is an entry in the conversion map. More...

Public Member Functions

 ConversionMapEntry (sal_Int32 nModelPos, sal_Int32 nViewPos, bool bVisible)
 

Public Attributes

sal_Int32 m_nModelPos
 
sal_Int32 m_nViewPos
 
bool m_bVisible
 

Detailed Description

For each expanded/hidden portion in the model string, there is an entry in the conversion map.

The first value of the ConversionMapEntry points to the start position in the model string, the second value points to the associated start position in the view string. The last entry in the conversion map denotes the lengths of the model resp. view string.

Definition at line 91 of file modeltoviewhelper.hxx.

Constructor & Destructor Documentation

◆ ConversionMapEntry()

ModelToViewHelper::ConversionMapEntry::ConversionMapEntry ( sal_Int32  nModelPos,
sal_Int32  nViewPos,
bool  bVisible 
)
inline

Definition at line 93 of file modeltoviewhelper.hxx.

References bVisible.

Member Data Documentation

◆ m_bVisible

bool ModelToViewHelper::ConversionMapEntry::m_bVisible

Definition at line 101 of file modeltoviewhelper.hxx.

◆ m_nModelPos

sal_Int32 ModelToViewHelper::ConversionMapEntry::m_nModelPos

Definition at line 99 of file modeltoviewhelper.hxx.

◆ m_nViewPos

sal_Int32 ModelToViewHelper::ConversionMapEntry::m_nViewPos

Definition at line 100 of file modeltoviewhelper.hxx.


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