LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::PhoneticPortionModel Struct Reference

Represents a phonetic text portion in a rich-string with phonetic text. More...

#include <richstring.hxx>

Public Member Functions

 PhoneticPortionModel ()
 Number of characters in base text. More...
 
 PhoneticPortionModel (sal_Int32 nPos, sal_Int32 nBasePos, sal_Int32 nBaseLen)
 
void read (SequenceInputStream &rStrm)
 

Public Attributes

sal_Int32 mnPos
 
sal_Int32 mnBasePos
 First character in phonetic text. More...
 
sal_Int32 mnBaseLen
 First character in base text. More...
 

Detailed Description

Represents a phonetic text portion in a rich-string with phonetic text.

Used in binary filters only.

Definition at line 169 of file richstring.hxx.

Constructor & Destructor Documentation

◆ PhoneticPortionModel() [1/2]

oox::xls::PhoneticPortionModel::PhoneticPortionModel ( )
inlineexplicit

Number of characters in base text.

Definition at line 175 of file richstring.hxx.

◆ PhoneticPortionModel() [2/2]

oox::xls::PhoneticPortionModel::PhoneticPortionModel ( sal_Int32  nPos,
sal_Int32  nBasePos,
sal_Int32  nBaseLen 
)
inlineexplicit

Definition at line 176 of file richstring.hxx.

References nPos.

Member Function Documentation

◆ read()

void oox::xls::PhoneticPortionModel::read ( SequenceInputStream rStrm)

Definition at line 257 of file richstring.cxx.

References mnBaseLen, mnBasePos, mnPos, and rStrm.

Referenced by oox::xls::PhoneticPortionModelList::importPortions().

Member Data Documentation

◆ mnBaseLen

sal_Int32 oox::xls::PhoneticPortionModel::mnBaseLen

First character in base text.

Definition at line 173 of file richstring.hxx.

Referenced by oox::xls::PhoneticPortionModelList::appendPortion(), and read().

◆ mnBasePos

sal_Int32 oox::xls::PhoneticPortionModel::mnBasePos

First character in phonetic text.

Definition at line 172 of file richstring.hxx.

Referenced by oox::xls::PhoneticPortionModelList::appendPortion(), and read().

◆ mnPos

sal_Int32 oox::xls::PhoneticPortionModel::mnPos

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