Lines Matching refs:xShapeProps
603 Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); in WriteGraphicObjectShape() local
604 … if( !xShapeProps.is() || !( xShapeProps->getPropertyValue( S( "GraphicURL" ) ) >>= sGraphicURL ) ) in WriteGraphicObjectShape()
617 bool bHaveName = xShapeProps->getPropertyValue( S( "Name" ) ) >>= sName; in WriteGraphicObjectShape()
618 bool bHaveDesc = xShapeProps->getPropertyValue( S( "Description" ) ) >>= sDescr; in WriteGraphicObjectShape()
640 if( ( xShapeProps->getPropertyValue( S( "FillBitmapStretch" ) ) >>= bStretch ) && bStretch ) in WriteGraphicObjectShape()
736 Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); in WriteConnectorShape() local
737 if( xShapeProps.is() ) in WriteConnectorShape()
738 WriteOutline( xShapeProps ); in WriteConnectorShape()
783 Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); in WriteLineShape() local
784 if( xShapeProps.is() ) in WriteLineShape()
785 WriteOutline( xShapeProps ); in WriteLineShape()
822 Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); in WriteRectangleShape() local
823 if( xShapeProps.is() ) in WriteRectangleShape()
825 xShapeProps->getPropertyValue( S( "CornerRadius" ) ) >>= nRadius; in WriteRectangleShape()