LibreOffice Module sc (master) 1
|
#include <richstring.hxx>
Public Member Functions | |
PhoneticDataModel () | |
Phonetic portion alignment. More... | |
void | setBiffData (sal_Int32 nType, sal_Int32 nAlignment) |
Sets the passed data from binary import. More... | |
Public Attributes | |
sal_Int32 | mnFontId |
sal_Int32 | mnType |
Font identifier for text formatting. More... | |
sal_Int32 | mnAlignment |
Phonetic text type. More... | |
Definition at line 117 of file richstring.hxx.
|
explicit |
Phonetic portion alignment.
Definition at line 186 of file richstring.cxx.
void oox::xls::PhoneticDataModel::setBiffData | ( | sal_Int32 | nType, |
sal_Int32 | nAlignment | ||
) |
Sets the passed data from binary import.
Definition at line 193 of file richstring.cxx.
References mnAlignment, mnType, nType, and STATIC_ARRAY_SELECT.
Referenced by oox::xls::PhoneticSettings::importPhoneticPr(), and oox::xls::PhoneticSettings::importStringData().
sal_Int32 oox::xls::PhoneticDataModel::mnAlignment |
Phonetic text type.
Definition at line 121 of file richstring.hxx.
Referenced by oox::xls::PhoneticSettings::importPhoneticPr(), and setBiffData().
sal_Int32 oox::xls::PhoneticDataModel::mnFontId |
Definition at line 119 of file richstring.hxx.
Referenced by oox::xls::PhoneticSettings::importPhoneticPr(), and oox::xls::PhoneticSettings::importStringData().
sal_Int32 oox::xls::PhoneticDataModel::mnType |
Font identifier for text formatting.
Definition at line 120 of file richstring.hxx.
Referenced by oox::xls::PhoneticSettings::importPhoneticPr(), and setBiffData().