LibreOffice Module oox (master) 1
|
Excel specific shape client data (such as cell anchor). More...
#include <vmlshape.hxx>
Public Member Functions | |
ClientData () | |
Public Attributes | |
OUString | maAnchor |
Cell anchor as comma-separated string. More... | |
OUString | maFmlaMacro |
Link to macro associated to the control. More... | |
OUString | maFmlaPict |
Target cell range of picture links. More... | |
OUString | maFmlaLink |
Link to value cell associated to the control. More... | |
OUString | maFmlaRange |
Link to cell range used as data source for the control. More... | |
OUString | maFmlaGroup |
Link to value cell associated to a group of option buttons. More... | |
sal_Int32 | mnObjType |
Type of the shape. More... | |
sal_Int32 | mnTextHAlign |
Horizontal text alignment. More... | |
sal_Int32 | mnTextVAlign |
Vertical text alignment. More... | |
sal_Int32 | mnCol |
Column index for spreadsheet cell note. More... | |
sal_Int32 | mnRow |
Row index for spreadsheet cell note. More... | |
sal_Int32 | mnChecked |
State for checkboxes and option buttons. More... | |
sal_Int32 | mnDropStyle |
Drop down box style (read-only or editable). More... | |
sal_Int32 | mnDropLines |
Number of lines in drop down box. More... | |
sal_Int32 | mnVal |
Current value of spin buttons and scroll bars. More... | |
sal_Int32 | mnMin |
Minimum value of spin buttons and scroll bars. More... | |
sal_Int32 | mnMax |
Maximum value of spin buttons and scroll bars. More... | |
sal_Int32 | mnInc |
Small increment of spin buttons and scroll bars. More... | |
sal_Int32 | mnPage |
Large increment of spin buttons and scroll bars. More... | |
sal_Int32 | mnSelType |
Listbox selection type. More... | |
sal_Int32 | mnVTEdit |
Data type of the textbox. More... | |
bool | mbPrintObject |
True = print the object. More... | |
bool | mbVisible |
True = cell note is visible. More... | |
bool | mbDde |
True = object is linked through DDE. More... | |
bool | mbNo3D |
True = flat style, false = 3D style. More... | |
bool | mbNo3D2 |
True = flat style, false = 3D style (listboxes and dropdowns). More... | |
bool | mbMultiLine |
True = textbox allows line breaks. More... | |
bool | mbVScroll |
True = textbox has a vertical scrollbar. More... | |
bool | mbSecretEdit |
True = textbox is a password edit field. More... | |
Excel specific shape client data (such as cell anchor).
Definition at line 167 of file vmlshape.hxx.
|
explicit |
Definition at line 233 of file vmlshape.cxx.
References mbVisible, mnCol, mnRow, and XML_TOKEN_INVALID.
OUString oox::vml::ClientData::maAnchor |
Cell anchor as comma-separated string.
Definition at line 169 of file vmlshape.hxx.
Referenced by oox::vml::ShapeBase::calcShapeRectangle(), and oox::vml::ClientDataContext::onEndElement().
OUString oox::vml::ClientData::maFmlaGroup |
Link to value cell associated to a group of option buttons.
Definition at line 174 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
OUString oox::vml::ClientData::maFmlaLink |
Link to value cell associated to the control.
Definition at line 172 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
OUString oox::vml::ClientData::maFmlaMacro |
Link to macro associated to the control.
Definition at line 170 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
OUString oox::vml::ClientData::maFmlaPict |
Target cell range of picture links.
Definition at line 171 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
OUString oox::vml::ClientData::maFmlaRange |
Link to cell range used as data source for the control.
Definition at line 173 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
bool oox::vml::ClientData::mbDde |
True = object is linked through DDE.
Definition at line 192 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
bool oox::vml::ClientData::mbMultiLine |
True = textbox allows line breaks.
Definition at line 195 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
bool oox::vml::ClientData::mbNo3D |
True = flat style, false = 3D style.
Definition at line 193 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
bool oox::vml::ClientData::mbNo3D2 |
True = flat style, false = 3D style (listboxes and dropdowns).
Definition at line 194 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
bool oox::vml::ClientData::mbPrintObject |
True = print the object.
Definition at line 190 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
bool oox::vml::ClientData::mbSecretEdit |
True = textbox is a password edit field.
Definition at line 197 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
bool oox::vml::ClientData::mbVisible |
True = cell note is visible.
Definition at line 191 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
bool oox::vml::ClientData::mbVScroll |
True = textbox has a vertical scrollbar.
Definition at line 196 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnChecked |
State for checkboxes and option buttons.
Definition at line 180 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnCol |
Column index for spreadsheet cell note.
Definition at line 178 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnDropLines |
Number of lines in drop down box.
Definition at line 182 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnDropStyle |
Drop down box style (read-only or editable).
Definition at line 181 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnInc |
Small increment of spin buttons and scroll bars.
Definition at line 186 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnMax |
Maximum value of spin buttons and scroll bars.
Definition at line 185 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnMin |
Minimum value of spin buttons and scroll bars.
Definition at line 184 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnObjType |
Type of the shape.
Definition at line 175 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::ClientDataContext().
sal_Int32 oox::vml::ClientData::mnPage |
Large increment of spin buttons and scroll bars.
Definition at line 187 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnRow |
Row index for spreadsheet cell note.
Definition at line 179 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnSelType |
Listbox selection type.
Definition at line 188 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnTextHAlign |
Horizontal text alignment.
Definition at line 176 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnTextVAlign |
Vertical text alignment.
Definition at line 177 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnVal |
Current value of spin buttons and scroll bars.
Definition at line 183 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().
sal_Int32 oox::vml::ClientData::mnVTEdit |
Data type of the textbox.
Definition at line 189 of file vmlshape.hxx.
Referenced by oox::vml::ClientDataContext::onEndElement().