Home
last modified time | relevance | path

Searched refs:mpCustomShapePropertiesPtr (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dshape.cxx73 , mpCustomShapePropertiesPtr( new CustomShapeProperties ) in Shape()
193mpCustomShapePropertiesPtr = CustomShapePropertiesPtr( new CustomShapeProperties( *rReferencedShap… in applyShapeReference()
476 mpCustomShapePropertiesPtr->setMirroredX( sal_True ); in createAndInsert()
478 mpCustomShapePropertiesPtr->setMirroredY( sal_True ); in createAndInsert()
487 mpCustomShapePropertiesPtr->setTextRotation((nTextRotation * -1) / 60000); in createAndInsert()
491 mpCustomShapePropertiesPtr->pushToPropSet( rFilterBase, xSet, mxShape ); in createAndInsert()
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx93 CustomShapePropertiesPtr getCustomShapeProperties(){ return mpCustomShapePropertiesPtr; } in getCustomShapeProperties()
179 CustomShapePropertiesPtr mpCustomShapePropertiesPtr; member in oox::drawingml::Shape

Completed in 24 milliseconds