Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/controller/main/
H A DShapeController.cxx661 Reference< drawing::XShape > xLastShape; in getLastAdditionalShape() local
673 xLastShape = xShape; in getLastAdditionalShape()
678 if ( xLastShape.is() ) in getLastAdditionalShape()
680 pLastObj = DrawViewWrapper::getSdrObject( xLastShape ); in getLastAdditionalShape()