Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx498 …XRectangle xRect = { widgetRect.left(), widgetRect.top(), widgetRect.width(), widgetRect.height() … in drawNativeControl() local
499 XUnionRectWithRegion( &xRect, pTempClipRegion, pTempClipRegion ); in drawNativeControl()
500 xRect.x += nFrameWidth; in drawNativeControl()
501 xRect.y += nFrameWidth; in drawNativeControl()
504 if( xRect.width > 2*nFrameWidth && xRect.height > 2*nFrameWidth ) in drawNativeControl()
506 xRect.width -= 2*nFrameWidth; in drawNativeControl()
507 xRect.height -= 2*nFrameWidth; in drawNativeControl()
510 XUnionRectWithRegion( &xRect, pSubtract, pSubtract ); in drawNativeControl()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java1325 XShape xRect = (XShape) UnoRuntime.queryInterface( in DrawPageExample() local
1338 xRect.setSize(aSize); in DrawPageExample()
1347 xRect.setPosition ( aPoint ); in DrawPageExample()
1351 XPropertySet.class, xRect ); in DrawPageExample()
1371 xShapes.add ( xRect ); in DrawPageExample()

Completed in 26 milliseconds