Home
last modified time | relevance | path

Searched refs:TopRight (Results 1 – 25 of 92) sorted by relevance

1234

/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx257 aPoly[1] = aBorderRect.TopRight(); in ImplDrawLinearGradient()
271 aPoly[1] = aBorderRect.TopRight(); in ImplDrawLinearGradient()
343 aPoly[1] = aRect.TopRight(); in ImplDrawLinearGradient()
356 aPoly[1] = aMirrorRect.TopRight(); in ImplDrawLinearGradient()
380 aPoly[1] = aRect.TopRight(); in ImplDrawLinearGradient()
1240 rPt2 = rRect.TopRight(); in ImplCalcHatchValues()
1256 rEndPt1 = rRect.TopRight(); in ImplCalcHatchValues()
1284 rPt1 = rRect.TopRight(); in ImplCalcHatchValues()
H A Dbmpacc3.cxx303 DrawLine( rRect.TopLeft(), rRect.TopRight() ); in DrawRect()
304 DrawLine( rRect.TopRight(), rRect.BottomRight() ); in DrawRect()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx78 maTopRight.PaintCorner(rDevice, aBox.TopRight()); in PaintFrame()
82 maRight.PaintSide(rDevice, aBox.TopRight(), aBox.BottomRight(), maTopRight, maBottomRight); in PaintFrame()
83 maTop.PaintSide(rDevice, aBox.TopLeft(), aBox.TopRight(), maTopLeft, maTopRight); in PaintFrame()
/trunk/main/vcl/source/control/
H A Dslider.cxx413 DrawLine( aRect.TopLeft(), aRect.TopRight() ); in ImplDraw()
428 DrawLine( aRect.TopRight(), aRect.BottomRight() ); in ImplDraw()
456 DrawLine( aRect.TopRight(), aRect.BottomRight() ); in ImplDraw()
463 DrawLine( aRect.TopRight(), aRect.BottomRight() ); in ImplDraw()
H A Dspinbtn.cxx145 maUpperRect = Rectangle( maLowerRect.TopRight(), aRect.BottomRight() ); in Resize()
186 aUpperRect = Rectangle( aLowerRect.TopRight(), aRect.BottomRight() ); in Draw()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx220 return TopRight; in ClassifyBorderElementUnderMouse()
388 case PresenterPaneBorderManager::TopRight: in mouseMoved()
465 case PresenterPaneBorderManager::TopRight: in mouseDragged()
/trunk/main/vcl/source/window/
H A Ddockingarea.cxx185 DrawLine( aRect.TopLeft(), aRect.TopRight() ); in Paint()
190 DrawLine( aRect.TopRight(), aRect.BottomRight() ); in Paint()
H A Dfloatwin.cxx349 aPos = devRect.TopRight(); in ImplCalcPos()
363 e1 = devRect.TopRight(); in ImplCalcPos()
380 e2 = devRect.TopRight(); in ImplCalcPos()
/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx257 _rDevice.DrawLine( _rArea.BottomRight(), _rArea.TopRight() ); in PaintHeaderArea()
288 _rDevice.DrawLine( _rArea.BottomRight(), _rArea.TopRight()); in PaintColumnHeader()
477 _rDevice.DrawLine( _rArea.BottomRight(), _rArea.TopRight() ); in PaintCell()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx361 DrawLine( rRect.BottomRight(), rRect.TopRight() ); in Draw3DBorder()
367 DrawLine( rRect.BottomRight() - aEHvector, rRect.TopRight()+Point(-1,1) ); in Draw3DBorder()
372 DrawLine( rRect.TopLeft() + aEHvector, rRect.TopRight()+Point(-2,1) ); in Draw3DBorder()
/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldrawer.cxx197 m_pPaintDevice->DrawLine( i_rTitleBarBox.TopLeft(), i_rTitleBarBox.TopRight() ); in impl_paintBackground()
202 m_pPaintDevice->DrawLine( i_rTitleBarBox.TopRight(), i_rTitleBarBox.BottomRight() ); in impl_paintBackground()
H A Dpaneltabbar.cxx570 aCompletePos = aItem.aCompleteArea.TopRight(); in impl_calcItemRects()
571 aIconOnlyPos = aItem.aIconOnlyArea.TopRight(); in impl_calcItemRects()
572 aTextOnlyPos = aItem.aTextOnlyArea.TopRight(); in impl_calcItemRects()
/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx345 EEToUserSpace(rRect.TopRight(), rEESize, bIsVertical) ) : rRect; in EEToUserSpace()
351 return bIsVertical ? Rectangle( UserSpaceToEE(rRect.TopRight(), rEESize, bIsVertical), in UserSpaceToEE()
/trunk/main/svx/source/dialog/
H A Dframelink.cxx192 maBeg( bTLBR ? rRect.TopLeft() : rRect.TopRight() ), in LinePoints()
1085 … aRPoints.maBeg, aRPoints.maEnd, rRect.BottomRight(), rRect.TopRight(), rRect.TopLeft() ) ); in lclPushCrossingClipRegion()
1090 aLPoints.maBeg, aLPoints.maEnd, rRect.BottomLeft(), rRect.TopLeft(), rRect.TopRight() ); in lclPushCrossingClipRegion()
1092 … aRPoints.maBeg, aRPoints.maEnd, rRect.BottomLeft(), rRect.BottomRight(), rRect.TopRight() ) ); in lclPushCrossingClipRegion()
H A Dpagectrl.cxx282 aPos = aRect.TopRight(); in DrawPage()
294 aPos = aRect.TopRight(); in DrawPage()
H A Ddialcontrol.cxx165 DrawPie( maRect, maRect.TopRight(), maRect.TopCenter() ); in DrawBackground()
170 DrawPie( maRect, maRect.BottomCenter(), maRect.TopRight() ); in DrawBackground()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx119 lcl_SetTopRight( aArea, aOldVisArea.TopRight() ); in SetVisAreaOrSize()
207 lcl_SetTopRight( aNewArea, aMMRect.TopRight() ); in UpdateOle()
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx1592 aPoint = aInnerRect.TopRight(); in CalcAlignment()
1649 Point aPt( aInnerRect.TopRight() ); in CalcAlignment()
1802 DrawLine(aRect.TopLeft(), aRect.TopRight()); in Paint()
1809 DrawLine(aRect.TopRight(), aRect.BottomRight()); in Paint()
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.cxx217 Point aTR = aOuter.TopRight(); in GetTrackPosPixel()
228 aPos = aRect.TopRight() - aTR; in GetTrackPosPixel()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx326 Point aPoint(aRect.TopRight()); in lcl_GetRelativePos()
398 aPoint = aRect.TopRight(); in setPropertyValue()
534 Point aPoint(aRect.TopRight()); in setPropertyValue()
615 Point aPoint(aRect.TopRight()); in setPropertyValue()
/trunk/main/svx/source/svdraw/
H A Dsvdorect.cxx352 case 4: aPnt=aRect.TopRight(); eKind = HDL_UPRGT; break; // Oben rechts in GetHdl()
571 case 1: aPt=aRect.TopRight(); aPt.X()+=nWdt; aPt.Y()-=nWdt; break; in GetCornerGluePoint()
/trunk/main/tools/inc/tools/
H A Dgen.hxx409 Point TopRight() const;
510 inline Point Rectangle::TopRight() const in TopRight() function in Rectangle
/trunk/main/starmath/source/
H A Drect.cxx685 rDev.DrawLine(rRec.BottomRight(), rRec.TopRight()); in SmDrawFrame()
686 rDev.DrawLine(rRec.TopRight(), rRec.TopLeft()); in SmDrawFrame()
/trunk/main/sw/source/core/crsr/
H A Dtrvltbl.cxx254 …pTblCrsr->GetPtPos() = pMasterTabFrm->IsVertical() ? pMasterTabFrm->Frm().TopRight() : pMasterTabF… in _SelTblRowOrCol()
286 …pTblCrsr->GetMkPos() = pMasterTabFrm->IsVertical() ? pMasterTabFrm->Frm().TopRight() : pMasterTabF… in SelTbl()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx914 GetFlyFrm()->Frm().TopRight() : in NbcResize()
921 if( aOutRect.TopRight() != aNewPos ) in NbcResize()

Completed in 96 milliseconds

1234