Home
last modified time | relevance | path

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

/aoo4110/main/writerfilter/source/dmapper/
H A DOLEHandler.cxx106 uno::Reference< drawing::XShape > xTempShape; in lcl_attribute() local
107 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 27 milliseconds