Searched defs:BiffObjTextModel (Results 1 – 2 of 2) sorted by relevance
81 struct BiffObjTextModel struct83 sal_uInt16 mnTextLen; /// Length of the text (characters).84 sal_uInt16 mnFormatSize; /// Size of the formatting array (bytes).85 sal_uInt16 mnLinkSize; /// Size of the linked text formula (bytes).86 sal_uInt16 mnDefFontId; /// Font index for default font formatting.87 sal_uInt16 mnFlags; /// Additional flags.88 sal_uInt16 mnOrientation; /// Text orientation.89 sal_uInt16 mnButtonFlags; /// Additional flags for push buttons.90 sal_uInt16 mnShortcut; /// Shortcut character.91 sal_uInt16 mnShortcutEA; /// East-asian shortcut character.
227 BiffObjTextModel::BiffObjTextModel() : in BiffObjTextModel() function in oox::xls::BiffObjTextModel
Completed in 21 milliseconds