Home
last modified time | relevance | path

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

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

/trunk/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()
/trunk/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()
/trunk/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 …]
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx998 aRect.Left() - nHalfLineWidth, in TakeXorPoly()
999 aRect.Top() - nHalfLineWidth, in TakeXorPoly()
1000 aRect.Right() + nHalfLineWidth, in TakeXorPoly()
1001 aRect.Bottom() + nHalfLineWidth); in TakeXorPoly()
1103 Size aSizMerk( aRect.GetSize() ); in RestGeoData()
1268 ImpSdrGDIMetaFileImport aFilter(*GetModel(), GetLayer(), aRect); in DoConvertToPolyObj()
1281 pGrp->NbcShear(aRect.TopLeft(), aGeoStat.nShearWink, aGeoStat.nTan, false); in DoConvertToPolyObj()
1287 … pGrp->NbcRotate(aRect.TopLeft(), aGeoStat.nDrehWink, aGeoStat.nSin, aGeoStat.nCos); in DoConvertToPolyObj()
1474 aPos = aRect.TopLeft(); in AdjustToMaxRect()
H A Dsvdouno.cxx364 aRect.Move(aRect.Left()-aRect.Right(),aRect.Top()-aRect.Bottom()); in NbcResize()
/trunk/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()
1398 Rectangle aRect; in GetWordUnderMousePointer() local
[all …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx210 Rectangle aRect( aPoly.GetBoundRect() ); in AddGradientDef() local
232 aLinePoly[ 0 ] = Point( aObjRectCenter.X(), aRect.Top() ); in AddGradientDef()
233 aLinePoly[ 1 ] = Point( aObjRectCenter.X(), aRect.Bottom() ); in AddGradientDef()
582 Rectangle aRect; in ImplWriteRect() local
585 ImplMap( rRect, aRect ); in ImplWriteRect()
587 aRect = rRect; in ImplWriteRect()
589 mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrX, ::rtl::OUString::valueOf( aRect.Left() ) ); in ImplWriteRect()
590 mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrY, ::rtl::OUString::valueOf( aRect.Top() ) ); in ImplWriteRect()
591 …mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrWidth, ::rtl::OUString::valueOf( aRect.GetWidth… in ImplWriteRect()
1035 const Rectangle aRect( aPt, aSz ); in ImplWriteBmp() local
[all …]
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx894 Rectangle aRect( GetCellPosition( nCol, nRow, bSimple ), GetCellSize( nCol, nRow, bSimple ) ); in GetCellRect() local
900 aRect.Left() -= rCell.mnAddLeft; in GetCellRect()
901 aRect.Right() += rCell.mnAddRight; in GetCellRect()
902 aRect.Top() -= rCell.mnAddTop; in GetCellRect()
903 aRect.Bottom() += rCell.mnAddBottom; in GetCellRect()
905 return aRect; in GetCellRect()
1035 Rectangle aRect( GetCellRect( nCol, nRow ) ); in DrawRange() local
1036 if( (aRect.GetWidth() > 1) && (aRect.GetHeight() > 1) ) in DrawRange()
1043 DrawDiagFrameBorders( rDev, aRect, in DrawRange()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx747 SwRect aRect( Point(aCharPos.X() + nX, pOrig->Top() ), in _GetCharRect() local
751 pCMS->p2Lines->aPortion = aRect; in _GetCharRect()
753 pCMS->p2Lines->aPortion2 = aRect; in _GetCharRect()
1770 SwRect aRect( aTmpFrm ); in FillSelection() local
1771 aRect.Intersection( rRect ); in FillSelection()
1781 else if( aRect.HasArea() ) in FillSelection()
1790 SwTwips nTop = (aRect.*fnRect->fnGetTop)(); in FillSelection()
1791 SwTwips nBottom = (aRect.*fnRect->fnGetBottom)(); in FillSelection()
1792 SwTwips nLeft = (aRect.*fnRect->fnGetLeft)(); in FillSelection()
1793 SwTwips nRight = (aRect.*fnRect->fnGetRight)(); in FillSelection()
/trunk/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()
/trunk/main/sd/source/ui/view/
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()
H A Ddrviews4.cxx417 Rectangle aRect; in MouseMove() local
427 mpDrawView->TakeActionRect(aRect); in MouseMove()
428 aRect = GetActiveWindow()->LogicToPixel(aRect); in MouseMove()
432 aRect = Rectangle(maMousePos, maMousePos); in MouseMove()
435 ShowMousePosInfo(aRect, pWin); in MouseMove()
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx1922 awt::Rectangle aRect; in implts_findNextCascadeFloatingPos() local
2756 ::Rectangle aRect( rRect ); in implts_calcHotZoneRect()
2758 aRect.Left() -= nHotZoneOffset; in implts_calcHotZoneRect()
2759 aRect.Top() -= nHotZoneOffset; in implts_calcHotZoneRect()
2760 aRect.Right() += nHotZoneOffset; in implts_calcHotZoneRect()
2763 return aRect; in implts_calcHotZoneRect()
3454 awt::Rectangle aRect; in startDocking() local
3772 awt::Rectangle aRect; in prepareToggleFloatingMode() local
3893 xWindow->setPosSize( aRect.X, aRect.Y, 0, 0, awt::PosSize::POS ); in toggleFloatingMode()
4272 aPos.X = aRect.X; in getToolbarPos()
[all …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 163 milliseconds

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