Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/unodraw/
H A Dunoshape.cxx2325 awt::Rectangle aUnoRect; in setPropertyValueImpl() local
2326 if(rValue >>= aUnoRect) in setPropertyValueImpl()
2328 Point aTopLeft( aUnoRect.X, aUnoRect.Y ); in setPropertyValueImpl()
2329 Size aObjSize( aUnoRect.Width, aUnoRect.Height ); in setPropertyValueImpl()
2775 ::com::sun::star::awt::Rectangle aUnoRect( in getPropertyValueImpl()
2778 rValue <<= aUnoRect; in getPropertyValueImpl()
2789 ::com::sun::star::awt::Rectangle aUnoRect( in getPropertyValueImpl()
2792 rValue <<= aUnoRect; in getPropertyValueImpl()

Completed in 31 milliseconds