Home
last modified time | relevance | path

Searched refs:aRect (Results 176 – 200 of 610) sorted by relevance

12345678910>>...25

/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DGeneralTableSample.cs201 unoidl.com.sun.star.awt.Rectangle aRect = in doSampleFunction()
203 aRect.X = 10000; in doSampleFunction()
204 aRect.Y = 3000; in doSampleFunction()
205 aRect.Width = aRect.Height = 5000; in doSampleFunction()
211 xCharts.addNewByName( aName, aRect, aRanges, false, false ); in doSampleFunction()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessiblePageHeaderArea.cxx282 Rectangle aRect; in GetBoundingBoxOnScreen() local
290aRect = Rectangle(VCLPoint(xComp->getLocationOnScreen()), VCLRectangle(xComp->getBounds()).GetSize… in GetBoundingBoxOnScreen()
293 return aRect; in GetBoundingBoxOnScreen()
299 Rectangle aRect; in GetBoundingBox() local
308 aRect = aNewRect; in GetBoundingBox()
312 return aRect; in GetBoundingBox()
H A DAccessibleCell.cxx161 Rectangle aRect = pWindow->GetWindowExtentsRelative(NULL); in GetBoundingBoxOnScreen() local
162 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
163 aCellRect.setY(aCellRect.getY() + aRect.getY()); in GetBoundingBoxOnScreen()
184 Rectangle aRect(pWindow->GetWindowExtentsRelative(pWindow->GetAccessibleParentWindow())); in GetBoundingBox() local
185 aRect.Move(-aRect.Left(), -aRect.Top()); in GetBoundingBox()
186 aCellRect = aRect.Intersection(aCellRect); in GetBoundingBox()
/aoo41x/main/sw/source/core/access/
H A Dacccontext.cxx829 const awt::Rectangle & aRect) in lcl_PointInRectangle() argument
831 long nDiffX = aPoint.X - aRect.X; in lcl_PointInRectangle()
832 long nDiffY = aPoint.Y - aRect.Y; in lcl_PointInRectangle()
835 nDiffX >= 0 && nDiffX < aRect.Width && nDiffY >= 0 && in lcl_PointInRectangle()
836 nDiffY < aRect.Height; in lcl_PointInRectangle()
963 awt::Rectangle aRect = getBoundsImpl(sal_True); in getLocation() local
964 awt::Point aPoint(aRect.X, aRect.Y); in getLocation()
974 awt::Rectangle aRect = getBoundsImpl(sal_False); in getLocationOnScreen() local
976 Point aPixPos(aRect.X, aRect.Y); in getLocationOnScreen()
989 awt::Rectangle aRect = getBoundsImpl(sal_False); in getSize() local
[all …]
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx1500 Rectangle aRect; in Center() local
1501 pFrame->GetPosSize( aRect ); in Center()
2203 Rectangle aRect; in ShowFullScreen() local
2213 maGeometry.nY = aRect.Top(); in ShowFullScreen()
2240 if( !aRect.IsEmpty() ) in ShowFullScreen()
2241 SetPosSize( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), in ShowFullScreen()
3624 XRectangle aRect = { 0, 0, 0, 0 }; in HandleExposeEvent() local
3629 aRect.x = pEvent->xexpose.x; in HandleExposeEvent()
3630 aRect.y = pEvent->xexpose.y; in HandleExposeEvent()
3631 aRect.width = pEvent->xexpose.width; in HandleExposeEvent()
[all …]
/aoo41x/main/writerfilter/source/resourcemodel/
H A Dutil.cxx299 awt::Rectangle aRect; in propertysetToString() local
300 aAny >>= aRect; in propertysetToString()
303 aRect.X, aRect.Y, aRect.Width, aRect.Height); in propertysetToString()
/aoo41x/main/sw/source/core/layout/
H A Dtrvlfrm.cxx660 SwRect aRect( pStart->Frm() ); in lcl_UpDown() local
1333 aPoint.Y() = aRect.Top(); in GetCntntPos()
1335 aPoint.Y() = aRect.Bottom(); in GetCntntPos()
1337 aPoint.X() = aRect.Left(); in GetCntntPos()
1339 aPoint.X() = aRect.Right(); in GetCntntPos()
1418 if ( aAct.Y() < aRect.Top() ) in GetCntntPosition()
1419 aAct.Y() = aRect.Top(); in GetCntntPosition()
1421 aAct.Y() = aRect.Bottom(); in GetCntntPosition()
1422 if ( aAct.X() < aRect.Left() ) in GetCntntPosition()
1423 aAct.X() = aRect.Left(); in GetCntntPosition()
[all …]
/aoo41x/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx153 Rectangle aRect = m_pDlgEdObj->GetSnapRect(); in GetBounds() local
160 aRect.Move( aOrg.X(), aOrg.Y() ); in GetBounds()
163 aRect = m_pDialogWindow->LogicToPixel( aRect, MapMode(MAP_100TH_MM) ); in GetBounds()
167 aRect = aRect.GetIntersection( aParentRect ); in GetBounds()
168 aBounds = AWTRectangle( aRect ); in GetBounds()
/aoo41x/main/chart2/source/controller/main/
H A DChartFrameloader.cxx178 awt::Rectangle aRect( xComponentWindow->getPosSize() ); in load() local
180 … xComponentWindow->setPosSize( aRect.X, aRect.Y, aRect.Width, aRect.Height, nFlags ); in load()
/aoo41x/main/svtools/source/contnr/
H A Divctrl.cxx522 Rectangle aRect; in SetBackground() local
523 aRect.SetSize( Size(32765, 32765) ); in SetBackground()
524 aBackground.SetRect( aRect ); in SetBackground()
528 Rectangle aRect( _pImp->GetOutputRect() ); in SetBackground() local
529 aBackground.SetRect( aRect ); in SetBackground()
598 Rectangle aRect; in GetEntryCharacterBounds() local
603 aRect = GetCharacterBounds( aEntryCharacterRange.A() + _nCharacterIndex ); in GetEntryCharacterBounds()
606 return aRect; in GetEntryCharacterBounds()
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java198 com.sun.star.awt.Rectangle aRect = new com.sun.star.awt.Rectangle(); in doSampleFunction() local
199 aRect.X = 10000; in doSampleFunction()
200 aRect.Y = 3000; in doSampleFunction()
201 aRect.Width = aRect.Height = 5000; in doSampleFunction()
206 xCharts.addNewByName( aName, aRect, aRanges, false, false ); in doSampleFunction()
/aoo41x/main/vcl/source/window/
H A Dmenu.cxx762 pThis->DrawLine( aRect.BottomLeft(), aRect.BottomRight() ); in ImplAddNWFSeparator()
3706 Rectangle aRect( rRect ); in ImplExecute() local
3707 aRect.SetPos( pW->OutputToScreenPixel( aRect.TopLeft() ) ); in ImplExecute()
4109 Region aRegion = aRect; in ImplCalcClipRegion()
4830 Rectangle aRect; in ImplGetItemRect() local
4859 return aRect; in ImplGetItemRect()
5695 Rectangle aRect; in ImplGetItemRect() local
5714 return aRect; in ImplGetItemRect()
6134 Rectangle aRect; in GetMenuBarButtonRectPixel() local
6147 if( aRect.IsEmpty() ) in GetMenuBarButtonRectPixel()
[all …]
H A Dfloatwin.cxx475 Rectangle aRect( pReference->ScreenToOutputPixel(aAbsolute), Size(1,1) ) ; in ImplFloatHitTest() local
476 aRect = pReference->ImplOutputToUnmirroredAbsoluteScreenPixel( aRect ); in ImplFloatHitTest()
477 aAbsolute = aRect.TopLeft(); in ImplFloatHitTest()
738 Rectangle aRect = pBox->GetItemRect( nItemId ); in StartPopupMode() local
741 …GetParent()->AbsoluteScreenToOutputPixel( pBox->OutputToAbsoluteScreenPixel( aRect.TopLeft() ) ) ); in StartPopupMode()
742 aRect.SetPos( aPos ); in StartPopupMode()
769 StartPopupMode( aRect, nFlags ); in StartPopupMode()
/aoo41x/main/svx/source/sidebar/line/
H A DLineWidthControl.cxx86 Rectangle aRect( aPos, aSize ); in Paint() local
87 aRect.Left() -= 1; in Paint()
88 aRect.Top() -= 1; in Paint()
89 aRect.Right() += 1; in Paint()
90 aRect.Bottom() += 1; in Paint()
98 DrawRect(aRect); in Paint()
/aoo41x/main/svx/source/accessibility/
H A DGraphCtlAccessibleContext.cxx261 Rectangle aRect( GetBoundingBox() ); in getLocation() local
262 return awt::Point( aRect.getX(), aRect.getY() ); in getLocation()
270 Rectangle aRect( GetBoundingBoxOnScreen() ); in getLocationOnScreen() local
271 return awt::Point( aRect.getX(), aRect.getY() ); in getLocationOnScreen()
279 Rectangle aRect( GetBoundingBox() ); in getSize() local
280 return awt::Size( aRect.getWidth(), aRect.getHeight() ); in getSize()
/aoo41x/main/vcl/source/gdi/
H A Dregion.cxx261 const Rectangle aRect(aPolyPolygon.GetBoundRect()); in ImplCreateRegionBandFromPolyPolygon() local
263 if(!aRect.IsEmpty()) in ImplCreateRegionBandFromPolyPolygon()
272 pRetval = ImplGeneralPolygonToBands(aPolyPolygon, aRect); in ImplCreateRegionBandFromPolyPolygon()
402 const Rectangle aRect(rPolyPoly.GetBoundRect()); in ImplCreatePolyPolyRegion() local
404 if(!aRect.IsEmpty()) in ImplCreatePolyPolyRegion()
407 if((1 == aRect.GetWidth()) || (1 == aRect.GetHeight()) || rPolyPoly.IsRect()) in ImplCreatePolyPolyRegion()
409 mpRegionBand.reset(new RegionBand(aRect)); in ImplCreatePolyPolyRegion()
1799 Rectangle aRect; in GetRegionFromPolyPolygon() local
1805 if( ImplPolygonRectTest( rPoly, &aRect ) ) in GetRegionFromPolyPolygon()
1807 aResult.XOr( aRect ); in GetRegionFromPolyPolygon()
H A Dbitmap.cxx601 pWriteAcc->FillRect( aRect ); in Erase()
896 Rectangle aRect( rRectPixel ); in Crop() local
901 if( !aRect.IsEmpty() ) in Crop()
914 const long nOldX = aRect.Left(); in Crop()
915 const long nOldY = aRect.Top(); in Crop()
1382 Rectangle aRect( rRect ); in CreateRegion() local
1386 aRect.Justify(); in CreateRegion()
1391 const long nLeft = aRect.Left(); in CreateRegion()
1392 const long nTop = aRect.Top(); in CreateRegion()
1393 const long nRight = aRect.Right(); in CreateRegion()
[all …]
/aoo41x/main/sfx2/source/dialog/
H A Ddockwin.cxx1789 Rectangle aRect = Rectangle(Point(0, 0), in Paint() local
1795 DrawLine(aRect.BottomLeft(), aRect.BottomRight()); in Paint()
1796 aRect.Bottom()--; in Paint()
1802 DrawLine(aRect.TopLeft(), aRect.TopRight()); in Paint()
1803 aRect.Top()++; in Paint()
1809 DrawLine(aRect.TopRight(), aRect.BottomRight()); in Paint()
1810 aRect.Right()--; in Paint()
1816 DrawLine(aRect.TopLeft(), aRect.BottomLeft()); in Paint()
1817 aRect.Left()++; in Paint()
1825 aView.DrawFrame( aRect, FRAME_DRAW_OUT ); in Paint()
/aoo41x/main/svtools/source/hatchwindow/
H A Dhatchwindow.cxx74 void VCLXHatchWindow::QueryObjAreaPixel( Rectangle & aRect ) in QueryObjAreaPixel() argument
78 awt::Rectangle aUnoRequestRect = AWTRectangle( aRect ); in QueryObjAreaPixel()
82 aRect = VCLRectangle( aUnoResultRect ); in QueryObjAreaPixel()
91 void VCLXHatchWindow::RequestObjAreaPixel( const Rectangle & aRect ) in RequestObjAreaPixel() argument
95 awt::Rectangle aUnoRequestRect = AWTRectangle( aRect ); in RequestObjAreaPixel()
/aoo41x/main/sc/source/ui/view/
H A Dnotemark.cxx107 aRect = pObject->GetCurrentBoundRect(); in IMPL_LINK()
173 pWindow->Invalidate( pWindow->LogicToLogic(aRect, aMapMode, pWindow->GetMapMode()) ); in InvalidateWin()
179 pRightWin->Invalidate( pRightWin->LogicToLogic(aRect, in InvalidateWin()
183 pBottomWin->Invalidate( pBottomWin->LogicToLogic(aRect, in InvalidateWin()
187 pDiagWin->Invalidate( pDiagWin->LogicToLogic(aRect, in InvalidateWin()
/aoo41x/main/embeddedobj/test/Container1/
H A DBitmapPainter.java139 public void setRect( com.sun.star.awt.Rectangle aRect ) in setRect() argument
143 m_aDrawRect = aRect; in setRect()
177 com.sun.star.awt.Rectangle aRect = null; in windowPaint() local
183 aRect = m_aDrawRect; in windowPaint()
191 m_aPaintThread.setPaintRequest( xBitmap, aRect, e.UpdateRect ); in windowPaint()
/aoo41x/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.cxx103 sal_uInt32 _getWidthRect( const RECT& aRect ) in _getWidthRect() argument
105 return ( aRect.right - aRect.left ); in _getWidthRect()
113 sal_uInt32 _getHeightRect( const RECT& aRect ) in _getHeightRect() argument
115 return ( aRect.bottom - aRect.top ); in _getHeightRect()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbawindowbase.cxx64 css::awt::Rectangle aRect = xWindow->getPosSize(); in setPosSize() local
68 xWindow->setPosSize( nValue, aRect.Y, 0, 0, css::awt::PosSize::X ); in setPosSize()
71 xWindow->setPosSize( aRect.X, nValue, 0, 0, css::awt::PosSize::Y ); in setPosSize()
74 xWindow->setPosSize( 0, 0, nValue, aRect.Height, css::awt::PosSize::WIDTH ); in setPosSize()
77 xWindow->setPosSize( 0, 0, aRect.Width, nValue, css::awt::PosSize::HEIGHT ); in setPosSize()
/aoo41x/main/sd/source/ui/view/
H A Dviewshe2.cxx912 Rectangle aRect = pObj->GetLogicRect(); in ActivateObject() local
917 aSz.Width = aRect.GetWidth(); in ActivateObject()
918 aSz.Height = aRect.GetHeight(); in ActivateObject()
950 Rectangle aRect = pObj->GetLogicRect(); in ActivateObject() local
956 const Point aDelta(rBoundRect.Center() - aRect.Center()); in ActivateObject()
957 aRect.Move(aDelta.X(), aDelta.Y()); in ActivateObject()
960 Size aDrawSize = aRect.GetSize(); in ActivateObject()
974 aRect.SetSize(aObjAreaSize); in ActivateObject()
976 pSdClient->SetObjArea(aRect); in ActivateObject()
/aoo41x/main/sc/source/core/tool/
H A Ddetfunc.cxx371 Rectangle aRect( in GetDrawRect() local
375 return aRect; in GetDrawRect()
490 SdrRectObj* pBox = new SdrRectObj( aRect ); in InsertArrow()
564 SdrRectObj* pBox = new SdrRectObj( aRect ); in InsertToOtherTab()
661 Rectangle aRect = GetDrawRect( nCol, nRow ); in DrawCircle() local
662 aRect.Left() -= 250; in DrawCircle()
663 aRect.Right() += 250; in DrawCircle()
664 aRect.Top() -= 70; in DrawCircle()
665 aRect.Bottom() += 70; in DrawCircle()
667 SdrCircObj* pCircle = new SdrCircObj( OBJ_CIRC, aRect ); in DrawCircle()
[all …]

Completed in 187 milliseconds

12345678910>>...25