Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx431 awt::Rectangle aAWTRect( rRangePix.getMinX(), in implInitializeVCLBasedPlayerWindow() local
439 mpMediaWindow->SetPosSizePixel( Point( aAWTRect.X, aAWTRect.Y ), in implInitializeVCLBasedPlayerWindow()
440 … Size( aAWTRect.Width, aAWTRect.Height ) ); in implInitializeVCLBasedPlayerWindow()
448 aAWTRect.X = aAWTRect.Y = 0; in implInitializeVCLBasedPlayerWindow()
449 aArgs[ 1 ] = uno::makeAny( aAWTRect ); in implInitializeVCLBasedPlayerWindow()
507 awt::Rectangle aAWTRect( rRangePix.getMinX() + maWindowOffset.X, in implInitializeDXBasedPlayerWindow() local
515 aArgs[ 1 ] = uno::makeAny( aAWTRect ); in implInitializeDXBasedPlayerWindow()
/trunk/main/svtools/source/graphic/
H A Drenderer.cxx262 awt::Rectangle aAWTRect; in _setPropertyValues() local
264 if( *pValues >>= aAWTRect ) in _setPropertyValues()
266 maDestRect = Rectangle( Point( aAWTRect.X, aAWTRect.Y ), in _setPropertyValues()
267 Size( aAWTRect.Width, aAWTRect.Height ) ); in _setPropertyValues()
304 const awt::Rectangle aAWTRect( maDestRect.Left(), maDestRect.Top(), in _getPropertyValues() local
307 *pValues <<= aAWTRect; in _getPropertyValues()
/trunk/main/framework/source/uielement/
H A Dstatusbaritem.cxx146 ::com::sun::star::awt::Rectangle aAWTRect; in getItemRect()
156 return aAWTRect; in getItemRect()

Completed in 25 milliseconds