Searched refs:mpGroupShapePtr (Results 1 – 4 of 4) sorted by relevance
/trunk/main/oox/source/drawingml/ |
H A D | shapegroupcontext.cxx | 50 , mpGroupShapePtr( pGroupShapePtr ) in ShapeGroupContext() 57 if ( mpMasterShapePtr.get() && mpGroupShapePtr.get() ) in ~ShapeGroupContext() 58 mpMasterShapePtr->addChild( mpGroupShapePtr ); in ~ShapeGroupContext() 70 mpGroupShapePtr->setHidden( aAttribs.getBool( XML_hidden, false ) ); in createFastChildContext() 71 mpGroupShapePtr->setId( xAttribs->getOptionalValue( XML_id ) ); in createFastChildContext() 72 mpGroupShapePtr->setName( xAttribs->getOptionalValue( XML_name ) ); in createFastChildContext() 76 mpGroupShapePtr->setSubType( xAttribs->getOptionalValueToken( XML_type, FastToken::DONTKNOW ) ); in createFastChildContext() 77 mpGroupShapePtr->setSubTypeIndex( xAttribs->getOptionalValue( XML_idx ).toInt32() ); in createFastChildContext() 82 xRet = new ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext() 85 xRet = new ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext() [all …]
|
/trunk/main/oox/source/ppt/ |
H A D | pptshapegroupcontext.cxx | 71 mpGroupShapePtr->setHidden( aAttribs.getBool( XML_hidden, false ) ); in createFastChildContext() 72 mpGroupShapePtr->setId( xAttribs->getOptionalValue( XML_id ) ); in createFastChildContext() 73 mpGroupShapePtr->setName( xAttribs->getOptionalValue( XML_name ) ); in createFastChildContext() 77 mpGroupShapePtr->setSubType( xAttribs->getOptionalValueToken( XML_type, FastToken::DONTKNOW ) ); in createFastChildContext() 78 mpGroupShapePtr->setSubTypeIndex( xAttribs->getOptionalValue( XML_idx ).toInt32() ); in createFastChildContext() 83 xRet = new oox::drawingml::ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext() 86 xRet = new oox::drawingml::ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext() 94 …xRet.set( new oox::drawingml::ConnectorShapeContext( *this, mpGroupShapePtr, oox::drawingml::Shape… in createFastChildContext() 100 …xRet.set( new PPTShapeContext( *this, mpSlidePersistPtr, mpGroupShapePtr, oox::drawingml::ShapePtr… in createFastChildContext() 103 …xRet.set( new oox::drawingml::GraphicShapeContext( *this, mpGroupShapePtr, oox::drawingml::ShapeP… in createFastChildContext() [all …]
|
/trunk/main/oox/inc/oox/drawingml/ |
H A D | shapegroupcontext.hxx | 41 ShapePtr mpGroupShapePtr; member in oox::drawingml::ShapeGroupContext
|
/trunk/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 168 …ontext = createShapeContext( *this, *this, nElement, AttributeList( rxAttribs ), mpGroupShapePtr ); in createFastChildContext()
|
Completed in 15 milliseconds