LibreOffice Module sc (master) 1
|
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... | |
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.
|
inlineexplicit |
Number of characters in base text.
Definition at line 175 of file richstring.hxx.
|
inlineexplicit |
Definition at line 176 of file richstring.hxx.
References nPos.
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().
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().
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().
sal_Int32 oox::xls::PhoneticPortionModel::mnPos |
Definition at line 171 of file richstring.hxx.
Referenced by oox::xls::PhoneticPortionModelList::appendPortion(), oox::xls::RichString::createPhoneticPortions(), and read().