Searched refs:aWindowRect (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/framework/source/layoutmanager/ |
H A D | toolbarlayoutmanager.cxx | 2344 …::Rectangle aRect( aWindowRect.X, aWindowRect.Y, aWindowRect.X+aWindowRect.Width, aWindowRect.Y+aW… in implts_getWindowRectFromRowColumn() 2854 ::Rectangle aWindowRect; in implts_calcDockingPosSize() 2888 if ( !aWindowRect.IsEmpty()) in implts_calcDockingPosSize() 2893 ::Rectangle aUIElementRect( aWindowRect ); in implts_calcDockingPosSize() 2894 … sal_Int32 nMiddle( bHorizontalDockArea ? ( aWindowRect.Left() + aWindowRect.getWidth() / 2 ) : in implts_calcDockingPosSize() 2895 … ( aWindowRect.Top() + aWindowRect.getHeight() / 2 )); in implts_calcDockingPosSize() 2907 …aWindowRect = implts_determineFrontDockingRect( eDockedArea, nRowCol, aWindowRect,rUIElement.m_aNa… in implts_calcDockingPosSize() 2922 …aWindowRect = implts_determineFrontDockingRect( eDockedArea, nRowCol, aWindowRect, rUIElement.m_aN… in implts_calcDockingPosSize() 2931 rTrackingRect = aWindowRect; in implts_calcDockingPosSize() 2948 … aUIElementRect.SetPos( ::Point( aWindowRect.Right(), aWindowRect.Top() )); in implts_calcDockingPosSize() [all …]
|
/aoo42x/main/embeddedobj/source/general/ |
H A D | docholder.cxx | 950 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()
|
/aoo42x/main/sd/workben/custompanel/ |
H A D | ctp_panel.cxx | 209 const Rectangle aWindowRect( xWindow->getPosSize() ); in windowPaint() local 210 xGraphics->drawRect( 0, 0, aWindowRect.Width - 1, aWindowRect.Height - 1 ); in windowPaint()
|
/aoo42x/main/odk/examples/cpp/custompanel/ |
H A D | ctp_panel.cxx | 175 const Rectangle aWindowRect( xWindow->getPosSize() ); in windowPaint() local 176 xGraphics->drawRect( 0, 0, aWindowRect.Width - 1, aWindowRect.Height - 1 ); in windowPaint()
|
/aoo42x/main/svtools/source/table/ |
H A D | tabledatawindow.cxx | 130 Rectangle const aWindowRect( Point( 0, 0 ), GetOutputSizePixel() ); in RequestHelp() local 131 TableCellGeometry const aCell( m_rTableControl, aWindowRect, hitCol, hitRow ); in RequestHelp()
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleEditObject.cxx | 195 Rectangle aWindowRect = mpWindow->GetWindowExtentsRelative( NULL ); in GetBoundingBoxOnScreen() local 196 Point aWindowLoc = aWindowRect.TopLeft(); in GetBoundingBoxOnScreen()
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 1453 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()
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XDockableWindowListener.idl | 78 aWindowRect contains the new position and size of the window
|
/aoo42x/main/sd/source/ui/view/ |
H A D | viewshel.cxx | 932 Rectangle aWindowRect = GetActiveWindow()->LogicToPixel(aCurrentVisArea); in Resize() local
|
Completed in 75 milliseconds