Searched refs:mpShapePtr (Results  1 – 4 of 4) sorted by relevance
| /aoo42x/main/oox/source/drawingml/ | 
| H A D | shapecontext.cxx | 54 , mpShapePtr( pShapePtr )  in ShapeContext()60 	if ( mpMasterShapePtr.get() && mpShapePtr.get() )  in ~ShapeContext()
 61 		mpMasterShapePtr->addChild( mpShapePtr );  in ~ShapeContext()
 66 	return mpShapePtr;  in getShape()
 85 		mpShapePtr->setHidden( aAttribs.getBool( XML_hidden, false ) );  in createFastChildContext()
 86 		mpShapePtr->setId( xAttribs->getOptionalValue( XML_id ) );  in createFastChildContext()
 87 		mpShapePtr->setName( xAttribs->getOptionalValue( XML_name ) );  in createFastChildContext()
 91 		mpShapePtr->setSubType( xAttribs->getOptionalValueToken( XML_type, XML_obj ) );  in createFastChildContext()
 97         xRet = new ShapePropertiesContext( *this, *mpShapePtr );  in createFastChildContext()
 101         xRet = new ShapeStyleContext( *this, *mpShapePtr );  in createFastChildContext()
 [all …]
 
 | 
| H A D | graphicshapecontext.cxx | 69         xRet.set( new Transform2DContext( *this, xAttribs, *mpShapePtr ) );  in createFastChildContext()76     if ((getNamespace( aElementToken ) == NMSP_vml) && mpShapePtr)  in createFastChildContext()
 78         mpShapePtr->setServiceName("com.sun.star.drawing.CustomShape");  in createFastChildContext()
 80             (mpShapePtr->getCustomShapeProperties());  in createFastChildContext()
 114         xRet.set( new Transform2DContext( *this, xAttribs, *mpShapePtr ) );  in createFastChildContext()
 124                 xRet.set( new OleObjectGraphicDataContext( *this, mpShapePtr ) );  in createFastChildContext()
 126                 xRet.set( new DiagramGraphicDataContext( *this, mpShapePtr ) );  in createFastChildContext()
 130 				xRet.set( new table::TableContext( *this, mpShapePtr ) );  in createFastChildContext()
 275 		pDiagram->addTo( mpShapePtr );  in createFastChildContext()
 276 		OSL_TRACE("diagram added shape %s of type %s", OUSTRING_TO_CSTR( mpShapePtr->getName() ),  in createFastChildContext()
 [all …]
 
 | 
| /aoo42x/main/oox/source/ppt/ | 
| H A D | pptshapecontext.cxx | 103 			mpShapePtr->setHidden( aAttribs.getBool( XML_hidden, false ) );  in createFastChildContext()104 			mpShapePtr->setId( xAttribs->getOptionalValue( XML_id ) );  in createFastChildContext()
 105 			mpShapePtr->setName( xAttribs->getOptionalValue( XML_name ) );  in createFastChildContext()
 111 			mpShapePtr->setSubType( nSubType );  in createFastChildContext()
 112 			mpShapePtr->setSubTypeIndex( xAttribs->getOptionalValue( XML_idx ).toInt32() );  in createFastChildContext()
 115 				PPTShape* pPPTShapePtr = dynamic_cast< PPTShape* >( mpShapePtr.get() );  in createFastChildContext()
 177   								mpShapePtr->applyShapeReference( *pPlaceholder.get() );  in createFastChildContext()
 193 			xRet = new PPTShapePropertiesContext( *this, *mpShapePtr );  in createFastChildContext()
 197 			xRet = new oox::drawingml::ShapeStyleContext( *this, *mpShapePtr );  in createFastChildContext()
 204 			mpShapePtr->setTextBody( xTextBody );  in createFastChildContext()
 
 | 
| /aoo42x/main/oox/inc/oox/drawingml/ | 
| H A D | shapecontext.hxx | 49 	ShapePtr mpShapePtr;  member in oox::drawingml::ShapeContext
 | 
        Completed in 22 milliseconds