Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/main/
H A DShapeController.cxx620 Reference< drawing::XShape > xFirstShape; in getFirstAdditionalShape() local
632 xFirstShape = xShape; in getFirstAdditionalShape()
637 if ( xFirstShape.is() ) in getFirstAdditionalShape()
639 pFirstObj = DrawViewWrapper::getSdrObject( xFirstShape ); in getFirstAdditionalShape()