Searched refs:ShapeModel (Results 1 – 3 of 3) sorted by relevance
167 struct ShapeModel struct178 explicit ShapeModel();179 ~ShapeModel();195 inline ShapeModel& getShapeModel() { return maShapeModel; } in getShapeModel()197 inline const ShapeModel& getShapeModel() const { return maShapeModel; } in getShapeModel()245 ShapeModel maShapeModel; /// The model structure containing shape data.
38 struct ShapeModel;138 ShapeModel& mrShapeModel;
197 ShapeModel::ShapeModel() in ShapeModel() function in oox::vml::ShapeModel201 ShapeModel::~ShapeModel() in ~ShapeModel()205 TextBox& ShapeModel::createTextBox() in createTextBox()211 ClientData& ShapeModel::createClientData() in createClientData()373 …for( ShapeModel::PointVector::const_iterator aIt = maShapeModel.maPoints.begin(), aEnd = maShapeMo… in implConvertAndInsert()
Completed in 25 milliseconds