Searched refs:maShapeModel (Results 1 – 2 of 2) sorted by relevance
195 inline ShapeModel& getShapeModel() { return maShapeModel; } in getShapeModel()197 inline const ShapeModel& getShapeModel() const { return maShapeModel; } in getShapeModel()200 inline const TextBox* getTextBox() const { return maShapeModel.mxTextBox.get(); } in getTextBox()202 inline const ClientData* getClientData() const { return maShapeModel.mxClientData.get(); } in getClientData()245 ShapeModel maShapeModel; /// The model structure containing shape data. member in oox::vml::ShapeBase
227 if( (maShapeModel.maType.getLength() > 1) && (maShapeModel.maType[ 0 ] == '#') ) in finalizeFragmentImport()228 …if( const ShapeType* pShapeType = mrDrawing.getShapes().getShapeTypeById( maShapeModel.maType.copy… in finalizeFragmentImport()370 if( !maShapeModel.maPoints.empty() && (aCoordSys.Width > 0) && (aCoordSys.Height > 0) ) in implConvertAndInsert()373 …for( ShapeModel::PointVector::const_iterator aIt = maShapeModel.maPoints.begin(), aEnd = maShapeMo… in implConvertAndInsert()