Searched refs:xTempShape (Results 1 – 1 of 1) sorted by relevance
106 uno::Reference< drawing::XShape > xTempShape; in lcl_attribute() local107 rVal.getAny() >>= xTempShape; in lcl_attribute()108 if( xTempShape.is() ) in lcl_attribute()110 m_xShape.set( xTempShape ); in lcl_attribute()114 m_aShapeSize = xTempShape->getSize(); in lcl_attribute()115 m_aShapePosition = xTempShape->getPosition(); in lcl_attribute()117 … uno::Reference< beans::XPropertySet > xShapeProps( xTempShape, uno::UNO_QUERY_THROW ); in lcl_attribute()
Completed in 10 milliseconds