Home
last modified time | relevance | path

Searched defs:ClientData (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/inc/oox/vml/
H A Dvmlshape.hxx130 struct ClientData struct
138 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 …]
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx168 ClientData::ClientData() : in ClientData() function in oox::vml::ClientData