LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::vml::ControlInfo Struct Reference

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...
 

Detailed Description

Contains information about a form control embedded in a draw page.

Definition at line 78 of file vmldrawing.hxx.

Constructor & Destructor Documentation

◆ ControlInfo()

oox::vml::ControlInfo::ControlInfo ( )
explicit

Definition at line 85 of file vmldrawing.cxx.

Member Function Documentation

◆ setShapeId()

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().

Member Data Documentation

◆ maFragmentPath

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().

◆ maName

OUString oox::vml::ControlInfo::maName

◆ maShapeId

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().

◆ mbTextContentShape

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().


The documentation for this struct was generated from the following files: