Home
last modified time | relevance | path

Searched refs:aRect (Results 251 – 275 of 610) sorted by relevance

1...<<11121314151617181920>>...25

/aoo41x/main/sw/source/core/layout/
H A Dssfrm.cxx659 SwRect aRect = IsRowFrm() ? GetUpper()->Frm() : Frm(); in PaintArea() local
663 long nRight = (aRect.*fnRect->fnGetRight)(); in PaintArea()
664 long nLeft = (aRect.*fnRect->fnGetLeft)(); in PaintArea()
741 (aRect.*fnRect->fnSetLeft)( nLeft ); in PaintArea()
742 (aRect.*fnRect->fnSetRight)( nRight ); in PaintArea()
743 return aRect; in PaintArea()
/aoo41x/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx178 const Gdiplus::Rect aRect( 0,0,aBmpData.Width,aBmpData.Height ); in lock() local
179 if( Gdiplus::Ok != mpGDIPlusBitmap->LockBits( &aRect, in lock()
513 const Gdiplus::Rect aRect( tools::gdiPlusRectFromIntegerRectangle2D( rect ) ); in getData() local
525 if( Gdiplus::Ok != mpGDIPlusBitmap->LockBits( &aRect, in getData()
600 const Gdiplus::Rect aRect( tools::gdiPlusRectFromIntegerRectangle2D( rect ) ); in setData() local
611 if( Gdiplus::Ok != mpGDIPlusBitmap->LockBits( &aRect, in setData()
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleStringWrap.cxx86 Rectangle aRect; in GetIndexAtPoint() local
90 GetCharacterBounds(i, aRect); in GetIndexAtPoint()
91 if( aRect.IsInside(rPoint) ) in GetIndexAtPoint()
/aoo41x/main/toolkit/test/accessibility/
H A DCanvasShape.java237 com.sun.star.awt.Rectangle aRect = in paintText() local
240 double x = maShape.x + aRect.X; in paintText()
241 double y = maShape.y + aRect.Y + aRect.Height; in paintText()
/aoo41x/main/accessibility/source/standard/
H A Daccessiblemenucomponent.cxx124 Rectangle aRect = pWindow->GetWindowExtentsRelative( NULL ); in implGetBounds() local
125 aBounds = AWTRectangle( aRect ); in implGetBounds()
283 Rectangle aRect = pWindow->GetWindowExtentsRelative( NULL ); in getLocationOnScreen() local
284 aPos = AWTPoint( aRect.TopLeft() ); in getLocationOnScreen()
H A Dvclxaccessibletabpagewindow.cxx84 Rectangle aRect = Rectangle( m_pTabPage->GetPosPixel(), m_pTabPage->GetSizePixel() ); in implGetBounds() local
85 aRect.Move( -aPageRect.Left(), -aPageRect.Top() ); in implGetBounds()
86 aBounds = AWTRectangle( aRect ); in implGetBounds()
/aoo41x/main/vcl/unx/headless/
H A Dsvpdummies.cxx87 Rectangle aRect; in GetDisplayScreenPosSizePixel() local
89 aRect = Rectangle( Point(0,0), Size(VIRTUAL_DESKTOP_WIDTH,VIRTUAL_DESKTOP_HEIGHT) ); in GetDisplayScreenPosSizePixel()
90 return aRect; in GetDisplayScreenPosSizePixel()
/aoo41x/main/sfx2/source/dialog/
H A Dsplitwin.cxx396 Rectangle aRect = pWorkWin->GetFreeArea( !bPinned ); in StartSplit() local
401 nSize = aSize.Width() + aRect.GetWidth(); in StartSplit()
405 nSize = aSize.Height() + aRect.GetHeight(); in StartSplit()
1090 Rectangle aRect( aPos, aSize ); in CursorIsOverRect() local
1104 aRect = aRect.GetUnion( aVisRect ); in CursorIsOverRect()
1107 if ( aRect.IsInside( OutputToScreenPixel( ((Window*)this)->GetPointerPosPixel() ) ) ) in CursorIsOverRect()
/aoo41x/main/svx/source/svdraw/
H A Dsvdouno.cxx364 aRect.Move(aRect.Left()-aRect.Right(),aRect.Top()-aRect.Bottom()); in NbcResize()
H A Dsvdograf.cxx995 aRect.Left() - nHalfLineWidth, in TakeXorPoly()
996 aRect.Top() - nHalfLineWidth, in TakeXorPoly()
997 aRect.Right() + nHalfLineWidth, in TakeXorPoly()
998 aRect.Bottom() + nHalfLineWidth); in TakeXorPoly()
1100 Size aSizMerk( aRect.GetSize() ); in RestGeoData()
1265 ImpSdrGDIMetaFileImport aFilter(*GetModel(), GetLayer(), aRect); in DoConvertToPolyObj()
1278 pGrp->NbcShear(aRect.TopLeft(), aGeoStat.nShearWink, aGeoStat.nTan, false); in DoConvertToPolyObj()
1284 … pGrp->NbcRotate(aRect.TopLeft(), aGeoStat.nDrehWink, aGeoStat.nSin, aGeoStat.nCos); in DoConvertToPolyObj()
1471 aPos = aRect.TopLeft(); in AdjustToMaxRect()
/aoo41x/main/svtools/source/control/
H A Dtaskstat.cxx536 Rectangle aRect = rUDEvt.GetRect(); in UserDraw() local
547 pDev->DrawImage( Point( aRect.Left()+pItem->mnOffX, in UserDraw()
548 aRect.Top()+((aRect.GetHeight()-aImgSize.Width())/2) ), in UserDraw()
560 aPos.X() = aRect.Left()+nX; in UserDraw()
/aoo41x/main/vcl/source/control/
H A Dscrbar.cxx508 Rectangle aRect( aPos, aSize ); in Draw() local
1244 Rectangle aRect( maThumbRect ); in ImplInvert() local
1245 if( aRect.getWidth() > 4 ) in ImplInvert()
1247 aRect.Left() += 2; in ImplInvert()
1248 aRect.Right() -= 2; in ImplInvert()
1250 if( aRect.getHeight() > 4 ) in ImplInvert()
1252 aRect.Top() += 2; in ImplInvert()
1253 aRect.Bottom() -= 2; in ImplInvert()
1256 Invert( aRect, 0 ); in ImplInvert()
H A Dilstbox.cxx968 Rectangle aRect( aPoint, GetOutputSizePixel() ); in MouseMove() local
969 if( aRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseMove()
1246 Rectangle aRect( aPoint, GetOutputSizePixel() ); in Tracking() local
1799 DrawRect( aRect ); in ImplPaint()
1808 Erase( aRect ); in ImplPaint()
1816 aRect.Left() -= mnLeft; in ImplPaint()
1820 UserDrawEvent aUDEvt( this, aRect, nPos, 0 ); in ImplPaint()
2177 Rectangle aRect( Point( 0, nY ), aSz ); in GetBoundingRectangle() local
2178 return aRect; in GetBoundingRectangle()
3301 Rectangle aRect( aPos, aSz ); in StartFloat() local
[all …]
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleFilterMenu.cxx298 Rectangle aRect(aPos + aMenuPos, aMenuSize); in GetBoundingBoxOnScreen() local
299 return aRect; in GetBoundingBoxOnScreen()
320 Rectangle aRect(aMenuPos, aMenuSize); in GetBoundingBox() local
321 return aRect; in GetBoundingBox()
/aoo41x/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx206 Rectangle aRect(Point(0,0), aOutputSize); in ReInit() local
207 this->SetWorkArea(aRect); in ReInit()
370 Rectangle aRect(pObj->GetCurrentBoundRect()); in IsObjectHit() local
371 return aRect.IsInside(rPnt); in IsObjectHit()
/aoo41x/main/editeng/source/editeng/
H A Deditview.cxx201 Rectangle aRect( pImpEditView->aOutArea ); in Invalidate() local
203 aRect.Left() -= nMore; in Invalidate()
204 aRect.Right() += nMore; in Invalidate()
205 aRect.Top() -= nMore; in Invalidate()
206 aRect.Bottom() += nMore; in Invalidate()
207 pImpEditView->GetWindow()->Invalidate( aRect ); in Invalidate()
339 static Rectangle aRect; in GetVisArea() local
340 aRect = pImpEditView->GetVisDocArea(); in GetVisArea()
341 return aRect; in GetVisArea()
1397 Rectangle aRect; in GetWordUnderMousePointer() local
[all …]
/aoo41x/main/basegfx/test/
H A Dgenericclipper.cxx88 const B2DPolyPolygon aRect( in validate() local
99 aRect, true, true, false), in validate()
104 pFunc(aSelfIntersect, aRect); in validate()
/aoo41x/main/vcl/source/window/
H A Dcursor.cxx67 Rectangle aRect( pData->maPixPos, pData->maPixSize ); in ImplCursorInvert() local
70 Polygon aPoly( aRect ); in ImplCursorInvert()
90 int delta = 3*aRect.getWidth()+1; in ImplCursorInvert()
126 pWindow->Invert( aRect, nInvertStyle ); in ImplCursorInvert()
/aoo41x/main/reportdesign/source/ui/report/
H A DStartMarker.cxx150 Rectangle aRect( Point(nCornerWidth,nCornerHeight), in Paint() local
153 DrawPolyLine(Polygon(PixelToLogic(aRect)),LineInfo(LINE_SOLID,2 )); in Paint()
177 Rectangle aRect(m_aImage.GetPosPixel(),m_aImage.GetSizePixel()); in MouseButtonUp() local
178 if ( rMEvt.GetClicks() == 2 || aRect.IsInside( aPos ) ) in MouseButtonUp()
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java271 com.sun.star.awt.Rectangle aRect = in paintText() local
274 double x = maShape.x + aRect.X; in paintText()
275 double y = maShape.y + aRect.Y + aRect.Height; in paintText()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx769 RECT aRect; in invert() local
770 aRect.left = (int)nX; in invert()
771 aRect.top = (int)nY; in invert()
772 aRect.right = (int)nX+nWidth; in invert()
773 aRect.bottom = (int)nY+nHeight; in invert()
774 ::InvertRect( getHDC(), &aRect ); in invert()
/aoo41x/main/sd/source/ui/view/
H A Ddrviews4.cxx411 Rectangle aRect; in MouseMove() local
421 mpDrawView->TakeActionRect(aRect); in MouseMove()
422 aRect = GetActiveWindow()->LogicToPixel(aRect); in MouseMove()
426 aRect = Rectangle(maMousePos, maMousePos); in MouseMove()
429 ShowMousePosInfo(aRect, pWin); in MouseMove()
H A Dsdview.cxx554 pRec->aRect = rReg.GetBoundRect(); in CompleteRedraw()
972 Rectangle aRect( pObj->GetLogicRect() ); in SetMarkedOriginalSize() local
973 aRect.SetSize( aSize ); in SetMarkedOriginalSize()
974 pObj->SetLogicRect( aRect ); in SetMarkedOriginalSize()
1008 Rectangle aRect = pObj->GetLogicRect(); in DoConnect() local
1011 Size aDrawSize = aRect.GetSize(); in DoConnect()
1025 aRect.SetSize(aObjAreaSize); in DoConnect()
1026 pSdClient->SetObjArea(aRect); in DoConnect()
/aoo41x/main/starmath/source/
H A Dedit.cxx541 Rectangle aRect( aPoint, aOut ); in IMPL_LINK_INLINE_END() local
546 Point aPt( aRect.TopRight() ); aPt.X() -= nTmp -1L; in IMPL_LINK_INLINE_END()
549 aPt = aRect.BottomLeft(); aPt.Y() -= nTmp - 1L; in IMPL_LINK_INLINE_END()
556 aRect.Right() = aPt.X() - 2; in IMPL_LINK_INLINE_END()
557 aRect.Bottom() = aPt.Y() - 2; in IMPL_LINK_INLINE_END()
559 return aRect; in IMPL_LINK_INLINE_END()
/aoo41x/main/filter/source/msfilter/
H A Deschesdo.cxx116 Rectangle aRect( rObj.GetRect() ); in ImplFlipBoundingBox() local
127 double nWidthHalf = (double) aRect.GetWidth() / 2; in ImplFlipBoundingBox()
128 double nHeightHalf = (double) aRect.GetHeight() / 2; in ImplFlipBoundingBox()
133 aRect.Move( (sal_Int32)( -( nWidthHalf - nXDiff ) ), (sal_Int32)( - ( nHeightHalf + nYDiff ) ) ); in ImplFlipBoundingBox()
141 rObj.SetRect( aRect ); in ImplFlipBoundingBox()
724 Rectangle aRect( rObj.GetRect() ); in ImplWriteShape() local
725 aRect.Justify(); in ImplWriteShape()
726 rObj.SetRect( aRect ); in ImplWriteShape()

Completed in 177 milliseconds

1...<<11121314151617181920>>...25