LibreOffice Module oox (master) 1
|
Contains information about a form control embedded in a draw page. More...
#include <vmldrawing.hxx>
Public Member Functions | |
ControlInfo () | |
void | setShapeId (sal_Int32 nShapeId) |
Sets the string representation of the passed numeric shape identifier. More... | |
Public Attributes | |
OUString | maShapeId |
Shape identifier for shape lookup. More... | |
OUString | maFragmentPath |
Path to the fragment describing the form control properties. More... | |
OUString | maName |
Programmatical name of the form control. More... | |
bool | mbTextContentShape |
Whether this control shape will be imported to Writer or not (has AnchorType property or not). More... | |
Contains information about a form control embedded in a draw page.
Definition at line 78 of file vmldrawing.hxx.
|
explicit |
Definition at line 85 of file vmldrawing.cxx.
void oox::vml::ControlInfo::setShapeId | ( | sal_Int32 | nShapeId | ) |
Sets the string representation of the passed numeric shape identifier.
Definition at line 90 of file vmldrawing.cxx.
References maShapeId.
Referenced by oox::ppt::SlideFragmentHandler::onCreateContext().
OUString oox::vml::ControlInfo::maFragmentPath |
Path to the fragment describing the form control properties.
Definition at line 81 of file vmldrawing.hxx.
Referenced by oox::vml::ControlShapeContext::ControlShapeContext(), oox::vml::ComplexShape::implConvertAndInsert(), and oox::ppt::SlideFragmentHandler::onCreateContext().
OUString oox::vml::ControlInfo::maName |
Programmatical name of the form control.
Definition at line 82 of file vmldrawing.hxx.
Referenced by oox::vml::ControlShapeContext::ControlShapeContext(), oox::vml::ComplexShape::implConvertAndInsert(), oox::ppt::SlideFragmentHandler::onCreateContext(), and oox::vml::Drawing::registerControl().
OUString oox::vml::ControlInfo::maShapeId |
Shape identifier for shape lookup.
Definition at line 80 of file vmldrawing.hxx.
Referenced by oox::vml::ControlShapeContext::ControlShapeContext(), oox::vml::Drawing::registerControl(), and setShapeId().
bool oox::vml::ControlInfo::mbTextContentShape |
Whether this control shape will be imported to Writer or not (has AnchorType property or not).
Definition at line 83 of file vmldrawing.hxx.
Referenced by oox::vml::ControlShapeContext::ControlShapeContext(), and oox::vml::ComplexShape::implConvertAndInsert().