Home
last modified time | relevance | path

Searched refs:aWindowRect (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/firefox/firefox-99.0/widget/windows/
H A DWinWindowOcclusionTracker.cpp506 HWND aHwnd, LayoutDeviceIntRect* aWindowRect) { in IsWindowVisibleAndFullyOpaque() argument
625 aWindowRect->width = std::min(workArea.width, aWindowRect->width); in IsWindowVisibleAndFullyOpaque()
626 if (aWindowRect->x < workArea.x) { in IsWindowVisibleAndFullyOpaque()
627 aWindowRect->x = workArea.x; in IsWindowVisibleAndFullyOpaque()
630 aWindowRect->x + aWindowRect->width) - in IsWindowVisibleAndFullyOpaque()
631 aWindowRect->width; in IsWindowVisibleAndFullyOpaque()
633 aWindowRect->height = std::min(workArea.height, aWindowRect->height); in IsWindowVisibleAndFullyOpaque()
634 if (aWindowRect->y < workArea.y) { in IsWindowVisibleAndFullyOpaque()
635 aWindowRect->y = workArea.y; in IsWindowVisibleAndFullyOpaque()
638 aWindowRect->y + aWindowRect->height) - in IsWindowVisibleAndFullyOpaque()
[all …]
H A DWinWindowOcclusionTracker.h197 HWND aHwnd, LayoutDeviceIntRect* aWindowRect);
265 LayoutDeviceIntRect* aWindowRect);
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_Window_1.mm243 NSRect aWindowRect = [myWindow frame];
244 Standard_Integer aNewY = aWindowRect.origin.y + aWindowRect.size.height - theNewHeight;
245 NSRect aNewContentRect = NSMakeRect (aWindowRect.origin.x, aNewY,
257 NSRect aWindowRect = [myWindow frame];
258 thePosX = aWindowRect.origin.x;
259 thePosY = getScreenBottom() - aWindowRect.origin.y - aWindowRect.size.height;
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx2166 …::tools::Rectangle aRect( aWindowRect.X, aWindowRect.Y, aWindowRect.X+aWindowRect.Width, aWindowRe… in implts_getWindowRectFromRowColumn()
2669 ::tools::Rectangle aWindowRect; in implts_calcDockingPosSize()
2703 if ( !aWindowRect.IsEmpty()) in implts_calcDockingPosSize()
2709 … sal_Int32 nMiddle( bHorizontalDockArea ? ( aWindowRect.Left() + aWindowRect.getWidth() / 2 ) : in implts_calcDockingPosSize()
2710 … ( aWindowRect.Top() + aWindowRect.getHeight() / 2 )); in implts_calcDockingPosSize()
2719 nSize = aWindowRect.getWidth(); in implts_calcDockingPosSize()
2722aWindowRect = implts_determineFrontDockingRect( eDockedArea, nRowCol, aWindowRect,rUIElement.m_aNa… in implts_calcDockingPosSize()
2736aWindowRect = implts_determineFrontDockingRect( eDockedArea, nRowCol, aWindowRect, rUIElement.m_aN… in implts_calcDockingPosSize()
2745 rTrackingRect = aWindowRect; in implts_calcDockingPosSize()
2763 … aUIElementRect.SetPos( ::Point( aWindowRect.Right(), aWindowRect.Top() )); in implts_calcDockingPosSize()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/cpp/custompanel/
H A Dctp_panel.cxx157 const Rectangle aWindowRect( xWindow->getPosSize() ); in windowPaint() local
158 xGraphics->drawRect( 0, 0, aWindowRect.Width - 1, aWindowRect.Height - 1 ); in windowPaint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/cpp/custompanel/
H A Dctp_panel.cxx157 const Rectangle aWindowRect( xWindow->getPosSize() ); in windowPaint() local
158 xGraphics->drawRect( 0, 0, aWindowRect.Width - 1, aWindowRect.Height - 1 ); in windowPaint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/workben/custompanel/
H A Dctp_panel.cxx180 const Rectangle aWindowRect( xWindow->getPosSize() ); in windowPaint() local
181 xGraphics->drawRect( 0, 0, aWindowRect.Width - 1, aWindowRect.Height - 1 ); in windowPaint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/workben/custompanel/
H A Dctp_panel.cxx180 const Rectangle aWindowRect( xWindow->getPosSize() ); in windowPaint() local
181 xGraphics->drawRect( 0, 0, aWindowRect.Width - 1, aWindowRect.Height - 1 ); in windowPaint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx2176 …::tools::Rectangle aRect( aWindowRect.X, aWindowRect.Y, aWindowRect.X+aWindowRect.Width, aWindowRe… in implts_getWindowRectFromRowColumn()
2681 ::tools::Rectangle aWindowRect; in implts_calcDockingPosSize()
2715 if ( !aWindowRect.IsEmpty()) in implts_calcDockingPosSize()
2721 … sal_Int32 nMiddle( bHorizontalDockArea ? ( aWindowRect.Left() + aWindowRect.getWidth() / 2 ) : in implts_calcDockingPosSize()
2722 … ( aWindowRect.Top() + aWindowRect.getHeight() / 2 )); in implts_calcDockingPosSize()
2731 nSize = aWindowRect.getWidth(); in implts_calcDockingPosSize()
2734aWindowRect = implts_determineFrontDockingRect( eDockedArea, nRowCol, aWindowRect,rUIElement.m_aNa… in implts_calcDockingPosSize()
2749aWindowRect = implts_determineFrontDockingRect( eDockedArea, nRowCol, aWindowRect, rUIElement.m_aN… in implts_calcDockingPosSize()
2758 rTrackingRect = aWindowRect; in implts_calcDockingPosSize()
2776 … aUIElementRect.SetPos( ::Point( aWindowRect.Right(), aWindowRect.Top() )); in implts_calcDockingPosSize()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/table/
H A Dtabledatawindow.cxx95 tools::Rectangle const aWindowRect( Point( 0, 0 ), GetOutputSizePixel() ); in RequestHelp() local
96 TableCellGeometry const aCell( m_rTableControl, aWindowRect, hitCol, hitRow ); in RequestHelp()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/table/
H A Dtabledatawindow.cxx95 tools::Rectangle const aWindowRect( Point( 0, 0 ), GetOutputSizePixel() ); in RequestHelp() local
96 TableCellGeometry const aCell( m_rTableControl, aWindowRect, hitCol, hitRow ); in RequestHelp()
/dports/cad/opencascade/opencascade-7.6.0/src/Cocoa/
H A DCocoa_Window.mm378 NSRect aWindowRect = [aWindow frame];
379 X1 = (Standard_Integer) aWindowRect.origin.x;
380 …Y1 = getScreenBottom() - (Standard_Integer) aWindowRect.origin.y - (Standard_Integer) aWindowRect.…
381 X2 = X1 + (Standard_Integer) aWindowRect.size.width;
382 Y2 = Y1 + (Standard_Integer) aWindowRect.size.height;
/dports/editors/libreoffice/libreoffice-7.2.6.2/embeddedobj/source/general/
H A Ddocholder.cxx883 awt::Rectangle aWindowRect = xHWindow->getPosSize(); in GetDocFrame() local
885 … if (( aWindowRect.Width < aWorkRect.GetWidth()) && ( aWindowRect.Height < aWorkRect.GetHeight() )) in GetDocFrame()
887 int OffsetX = ( aWorkRect.GetWidth() - aWindowRect.Width ) / 2 + aWorkRect.Left(); in GetDocFrame()
888 int OffsetY = ( aWorkRect.GetHeight() - aWindowRect.Height ) /2 + aWorkRect.Top(); in GetDocFrame()
889 …xHWindow->setPosSize( OffsetX, OffsetY, aWindowRect.Width, aWindowRect.Height, awt::PosSize::POS ); in GetDocFrame()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embeddedobj/source/general/
H A Ddocholder.cxx879 awt::Rectangle aWindowRect = xHWindow->getPosSize(); in GetDocFrame() local
881 … if (( aWindowRect.Width < aWorkRect.GetWidth()) && ( aWindowRect.Height < aWorkRect.GetHeight() )) in GetDocFrame()
883 int OffsetX = ( aWorkRect.GetWidth() - aWindowRect.Width ) / 2 + aWorkRect.Left(); in GetDocFrame()
884 int OffsetY = ( aWorkRect.GetHeight() - aWindowRect.Height ) /2 + aWorkRect.Top(); in GetDocFrame()
885 …xHWindow->setPosSize( OffsetX, OffsetY, aWindowRect.Width, aWindowRect.Height, awt::PosSize::POS ); in GetDocFrame()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx200 tools::Rectangle aWindowRect = mpWindow->GetWindowExtentsRelative( nullptr ); in GetBoundingBoxOnScreen() local
201 Point aWindowLoc = aWindowRect.TopLeft(); in GetBoundingBoxOnScreen()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx197 tools::Rectangle aWindowRect = mpWindow->GetWindowExtentsRelative( nullptr ); in GetBoundingBoxOnScreen() local
198 Point aWindowLoc = aWindowRect.TopLeft(); in GetBoundingBoxOnScreen()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/awt/
H A DXDockableWindowListener.idl57 aWindowRect contains the new position and size of the window
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/awt/
H A DXDockableWindowListener.idl57 aWindowRect contains the new position and size of the window
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/window/
H A Dsalframe.cxx1249 RECT aClientRect, aWindowRect; in SetPosSize() local
1251 … GetWindowRect( mhWnd, &aWindowRect ); // x,y in screen coordinates, width and height with border in SetPosSize()
1266 nX = aWindowRect.left; in SetPosSize()
1268 nY = aWindowRect.top; in SetPosSize()
2990 RECT aWindowRect; in EndSetClipRegion() local
2991 GetWindowRect( mhWnd, &aWindowRect ); in EndSetClipRegion()
2996 OffsetRgn( hRegion, aPt.x - aWindowRect.left, aPt.y - aWindowRect.top ); in EndSetClipRegion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/window/
H A Dsalframe.cxx1244 RECT aClientRect, aWindowRect; in SetPosSize() local
1246 … GetWindowRect( mhWnd, &aWindowRect ); // x,y in screen coordinates, width and height with border in SetPosSize()
1261 nX = aWindowRect.left; in SetPosSize()
1263 nY = aWindowRect.top; in SetPosSize()
2927 RECT aWindowRect; in EndSetClipRegion() local
2928 GetWindowRect( mhWnd, &aWindowRect ); in EndSetClipRegion()
2933 OffsetRgn( hRegion, aPt.x - aWindowRect.left, aPt.y - aWindowRect.top ); in EndSetClipRegion()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Dtreeopt.cxx2094 auto aWindowRect = m_xPageParent->getPosSize(); in ActivatePage() local
2095 m_xPage->setPosSize(0, 0, aWindowRect.Width, aWindowRect.Height, awt::PosSize::POSSIZE); in ActivatePage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Dtreeopt.cxx2062 auto aWindowRect = m_xPageParent->getPosSize(); in ActivatePage() local
2063 m_xPage->setPosSize(0, 0, aWindowRect.Width, aWindowRect.Height, awt::PosSize::POSSIZE); in ActivatePage()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsWindow.h421 virtual bool OnResize(nsIntRect &aWindowRect);
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp10525 const LayoutDeviceIntRect& aWindowRect) { argument
10560 safeAreaRect = safeAreaRect.Intersect(aWindowRect);
10563 aSafeAreaInsets.top ? std::max(safeAreaRect.y - aWindowRect.y, 0) : 0;
10565 aSafeAreaInsets.left ? std::max(safeAreaRect.x - aWindowRect.x, 0) : 0;
10568 ? std::max((aWindowRect.x + aWindowRect.width) -
10574 ? std::max(aWindowRect.y + aWindowRect.height -
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp10375 const LayoutDeviceIntRect& aWindowRect) { argument
10410 safeAreaRect = safeAreaRect.Intersect(aWindowRect);
10413 aSafeAreaInsets.top ? std::max(safeAreaRect.y - aWindowRect.y, 0) : 0;
10415 aSafeAreaInsets.left ? std::max(safeAreaRect.x - aWindowRect.x, 0) : 0;
10418 ? std::max((aWindowRect.x + aWindowRect.width) -
10424 ? std::max(aWindowRect.y + aWindowRect.height -

12