Home
last modified time | relevance | path

Searched refs:BottomRight (Results 1 – 25 of 136) sorted by relevance

123456

/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx256 _rDevice.DrawLine( _rArea.BottomLeft(), _rArea.BottomRight() ); in PaintHeaderArea()
257 _rDevice.DrawLine( _rArea.BottomRight(), _rArea.TopRight() ); in PaintHeaderArea()
288 _rDevice.DrawLine( _rArea.BottomRight(), _rArea.TopRight()); in PaintColumnHeader()
289 _rDevice.DrawLine( _rArea.BottomLeft(), _rArea.BottomRight() ); in PaintColumnHeader()
408 _rDevice.DrawLine( _rArea.BottomLeft(), _rArea.BottomRight() ); in PaintRowHeader()
476 _rDevice.DrawLine( _rArea.BottomLeft(), _rArea.BottomRight() ); in PaintCell()
477 _rDevice.DrawLine( _rArea.BottomRight(), _rArea.TopRight() ); in PaintCell()
/trunk/main/vcl/source/control/
H A Dslider.cxx423 DrawLine( aRect.BottomLeft(), aRect.BottomRight() ); in ImplDraw()
428 DrawLine( aRect.TopRight(), aRect.BottomRight() ); in ImplDraw()
456 DrawLine( aRect.TopRight(), aRect.BottomRight() ); in ImplDraw()
457 DrawLine( aRect.BottomLeft(), aRect.BottomRight() ); in ImplDraw()
462 DrawLine( aRect.BottomLeft(), aRect.BottomRight() ); in ImplDraw()
463 DrawLine( aRect.TopRight(), aRect.BottomRight() ); in ImplDraw()
H A Dspinbtn.cxx145 maUpperRect = Rectangle( maLowerRect.TopRight(), aRect.BottomRight() ); in Resize()
150 maLowerRect = Rectangle( maUpperRect.BottomLeft(), aRect.BottomRight() ); in Resize()
186 aUpperRect = Rectangle( aLowerRect.TopRight(), aRect.BottomRight() ); in Draw()
191 aLowerRect = Rectangle( aUpperRect.BottomLeft(), aRect.BottomRight() ); in Draw()
H A Dtabctrl.cxx794 Point aRightTestPos = aRect.BottomRight(); in ImplDrawItem()
1171 DrawLine( aRect.TopRight(), aRect.BottomRight() ); in ImplPaint()
1172 DrawLine( aRect.BottomLeft(), aRect.BottomRight() ); in ImplPaint()
1342 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
1374 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
1399 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.cxx54 Point aBottomRight = aOuter.BottomRight(); in FillHandleRectsPixel()
216 Point aBR = aOuter.BottomRight(); in GetTrackPosPixel()
234 aPos = aRect.BottomRight() - aBR; in GetTrackPosPixel()
264 Point aBR = aOuter.BottomRight(); in GetTrackRectPixel()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx80 maBottomRight.PaintCorner(rDevice, aBox.BottomRight()); in PaintFrame()
82 maRight.PaintSide(rDevice, aBox.TopRight(), aBox.BottomRight(), maTopRight, maBottomRight); in PaintFrame()
84 maBottom.PaintSide(rDevice, aBox.BottomLeft(), aBox.BottomRight(), maBottomLeft, maBottomRight); in PaintFrame()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx360 DrawLine( rRect.BottomLeft(), rRect.BottomRight() ); in Draw3DBorder()
361 DrawLine( rRect.BottomRight(), rRect.TopRight() ); in Draw3DBorder()
366 DrawLine( rRect.BottomLeft()+Point(1,-1), rRect.BottomRight() - aEHvector ); in Draw3DBorder()
367 DrawLine( rRect.BottomRight() - aEHvector, rRect.TopRight()+Point(-1,1) ); in Draw3DBorder()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx229 return BottomRight; in ClassifyBorderElementUnderMouse()
400 case PresenterPaneBorderManager::BottomRight: in mouseMoved()
477 case PresenterPaneBorderManager::BottomRight: in mouseDragged()
/trunk/main/vcl/source/window/
H A Ddockingarea.cxx189 DrawLine( aRect.BottomLeft(), aRect.BottomRight() ); in Paint()
190 DrawLine( aRect.TopRight(), aRect.BottomRight() ); in Paint()
H A Dfloatwin.cxx264 pW->OutputToAbsoluteScreenPixel( normRect.BottomRight() ) ); in ImplCalcPos()
364 e2 = devRect.BottomRight(); in ImplCalcPos()
395 e2 = devRect.BottomRight(); in ImplCalcPos()
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx258 aPoly[2] = aBorderRect.BottomRight(); in ImplDrawLinearGradient()
272 aPoly[2] = aBorderRect.BottomRight(); in ImplDrawLinearGradient()
344 aPoly[2] = aRect.BottomRight(); in ImplDrawLinearGradient()
357 aPoly[2] = aMirrorRect.BottomRight(); in ImplDrawLinearGradient()
381 aPoly[2] = aRect.BottomRight(); in ImplDrawLinearGradient()
H A Dbmpacc3.cxx304 DrawLine( rRect.TopRight(), rRect.BottomRight() ); in DrawRect()
305 DrawLine( rRect.BottomRight(), rRect.BottomLeft() ); in DrawRect()
/trunk/main/svtools/source/toolpanel/
H A Dtabbargeometry.cxx238 … const Point aBottomRight( io_rItems.rbegin()->GetRect( eTryThis[ nTryIndex ] ).BottomRight() ); in impl_fitItems()
258 const Point aLastItemBottomRight( rLastItem.GetCurrentRect().BottomRight() ); in impl_fitItems()
H A Dtoolpaneldrawer.cxx201 m_pPaintDevice->DrawLine( i_rTitleBarBox.BottomLeft(), i_rTitleBarBox.BottomRight() ); in impl_paintBackground()
202 m_pPaintDevice->DrawLine( i_rTitleBarBox.TopRight(), i_rTitleBarBox.BottomRight() ); in impl_paintBackground()
/trunk/main/svx/source/stbctrls/
H A Dpszctrl.cxx404 pDev->DrawRect( Rectangle( aDrwPnt, rRect.BottomRight() ) ); in Paint()
408 pDev->DrawRect( Rectangle( aPnt, rRect.BottomRight() ) ); in Paint()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx722 OutputToScreenPixel( aLogicPix.BottomRight() ) ); in RequestHelp()
977 …rPoly.append(basegfx::B2DPoint(aNewObjectRectangle.BottomRight().X(), aNewObjectRectangle.BottomRi… in CreateDefaultObject()
H A Dframelink.cxx193 maEnd( bTLBR ? rRect.BottomRight() : rRect.BottomLeft() ) {} in LinePoints()
1083 … aLPoints.maBeg, aLPoints.maEnd, rRect.BottomRight(), rRect.BottomLeft(), rRect.TopLeft() ); in lclPushCrossingClipRegion()
1085 … aRPoints.maBeg, aRPoints.maEnd, rRect.BottomRight(), rRect.TopRight(), rRect.TopLeft() ) ); in lclPushCrossingClipRegion()
1092 … aRPoints.maBeg, aRPoints.maEnd, rRect.BottomLeft(), rRect.BottomRight(), rRect.TopRight() ) ); in lclPushCrossingClipRegion()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx144 inline Point BottomRight() const;
339 inline Point BitmapReadAccess::BottomRight() const in BottomRight() function in BitmapReadAccess
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx349 … const Rectangle aRightRectangle(aRectangle.TopCenter(), aRectangle.BottomRight()); in create2DDecompositionOfGraphic()
355 … const Rectangle aRightRectangle(aRectangle.TopCenter(), aRectangle.BottomRight()); in create2DDecompositionOfGraphic()
356 … const Rectangle aBottomRectangle(aRectangle.LeftCenter(), aRectangle.BottomRight()); in create2DDecompositionOfGraphic()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx378 aPt = OutputToScreenPixel( LogicToPixel( aRect.BottomRight() )); in RequestHelp()
486 OutputToScreenPixel(aLogicPix.BottomRight())); in RequestHelp()
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx321 Point aBeforeRightBottomPoint(aRectangle.BottomRight()); in ResizeShapes()
329 Point aDifferencePoint(aRectangle.BottomRight() - aBeforeRightBottomPoint); in ResizeShapes()
/trunk/main/svtools/source/misc/
H A Dimap2.cxx132 AppendCERNCoords( aRect.BottomRight(), aStr ); in WriteCERN()
151 AppendNCSACoords( aRect.BottomRight(), aStr ); in WriteNCSA()
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx553 && GetNextParameter( aParameter.BottomRight.First, nIndex, rValue ) in GetEnhancedRectangleSequence()
554 && GetNextParameter( aParameter.BottomRight.Second, nIndex, rValue ) ) in GetEnhancedRectangleSequence()
1285 CheckAndResolveEquationParameter( rSeq[ i ].BottomRight.First, pH ); in EndElement()
1286 CheckAndResolveEquationParameter( rSeq[ i ].BottomRight.Second, pH ); in EndElement()
/trunk/main/svx/source/svdraw/
H A Dsvdorect.cxx357 case 9: aPnt=aRect.BottomRight(); eKind = HDL_LWRGT; break; // Unten rechts in GetHdl()
572 case 2: aPt=aRect.BottomRight(); aPt.X()+=nWdt; aPt.Y()+=nWdt; break; in GetCornerGluePoint()
/trunk/main/tools/inc/tools/
H A Dgen.hxx412 Point BottomRight() const;
520 inline Point Rectangle::BottomRight() const in BottomRight() function in Rectangle

Completed in 140 milliseconds

123456