Home
last modified time | relevance | path

Searched refs:mrShape (Results 1 – 9 of 9) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dshapepropertiescontext.cxx52 , 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 Dtransform2dcontext.cxx45 , mrShape( rShape ) in Transform2DContext()
48mrShape.setRotation( aAttributeList.getInteger( XML_rot, 0 ) ); // 60000ths of a degree Positive a… in Transform2DContext()
49mrShape.setFlip( aAttributeList.getBool( XML_flipH, sal_False ), aAttributeList.getBool( XML_flipV… in Transform2DContext()
57mrShape.setPosition( Point( xAttribs->getOptionalValue( XML_x ).toInt32(), xAttribs->getOptionalVa… in createFastChildContext()
60mrShape.setSize( Size( xAttribs->getOptionalValue( XML_cx ).toInt32(), xAttribs->getOptionalValue(… in createFastChildContext()
H A Dshapestylecontext.cxx41 , mrShape( rShape ) in ShapeStyleContext()
70 ShapeStyleRef& rStyleRef = mrShape.getShapeStyleRefs()[ nToken ]; in createFastChildContext()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx664 : mrShape(rShape) in OOXMLShapeValue()
674 return uno::Any(mrShape); in getAny()
684 return new OOXMLShapeValue(mrShape); in clone()
H A DOOXMLPropertySetImpl.hxx223 uno::Reference<XShape> mrShape; member in writerfilter::ooxml::OOXMLShapeValue
/trunk/main/oox/inc/oox/drawingml/
H A Dshapepropertiescontext.hxx40 Shape& mrShape; member in oox::drawingml::ShapePropertiesContext
H A Dshapestylecontext.hxx42 Shape& mrShape; member in oox::drawingml::ShapeStyleContext
H A Dtransform2dcontext.hxx45 Shape& mrShape; member in oox::drawingml::Transform2DContext
/trunk/main/oox/source/ppt/
H A Dpptshapepropertiescontext.cxx66 mrShape.getShapeProperties()[ PROP_IsPlaceholderDependent ] <<= sal_False; in createFastChildContext()

Completed in 31 milliseconds