Searched refs:mrShape (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/oox/source/drawingml/ |
H A D | shapepropertiescontext.cxx | 52 , mrShape( rShape ) in ShapePropertiesContext() 66 xRet.set( new Transform2DContext( *this, xAttribs, mrShape ) ); in createFastChildContext() 71 …xRet.set( new CustomShapeGeometryContext( *this, xAttribs, *(mrShape.getCustomShapeProperties()) )… in createFastChildContext() 81 mrShape.getServiceName() = sLineShape; in createFastChildContext() 83 …xRet.set( new PresetShapeGeometryContext( *this, xAttribs, *(mrShape.getCustomShapeProperties()) )… in createFastChildContext() 88 … xRet.set( new PresetTextShapeContext( *this, xAttribs, *(mrShape.getCustomShapeProperties()) ) ); in createFastChildContext() 93 xRet.set( new LinePropertiesContext( *this, xAttribs, mrShape.getLineProperties() ) ); in createFastChildContext() 110 …xRet.set( FillPropertiesContext::createFillContext( *this, aElementToken, xAttribs, mrShape.getFil… in createFastChildContext()
|
H A D | transform2dcontext.cxx | 45 , mrShape( rShape ) in Transform2DContext() 48 …mrShape.setRotation( aAttributeList.getInteger( XML_rot, 0 ) ); // 60000ths of a degree Positive a… in Transform2DContext() 49 …mrShape.setFlip( aAttributeList.getBool( XML_flipH, sal_False ), aAttributeList.getBool( XML_flipV… in Transform2DContext() 57 …mrShape.setPosition( Point( xAttribs->getOptionalValue( XML_x ).toInt32(), xAttribs->getOptionalVa… in createFastChildContext() 60 …mrShape.setSize( Size( xAttribs->getOptionalValue( XML_cx ).toInt32(), xAttribs->getOptionalValue(… in createFastChildContext()
|
H A D | shapestylecontext.cxx | 41 , mrShape( rShape ) in ShapeStyleContext() 70 ShapeStyleRef& rStyleRef = mrShape.getShapeStyleRefs()[ nToken ]; in createFastChildContext()
|
/aoo42x/main/writerfilter/source/ooxml/ |
H A D | OOXMLPropertySetImpl.cxx | 664 : mrShape(rShape) in OOXMLShapeValue() 674 return uno::Any(mrShape); in getAny() 684 return new OOXMLShapeValue(mrShape); in clone()
|
H A D | OOXMLPropertySetImpl.hxx | 223 uno::Reference<XShape> mrShape; member in writerfilter::ooxml::OOXMLShapeValue
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | shapepropertiescontext.hxx | 40 Shape& mrShape; member in oox::drawingml::ShapePropertiesContext
|
H A D | transform2dcontext.hxx | 45 Shape& mrShape; member in oox::drawingml::Transform2DContext
|
H A D | shapestylecontext.hxx | 42 Shape& mrShape; member in oox::drawingml::ShapeStyleContext
|
/aoo42x/main/oox/source/ppt/ |
H A D | pptshapepropertiescontext.cxx | 66 mrShape.getShapeProperties()[ PROP_IsPlaceholderDependent ] <<= sal_False; in createFastChildContext()
|
Completed in 35 milliseconds