Lines Matching refs:rShape

289     bool                operator()( const ::oox::vml::ShapeBase& rShape ) const;
304 bool VmlFindNoteFunc::operator()( const ::oox::vml::ShapeBase& rShape ) const in operator ()()
306 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in operator ()()
395 bool VmlDrawing::isShapeSupported( const ::oox::vml::ShapeBase& rShape ) const in isShapeSupported()
397 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in isShapeSupported()
401 OUString VmlDrawing::getShapeBaseName( const ::oox::vml::ShapeBase& rShape ) const in getShapeBaseName()
403 if( const ::oox::vml::ClientData* pClientData = rShape.getClientData() ) in getShapeBaseName()
416 …case XML_Pict: return (pClientData->mbDde || getOleObjectInfo( rShape.getShapeId() )) ? CREAT… in getShapeBaseName()
422 return ::oox::vml::Drawing::getShapeBaseName( rShape ); in getShapeBaseName()
435 Reference< XShape > VmlDrawing::createAndInsertClientXShape( const ::oox::vml::ShapeBase& rShape, in createAndInsertClientXShape() argument
439 OUString aShapeName = rShape.getShapeName(); in createAndInsertClientXShape()
440 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in createAndInsertClientXShape()
444 const ::oox::vml::TextBox* pTextBox = rShape.getTextBox(); in createAndInsertClientXShape()
506 convertControlBackground( rAxModel, rShape ); in createAndInsertClientXShape()
519 convertControlBackground( rAxModel, rShape ); in createAndInsertClientXShape()
613 const Rectangle& rShapeRect, const ::oox::vml::ShapeBase& rShape, bool bGroupChild ) in notifyXShapeInserted()
620 if( const ::oox::vml::ClientData* pClientData = rShape.getClientData() ) in notifyXShapeInserted()
725 …nvertControlBackground( AxMorphDataModelBase& rAxModel, const ::oox::vml::ShapeBase& rShape ) const in convertControlBackground()
727 const ::oox::vml::FillModel& rFillModel = rShape.getTypeModel().maFillModel; in convertControlBackground()