Searched refs:xStartShape (Results 1 – 2 of 2) sorted by relevance
245 …uno::Reference<drawing::XShape> xStartShape(xShapeProps->getPropertyValue( sStartShape ), uno::UNO… in ResizeShapes() local247 if (!xStartShape.is() && !xEndShape.is()) in ResizeShapes()256 else if (xStartShape.is() && xEndShape.is()) in ResizeShapes()265 if (xStartShape.is()) in ResizeShapes()
135 com.sun.star.drawing.XShape xStartShape = null; in drawOrganigram() local159 xStartShape = xShape; in drawOrganigram()170 xConnectorProps.setPropertyValue("StartShape", xStartShape); in drawOrganigram()
Completed in 16 milliseconds