Home
last modified time | relevance | path

Searched refs:aWindowRect (Results 1 – 9 of 9) sorted by path

/aoo41x/main/embeddedobj/source/general/
H A Ddocholder.cxx950 awt::Rectangle aWindowRect = xHWindow->getPosSize(); in GetDocFrame() local
952 if (( aWindowRect.Width < aWorkRect.Width) && ( aWindowRect.Height < aWorkRect.Height )) in GetDocFrame()
954 int OffsetX = ( aWorkRect.Width - aWindowRect.Width ) / 2 + aWorkRect.X; in GetDocFrame()
955 int OffsetY = ( aWorkRect.Height - aWindowRect.Height ) /2 + aWorkRect.Y; in GetDocFrame()
956 …xHWindow->setPosSize( OffsetX, OffsetY, aWindowRect.Width, aWindowRect.Height, awt::PosSize::POS ); in GetDocFrame()
/aoo41x/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx2331 …::Rectangle aRect( aWindowRect.X, aWindowRect.Y, aWindowRect.X+aWindowRect.Width, aWindowRect.Y+aW… in implts_getWindowRectFromRowColumn()
2841 ::Rectangle aWindowRect; in implts_calcDockingPosSize()
2875 if ( !aWindowRect.IsEmpty()) in implts_calcDockingPosSize()
2880 ::Rectangle aUIElementRect( aWindowRect ); in implts_calcDockingPosSize()
2881 … sal_Int32 nMiddle( bHorizontalDockArea ? ( aWindowRect.Left() + aWindowRect.getWidth() / 2 ) : in implts_calcDockingPosSize()
2882 … ( aWindowRect.Top() + aWindowRect.getHeight() / 2 )); in implts_calcDockingPosSize()
2894aWindowRect = implts_determineFrontDockingRect( eDockedArea, nRowCol, aWindowRect,rUIElement.m_aNa… in implts_calcDockingPosSize()
2909aWindowRect = implts_determineFrontDockingRect( eDockedArea, nRowCol, aWindowRect, rUIElement.m_aN… in implts_calcDockingPosSize()
2918 rTrackingRect = aWindowRect; in implts_calcDockingPosSize()
2935 … aUIElementRect.SetPos( ::Point( aWindowRect.Right(), aWindowRect.Top() )); in implts_calcDockingPosSize()
[all …]
/aoo41x/main/odk/examples/cpp/custompanel/
H A Dctp_panel.cxx175 const Rectangle aWindowRect( xWindow->getPosSize() ); in windowPaint() local
176 xGraphics->drawRect( 0, 0, aWindowRect.Width - 1, aWindowRect.Height - 1 ); in windowPaint()
/aoo41x/main/offapi/com/sun/star/awt/
H A DXDockableWindowListener.idl78 aWindowRect contains the new position and size of the window
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx195 Rectangle aWindowRect = mpWindow->GetWindowExtentsRelative( NULL ); in GetBoundingBoxOnScreen() local
196 Point aWindowLoc = aWindowRect.TopLeft(); in GetBoundingBoxOnScreen()
/aoo41x/main/sd/source/ui/view/
H A Dviewshel.cxx932 Rectangle aWindowRect = GetActiveWindow()->LogicToPixel(aCurrentVisArea); in Resize() local
/aoo41x/main/sd/workben/custompanel/
H A Dctp_panel.cxx209 const Rectangle aWindowRect( xWindow->getPosSize() ); in windowPaint() local
210 xGraphics->drawRect( 0, 0, aWindowRect.Width - 1, aWindowRect.Height - 1 ); in windowPaint()
/aoo41x/main/svtools/source/table/
H A Dtabledatawindow.cxx130 Rectangle const aWindowRect( Point( 0, 0 ), GetOutputSizePixel() ); in RequestHelp() local
131 TableCellGeometry const aCell( m_rTableControl, aWindowRect, hitCol, hitRow ); in RequestHelp()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1453 RECT aClientRect, aWindowRect; in SetPosSize() local
1455 … GetWindowRect( mhWnd, &aWindowRect ); // x,y in screen coordinates, width and height with border in SetPosSize()
1470 nX = aWindowRect.left; in SetPosSize()
1472 nY = aWindowRect.top; in SetPosSize()
3318 RECT aWindowRect; in EndSetClipRegion() local
3319 GetWindowRect( mhWnd, &aWindowRect ); in EndSetClipRegion()
3324 OffsetRgn( hRegion, aPt.x - aWindowRect.left, aPt.y - aWindowRect.top ); in EndSetClipRegion()

Completed in 91 milliseconds