Home
last modified time | relevance | path

Searched refs:aRect (Results 201 – 225 of 608) sorted by relevance

12345678910>>...25

/trunk/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()
/trunk/main/tools/source/generic/
H A Dpoly.cxx444 Rectangle aRect( rRect ); in Polygon() local
445 aRect.Justify(); // SJ: i9140 in Polygon()
453 mpImplPolygon->mpPointAry[0] = aRect.TopLeft(); in Polygon()
454 mpImplPolygon->mpPointAry[1] = aRect.TopRight(); in Polygon()
455 mpImplPolygon->mpPointAry[2] = aRect.BottomRight(); in Polygon()
456 mpImplPolygon->mpPointAry[3] = aRect.BottomLeft(); in Polygon()
457 mpImplPolygon->mpPointAry[4] = aRect.TopLeft(); in Polygon()
461 const Point aTL( aRect.Left() + nHorzRound, aRect.Top() + nVertRound ); in Polygon()
462 const Point aTR( aRect.Right() - nHorzRound, aRect.Top() + nVertRound ); in Polygon()
463 const Point aBR( aRect.Right() - nHorzRound, aRect.Bottom() - nVertRound ); in Polygon()
[all …]
/trunk/main/vcl/os2/source/window/
H A Dsalobj.cxx116 RECTL aRect; in SalSysObjWndProc() local
117 hPS = WinBeginPaint( hWnd, NULLHANDLE, &aRect ); in SalSysObjWndProc()
217 RECTL aRect; in SalSysObjChildWndProc() local
218 hPS = WinBeginPaint( hWnd, NULLHANDLE, &aRect ); in SalSysObjChildWndProc()
292 RECTL aRect; in SalSysObjClipWndProc() local
293 hPS = WinBeginPaint( hWnd, NULLHANDLE, &aRect ); in SalSysObjClipWndProc()
/trunk/main/vcl/source/control/
H A Dspinbtn.cxx141 Rectangle aRect( aTmpPoint, aSize ); in Resize() local
145 maUpperRect = Rectangle( maLowerRect.TopRight(), aRect.BottomRight() ); in Resize()
150 maLowerRect = Rectangle( maUpperRect.BottomLeft(), aRect.BottomRight() ); in Resize()
181 Rectangle aRect( Point( 0, 0 ), aSize ); in Draw() local
186 aUpperRect = Rectangle( aLowerRect.TopRight(), aRect.BottomRight() ); in Draw()
191 aLowerRect = Rectangle( aUpperRect.BottomLeft(), aRect.BottomRight() ); in Draw()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1049 aRect.Union(aTextEditArea); in SdrEndTextEdit()
1051 aRect=pWin->LogicToPixel(aRect); in SdrEndTextEdit()
1052 aRect.Left()-=nMorePix; in SdrEndTextEdit()
1053 aRect.Top()-=nMorePix; in SdrEndTextEdit()
1054 aRect.Right()+=nMorePix; in SdrEndTextEdit()
1055 aRect.Bottom()+=nMorePix; in SdrEndTextEdit()
1056 aRect=pWin->PixelToLogic(aRect); in SdrEndTextEdit()
1064 pWin->DrawPixel(aRect.TopLeft()); in SdrEndTextEdit()
1065 pWin->DrawPixel(aRect.TopRight()); in SdrEndTextEdit()
1066 pWin->DrawPixel(aRect.BottomLeft()); in SdrEndTextEdit()
[all …]
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx388 Rectangle aRect( GetFieldRectPixel(nCurRow, in ToggleSelection() local
391 aRect.Left() -= MIN_COLUMNWIDTH; in ToggleSelection()
392 aRect.Right() += MIN_COLUMNWIDTH; in ToggleSelection()
393 aRect.Top() = 0; in ToggleSelection()
395 pDataWin->Invalidate( aRect ); in ToggleSelection()
892 pDev->DrawRect( aRect ); in Draw()
2151 long nX = aRowBar.Right() - aRect.Left(); in calcTableRect()
2152 long nY = aRowBar.Top() - aRect.Top(); in calcTableRect()
2153 Size aSize(aRect.GetSize()); in calcTableRect()
2166 Point aTopLeft = aRect.TopLeft(); in GetFieldRectPixelAbs()
[all …]
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx291 awt::Rectangle aRect = xWindow->getPosSize(); in makeVisible() local
292 ::Rectangle aNewRect( aRect.X, aRect.Y, aRect.X + aRect.Width, aRect.Y + aRect.Height ); in makeVisible()
978 awt::Rectangle aRect = xControlWindow->getPosSize(); variable
979 ::Rectangle aNonUnoRect( aRect.X, aRect.Y, aRect.X + aRect.Width, aRect.Y + aRect.Height );
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx562 Rectangle aRect( Point( aPos.X, aPos.Y ), Size( aSize.Width, aSize.Height ) ); in _CreateSdrObject() local
571 pNewObj = new SdrMeasureObj( aRect.TopLeft(), aRect.BottomRight() ); in _CreateSdrObject()
577 aPoly.append(basegfx::B2DPoint(aRect.Left(), aRect.Top())); in _CreateSdrObject()
578 aPoly.append(basegfx::B2DPoint(aRect.Right(), aRect.Bottom())); in _CreateSdrObject()
590 pNewObj->SetSnapRect(aRect); in _CreateSdrObject()
H A Dunoshap4.cxx467 Rectangle aRect = pOle2Obj->GetLogicRect(); in createObject() local
468 if ( aRect.GetWidth() == 100 && aRect.GetHeight() == 100 ) in createObject()
475 aRect.SetSize( Size( aSz.Width, aSz.Height ) ); in createObject()
479 pOle2Obj->SetLogicRect( aRect ); in createObject()
531 Rectangle aRect = pOle2Obj->GetLogicRect(); in createLink() local
532 if ( aRect.GetWidth() == 100 && aRect.GetHeight() == 100 ) in createLink()
538 aRect.SetSize( Size( aSz.Width, aSz.Height ) ); in createLink()
542 pOle2Obj->SetLogicRect( aRect ); in createLink()
/trunk/main/sw/source/core/draw/
H A Ddview.cxx761 SwRect aRect; in TakeDragLimit() local
762 if( ::CalcClipRect( pObj, aRect, eMode == SDRDRAG_MOVE ) ) in TakeDragLimit()
764 rRect = aRect.SVRect(); in TakeDragLimit()
831 Rectangle aRect = pObj->GetSnapRect(); in CalcAnchor() local
832 aPt = bTopRight ? aRect.TopRight() : aRect.TopLeft(); in CalcAnchor()
846 const SwRect aRect( aPt.X(), aPt.Y(), 1, 1 ); in CalcAnchor() local
853 pAnch = pContact->FindPage( aRect ); in CalcAnchor()
/trunk/main/framework/source/uielement/
H A Dstatusbaritem.cxx149 Rectangle aRect = m_pStatusBar->GetItemRect( m_nId ); in getItemRect() local
150 return ::com::sun::star::awt::Rectangle( aRect.Left(), in getItemRect()
151 aRect.Top(), in getItemRect()
152 aRect.GetWidth(), in getItemRect()
153 aRect.GetHeight() ); in getItemRect()
/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLineAccess.cxx166 Rectangle aRect(m_pLine ? m_pLine->GetBoundingRect() : Rectangle()); in getBounds() local
167 return awt::Rectangle(aRect.getX(),aRect.getY(),aRect.getWidth(),aRect.getHeight()); in getBounds()
/trunk/main/sw/source/ui/docvw/
H A Dedtdd.cxx225 Rectangle aRect( pOLV->GetOutputArea() ); in ExecuteDrop() local
226 aRect.Union( pObj->GetLogicRect() ); in ExecuteDrop()
228 if ( aRect.IsInside(aPos) ) in ExecuteDrop()
289 Rectangle aRect( pOLV->GetOutputArea() ); in GetDropDestination() local
290 aRect.Union( pObj->GetLogicRect() ); in GetDropDestination()
292 if( aRect.IsInside( aPos ) ) in GetDropDestination()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx849 Rectangle aRect( pObj->GetLogicRect() ); in InsertData() local
850 Size aSize( aRect.GetSize() ); in InsertData()
855 aRect.SetPos( maDropPos ); in InsertData()
856 pObj->SetLogicRect( aRect ); in InsertData()
1006 Rectangle aRect( maDropPos, aSize ); in InsertData() local
1177 Rectangle aRect( maDropPos, aSize ); in InsertData() local
1178 SdrOle2Obj* pObj = new SdrOle2Obj( aObjRef, aName, aRect ); in InsertData()
1416 Rectangle aRect( pOLV->GetOutputArea() ); in InsertData() local
1419 if( aRect.IsInside( aPos ) || ( !bDrag && IsTextEdit() ) ) in InsertData()
1451 Rectangle aRect( pOLV->GetOutputArea() ); in InsertData() local
[all …]
H A Dzoomlist.cxx131 Rectangle aRect(*(Rectangle*) GetObject(mnCurPos)); in GetNextZoomRect() local
132 return (aRect); in GetNextZoomRect()
152 Rectangle aRect(*(Rectangle*) GetObject(mnCurPos)); in GetPreviousZoomRect() local
153 return (aRect); in GetPreviousZoomRect()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx655 Rectangle aRect = ( ( (const MetaEllipseAction*) pMA )->GetRect() ); in ImplWriteActions() local
656 Point aCenter = aRect.Center(); in ImplWriteActions()
657 Polygon aPoly( aCenter, aRect.GetWidth() / 2, aRect.GetHeight() / 2 ); in ImplWriteActions()
896 Rectangle aRect = pA->GetRect(); in ImplWriteActions() local
912 …ImplBmp( &aBitmap, &aMask, Point( aRect.Left(), aRect.Top() ), aRect.GetWidth(), aRect.GetHeight()… in ImplWriteActions()
915 …ImplBmp( &aBitmap, NULL, Point( aRect.Left(), aRect.Top() ), aRect.GetWidth(), aRect.GetHeight() ); in ImplWriteActions()
929 ImplRectFill( aRect ); in ImplWriteActions()
1725 Rectangle aRect; in ImplBmp() local
1738 aRect = Rectangle( Point( 0, nHeightOrg - nHeightLeft ), Size( (long)nWidth, (long)nHeight ) ); in ImplBmp()
1739 aRegion = Region( pMaskBitmap->CreateRegion( COL_BLACK, aRect ) ); in ImplBmp()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleText.java456 Rectangle aRect = null; in _getIndexAtPoint() local
460 aRect = oObj.getCharacterBounds(i); in _getIndexAtPoint()
466 int x = aRect.X + (aRect.Width / 2); in _getIndexAtPoint()
467 int y = aRect.Y + (aRect.Height / 2); in _getIndexAtPoint()
471 x = aRect.X; in _getIndexAtPoint()
472 y = aRect.Y + (aRect.Height / 2); in _getIndexAtPoint()
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx230 Rectangle aRect( Point( nx1, ny1 ), Point( nx2, ny2 ) ); in ImplReadRegion() local
231 Polygon aPolygon( aRect ); in ImplReadRegion()
756 const Rectangle aRect( ReadRectangle( nX32, nY32, nx32, ny32 )); in ReadEnhWMF() local
761 pOut->DrawEllipse( aRect ); in ReadEnhWMF()
763 pOut->DrawPie( aRect, Point( nStartX, nStartY ), Point( nEndX, nEndY ) ); in ReadEnhWMF()
850 Rectangle aRect( Point( xDest, yDest ), Size( cxDest+1, cyDest+1 ) ); in ReadEnhWMF() local
884 aBmpSaveList.Insert( new BSaveStruct( aBitmap, aRect, dwRop ), LIST_APPEND ); in ReadEnhWMF()
909 Rectangle aRect( Point( xDest, yDest ), Size( cxDest+1, cyDest+1 ) ); in ReadEnhWMF() local
946 aBmpSaveList.Insert( new BSaveStruct( aBitmap, aRect, dwRop ), LIST_APPEND ); in ReadEnhWMF()
963 Rectangle aRect( Point( xDest, yDest ), Size( cxDest+1, cyDest+1 ) ); in ReadEnhWMF() local
[all …]
/trunk/main/svx/source/stbctrls/
H A Dzoomsliderctrl.cxx268 Rectangle aRect = rUsrEvt.GetRect(); in Paint() local
269 Rectangle aSlider = aRect; in Paint()
288 Rectangle aSnapping( aRect ); in Paint()
324 Point aImagePoint = aRect.TopLeft(); in Paint()
331 aImagePoint = aRect.TopLeft(); in Paint()
337 …aImagePoint.X() = aRect.TopLeft().X() + aControlRect.GetWidth() - nIncDecWidth - (nSliderXOffset -… in Paint()
/trunk/main/canvas/source/null/
H A Dnull_spritecanvas.cxx78 awt::Rectangle aRect; in initialize() local
79 maArguments[2] >>= aRect; in initialize()
80 const ::basegfx::B2ISize aSize(aRect.Width, in initialize()
81 aRect.Height); in initialize()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx1643 Rectangle aRect(pObject->GetCurrentBoundRect()); in CreateHtmlForPresPages() local
1644 Point aLogPos(aRect.TopLeft()); in CreateHtmlForPresPages()
1645 bool bIsSquare = aRect.GetWidth() == aRect.GetHeight(); in CreateHtmlForPresPages()
1655 aRect.Left() = (long)(aRect.Left() * fLogicToPixel); in CreateHtmlForPresPages()
1656 aRect.Top() = (long)(aRect.Top() * fLogicToPixel); in CreateHtmlForPresPages()
1657 aRect.Right() = (long)(aRect.Right() * fLogicToPixel); in CreateHtmlForPresPages()
1658 aRect.Bottom() = (long)(aRect.Bottom() * fLogicToPixel); in CreateHtmlForPresPages()
1659 long nRadius = aRect.GetWidth() / 2; in CreateHtmlForPresPages()
1829 aRect.Left() + nRadius, in CreateHtmlForPresPages()
1830 aRect.Top() + nRadius, in CreateHtmlForPresPages()
[all …]
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1371 Rectangle aRect; in ImplCreateEmbeddedBmp() local
1780 Rectangle aRect; in CreateGraphicProperties() local
2010 …rGeoRect = ::com::sun::star::awt::Rectangle( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.Ge… in CreatePolygonProperties()
4849 Point aCenter( aRect.Center() ); in GetConnectorRule()
5430 Rectangle aRect; in EnterGroup() local
5432 aRect = *pBoundRect; in EnterGroup()
5440 << (sal_Int32)aRect.Top() in EnterGroup()
5441 << (sal_Int32)aRect.Right() in EnterGroup()
5442 << (sal_Int32)aRect.Bottom(); in EnterGroup()
5459 Commit( aPropOpt, aRect ); in EnterGroup()
[all …]
/trunk/main/vcl/source/gdi/
H A Dbmpacc3.cxx122 const Rectangle aRect( aPoint, maBitmap.GetSizePixel() ); in Erase() local
125 FillRect( aRect ); in Erase()
276 Rectangle aRect( aPoint, maBitmap.GetSizePixel() ); in FillRect() local
278 aRect.Intersection( rRect ); in FillRect()
280 if( !aRect.IsEmpty() ) in FillRect()
/trunk/main/toolkit/qa/complex/toolkit/
H A DUnitConversion.java124 com.sun.star.awt.Rectangle aRect = xWindow.getPosSize(); in testXUnitConversion() local
125 com.sun.star.awt.Point aPoint = new com.sun.star.awt.Point(aRect.X, aRect.Y); in testXUnitConversion()
126 com.sun.star.awt.Size aSize = new com.sun.star.awt.Size(aRect.Width, aRect.Height); in testXUnitConversion()
/trunk/main/cui/source/tabpages/
H A Dgrfpage.cxx792 Rectangle aRect(Point((aWinSize.Width() - aFrameSize.Width())/2, in Paint() local
795 aGrf.Draw( this, aRect.TopLeft(), aRect.GetSize() ); in Paint()
801 aRect.Left() += aTopLeft.Y(); in Paint()
802 aRect.Top() += aTopLeft.X(); in Paint()
803 aRect.Right() -= aBottomRight.Y(); in Paint()
804 aRect.Bottom() -= aBottomRight.X(); in Paint()
805 DrawRect( aRect ); in Paint()

Completed in 194 milliseconds

12345678910>>...25