Home
last modified time | relevance | path

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

12345678910>>...25

/trunk/main/vcl/source/components/
H A Ddisplay.cxx105 Rectangle aRect; in getPropertyValue() local
108 aRect = Application::GetScreenPosSizePixel( mnDisplay ); in getPropertyValue()
112 aRect = Application::GetWorkAreaPosSizePixel( mnDisplay ); in getPropertyValue()
121 …return Any( com::sun::star::awt::Rectangle( aRect.Left(), aRect.Top(), aRect.getWidth(), aRect.get… in getPropertyValue()
/trunk/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()
/trunk/main/svtools/source/toolpanel/
H A Dtabbargeometry.cxx66 … ::basegfx::B2DRange aRect( io_rRect.Left(), io_rRect.Top(), io_rRect.Right(), io_rRect.Bottom() ); in lcl_transform()
67 aRect.transform( i_rTransformation ); in lcl_transform()
68 io_rRect.Left() = long( aRect.getMinX() ); in lcl_transform()
69 io_rRect.Top() = long( aRect.getMinY() ); in lcl_transform()
70 io_rRect.Right() = long( aRect.getMaxX() ); in lcl_transform()
71 io_rRect.Bottom() = long( aRect.getMaxY() ); in lcl_transform()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/vcl/source/gdi/
H A Dregion.cxx263 const Rectangle aRect(aPolyPolygon.GetBoundRect()); in ImplCreateRegionBandFromPolyPolygon() local
265 if(!aRect.IsEmpty()) in ImplCreateRegionBandFromPolyPolygon()
274 pRetval = ImplGeneralPolygonToBands(aPolyPolygon, aRect); in ImplCreateRegionBandFromPolyPolygon()
404 const Rectangle aRect(rPolyPoly.GetBoundRect()); in ImplCreatePolyPolyRegion() local
406 if(!aRect.IsEmpty()) in ImplCreatePolyPolyRegion()
409 if((1 == aRect.GetWidth()) || (1 == aRect.GetHeight()) || rPolyPoly.IsRect()) in ImplCreatePolyPolyRegion()
411 mpRegionBand.reset(new RegionBand(aRect)); in ImplCreatePolyPolyRegion()
1801 Rectangle aRect; in GetRegionFromPolyPolygon() local
1807 if( ImplPolygonRectTest( rPoly, &aRect ) ) in GetRegionFromPolyPolygon()
1809 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 …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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 …]
/trunk/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()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx264 Rectangle aRect( LogicToPixel( rRect )); in Paint() local
268 mpPgPrevwLayout->Paint( PixelToLogic( aRect ) ); in Paint()
1547 Rectangle aRect( rOfst, rSize ); in InnerResizePixel() local
1548 aRect += aBorder; in InnerResizePixel()
1549 ViewResizePixel( *pViewWin, aRect.TopLeft(), aRect.GetSize(), in InnerResizePixel()
1665 Rectangle aRect; in IMPL_LINK() local
1666 aRect.Left() = aPos.X() -8; in IMPL_LINK()
1667 aRect.Right() = aRect.Left(); in IMPL_LINK()
1668 aRect.Top() = aPos.Y(); in IMPL_LINK()
1669 aRect.Bottom() = aRect.Top(); in IMPL_LINK()
[all …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/vcl/source/control/
H A Dedit.cxx594 aRect.Justify(); in ImplRepaint()
607 aNormalClipRegion.Union( aRect ); in ImplRepaint()
668 aRect.Justify(); in ImplRepaint()
669 aClip.Union( aRect ); in ImplRepaint()
1097 aRect.Left() = nXStart; in ImplClearBackground()
1098 aRect.Right() = nXEnd; in ImplClearBackground()
1156 Erase( aRect ); in ImplClearBackground()
1916 Rectangle aRect( aPos, aSize ); in Draw() local
1919 ImplDrawFrame( pDev, aRect ); in Draw()
1924 pDev->DrawRect( aRect ); in Draw()
[all …]

Completed in 192 milliseconds

12345678910>>...25