LibreOffice Module sw (master) 1
|
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 |
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.
|
inline |
Definition at line 93 of file modeltoviewhelper.hxx.
References bVisible.
bool ModelToViewHelper::ConversionMapEntry::m_bVisible |
Definition at line 101 of file modeltoviewhelper.hxx.
sal_Int32 ModelToViewHelper::ConversionMapEntry::m_nModelPos |
Definition at line 99 of file modeltoviewhelper.hxx.
sal_Int32 ModelToViewHelper::ConversionMapEntry::m_nViewPos |
Definition at line 100 of file modeltoviewhelper.hxx.