Searched defs:ClientData (Results 1 – 2 of 2) sorted by relevance
130 struct ClientData struct138 sal_Int32 mnObjType; /// Type of the shape.139 sal_Int32 mnTextHAlign; /// Horizontal text alignment.140 sal_Int32 mnTextVAlign; /// Vertical text alignment.141 sal_Int32 mnCol; /// Column index for spreadsheet cell note.142 sal_Int32 mnRow; /// Row index for spreadsheet cell note.143 sal_Int32 mnChecked; /// State for checkboxes and option buttons.144 sal_Int32 mnDropStyle; /// Drop down box style (read-only or editable).145 sal_Int32 mnDropLines; /// Number of lines in drop down box.146 sal_Int32 mnVal; /// Current value of spin buttons and scroll bars.[all …]
168 ClientData::ClientData() : in ClientData() function in oox::vml::ClientData