| /trunk/main/svx/source/dialog/ |
| H A D | swframeexample.cxx | 159 aParaPrtArea.Bottom() -= nBTxtBorder; in InitAllRects_Impl() 190 aFrameAtFrame.Bottom() += 5; in InitAllRects_Impl() 191 …aFrameAtFrame.SetPos(Point(aFrameAtFrame.Left() + 2, (aPagePrtArea.Bottom() - aFrameAtFrame.GetHei… in InitAllRects_Impl() 224 aDrawObj.SetPos(Point(aParaPrtArea.Right() + 1, aParaPrtArea.Bottom() / 2)); in InitAllRects_Impl() 265 rRect.Bottom() = aPagePrtArea.Bottom(); in CalcBoundRect_Impl() 271 rRect.Bottom() = aPage.Bottom(); in CalcBoundRect_Impl() 309 rRect.Bottom() = aFrameAtFrame.Bottom(); in CalcBoundRect_Impl() 315 rRect.Bottom() = aFrameAtFrame.Bottom() - FLYINFLY_BORDER; in CalcBoundRect_Impl() 375 rRect.Bottom() = aPara.Bottom(); in CalcBoundRect_Impl() 380 rRect.Bottom() = aParaPrtArea.Bottom(); in CalcBoundRect_Impl() [all …]
|
| /trunk/main/svtools/source/hatchwindow/ |
| H A D | ipwin.cxx | 97 aRects[ 0 ].Bottom() = aRects[ 0 ].Top() + aBorder.Height() -1; in FillMoveRectsPixel() 103 aRects[ 2 ].Top() = aRects[ 2 ].Bottom() - aBorder.Height() -1; in FillMoveRectsPixel() 237 aPos.Y() = aRect.Bottom() - aBR.Y(); in GetTrackPosPixel() 282 aTrackRect.Bottom() = aBR.Y() + aDiff.Y(); in GetTrackRectPixel() 286 aTrackRect.Bottom() = aBR.Y() + aDiff.Y(); in GetTrackRectPixel() 289 aTrackRect.Bottom() = aBR.Y() + aDiff.Y(); in GetTrackRectPixel() 344 if( rValidate.Top() > rValidate.Bottom() ) in ValidateRect() 346 rValidate.Top() = rValidate.Bottom(); in ValidateRect() 347 rValidate.Bottom() = RECT_EMPTY; in ValidateRect() 356 if( rValidate.Top() > rValidate.Bottom() ) in ValidateRect() [all …]
|
| /trunk/main/vcl/source/window/ |
| H A D | decoview.cxx | 424 aTempRect.Bottom() = nCenterY+n2; in ImplDrawSymbol() 430 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol() 441 rRect.Bottom() - rRect.GetHeight() / 3 ); in ImplDrawSymbol() 443 rRect.Bottom() ); in ImplDrawSymbol() 511 aTempRect.Bottom() = nCenterY+n2; in ImplDrawSymbol() 517 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol() 524 aTempRect.Bottom() = nCenterY+n2-3; in ImplDrawSymbol() 530 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol() 541 aTempRect.Bottom() = nCenterY+n2; in ImplDrawSymbol() 547 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol() [all …]
|
| H A D | brdwin.cxx | 99 rRect.Bottom()++; in ImplCalcSymbolRect() 107 rRect.Bottom() -= nExtraHeight; in ImplCalcSymbolRect() 862 aNewRect.Top() = aNewRect.Bottom()-nMinHeight+1; in ImplTracking() 864 aNewRect.Top() = aNewRect.Bottom()-nMaxHeight+1; in ImplTracking() 868 aNewRect.Bottom() += aMousePos.Y(); in ImplTracking() 870 aNewRect.Bottom() = aNewRect.Top()+nMinHeight+1; in ImplTracking() 872 aNewRect.Bottom() = aNewRect.Top()+nMaxHeight+1; in ImplTracking() 898 aNewRect.Top() = aNewRect.Bottom()-aSize.Height()+1; in ImplTracking() 900 aNewRect.Bottom() = aNewRect.Top()+aSize.Height()-1; in ImplTracking() 1161 mnBottomBorder = aBounds.Bottom() - aContent.Bottom(); in Init() [all …]
|
| H A D | splitwin.cxx | 422 aRect.Bottom() += pSet->mnSplitSize; in ImplFindItem() 894 aRect.Bottom() = aRect.Top() + pItems[i].mnOldSplitSize; in ImplCalcSet2() 899 aRect.Bottom() = pItems[i].mnTop+pItems[i].mnOldHeight-1; in ImplCalcSet2() 910 aRect.Bottom() = aRect.Top() + pItems[i].mnSplitSize; in ImplCalcSet2() 915 aRect.Bottom() = pItems[i].mnTop+pItems[i].mnHeight-1; in ImplCalcSet2() 928 aRect.Bottom() = pItems[i].mnTop+pItems[i].mnHeight-1; in ImplCalcSet2() 1027 while ( aPos.Y() < rRect.Bottom() ); in ImplDrawBack() 1326 aRect.Bottom() = pThis->maDragRect.Bottom(); in ImplDrawSplitTracking() 1343 aRect.Bottom() = aRect.Top()+pThis->mpSplitSet->mnSplitSize-1; in ImplDrawSplitTracking() 1345 aRect.Bottom()--; in ImplDrawSplitTracking() [all …]
|
| /trunk/main/sfx2/source/sidebar/ |
| H A D | DrawHelper.cxx | 52 rBox.Bottom()-aBorderSize.Bottom()+1, in DrawBorder() 53 aBorderSize.Bottom(), in DrawBorder() 59 rBox.Bottom(), in DrawBorder() 67 rBox.Bottom()-aBorderSize.Bottom(), in DrawBorder() 97 rBox.Bottom()-aBorderSize.Bottom()+1, in DrawBevelBorder() 98 aBorderSize.Bottom(), in DrawBevelBorder() 104 rBox.Bottom() - aBorderSize.Bottom(), in DrawBevelBorder() 112 rBox.Bottom()-aBorderSize.Bottom(), in DrawBevelBorder() 127 rBox.Bottom() - aBorderSize.Bottom()+1, in DrawBevelBorder() 128 rBox.Bottom(), in DrawBevelBorder()
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | swrect.cxx | 53 m_Size.setHeight(rRect.Bottom() == RECT_EMPTY ? 0 : in SwRect() 54 rRect.Bottom() - rRect.Top() + 1); in SwRect() 98 n = rRect.Bottom(); in Union() 99 if ( Bottom() < n ) in Union() 100 Bottom( n ); in Union() 128 n = rRect.Bottom(); in Intersection() 129 if ( Bottom() > n ) in Intersection() 130 Bottom( n ); in Intersection() 152 n = rRect.Bottom(); in _Intersection() 153 if ( Bottom() > n ) in _Intersection() [all …]
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | viewport.cxx | 108 nTmp = pView->GetVisArea().Bottom()+lDelta; in lcl_GetPos() 205 if ( aNewVisArea.Bottom() >= lTmp ) in DocSzChgd() 207 lTmp = aNewVisArea.Bottom() - lTmp; in DocSzChgd() 208 aNewVisArea.Bottom() -= lTmp; in DocSzChgd() 242 aLR.Bottom() += lMin - aLR.Top(); in SetVisArea() 252 if( aLR.Bottom() < 0 ) in SetVisArea() 253 aLR.Bottom() = 0; in SetVisArea() 343 Point( aVisArea.Right() - lXDiff, aVisArea.Bottom() - lYDiff ) ), in SetVisArea() 396 else if( rRect.Bottom() > aVisArea.Bottom() ) //Verschiebung nach unten in CalcPt() 398 pPt->Y() = rRect.Bottom() - in CalcPt() [all …]
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdoedge.cxx | 619 long dyu=aR.Bottom()-rPt.Y(); in ImpCalcEscAngle() 669 if (bUnt) aP1.Y()=rRect.Bottom(); in ImpCalcObjToCenter() 686 aP3.Y()=rRect.Bottom(); in ImpCalcObjToCenter() 764 aBewareRect1.Bottom()+=nV; in ImpCalcEdgeTrack() 787 aBewareRect2.Bottom()+=nV; in ImpCalcEdgeTrack() 897 if (bUnt1) aXP[1].Y()=aBewareRect1.Bottom(); //+=500; in ImpCalcEdgeTrack() 901 if (bUnt2) aXP[2].Y()=aBewareRect2.Bottom(); //+=500; in ImpCalcEdgeTrack() 942 … if (aBewareRect1.Top()<=aBewareRect2.Bottom() && aBewareRect1.Bottom()>=aBewareRect2.Top()) { in ImpCalcEdgeTrack() 945 long n2=Min(aBewareRect1.Bottom(),aBewareRect2.Bottom()); in ImpCalcEdgeTrack() 950 aMeeting.Y()=(aBewareRect1.Bottom()+aBewareRect2.Top()+1)/2; in ImpCalcEdgeTrack() [all …]
|
| /trunk/main/svtools/source/toolpanel/ |
| H A D | tabbargeometry.cxx | 66 … ::basegfx::B2DRange aRect( io_rRect.Left(), io_rRect.Top(), io_rRect.Right(), io_rRect.Bottom() ); in lcl_transform() 71 io_rRect.Bottom() = long( aRect.getMaxY() ); in lcl_transform() 83 i_bRight ? -i_rReference.Bottom() : -i_rReference.Top() in lcl_rotate() 111 io_rArea.Top() = i_rReferenceArea.Top() + i_rReferenceArea.Bottom() - io_rArea.Top(); in lcl_mirrorVertically() 112 io_rArea.Bottom() = i_rReferenceArea.Top() + i_rReferenceArea.Bottom() - io_rArea.Bottom(); in lcl_mirrorVertically() 113 ::std::swap( io_rArea.Top(), io_rArea.Bottom() ); in lcl_mirrorVertically() 199 m_aItemsInset.Bottom() = ITEMS_INSET_BOTTOM; in TabBarGeometry() 218 aOutputSize.Height() -= m_aItemsInset.Bottom(); in impl_fitItems() 269 m_aItemsInset.Top() + m_aItemsInset.Bottom() in getOptimalSize() 276 rLastItemRect.Top() + 1 + rLastItemRect.Bottom() + m_aItemsInset.Bottom() in getOptimalSize()
|
| /trunk/main/sw/source/core/layout/ |
| H A D | paintfrm.cxx | 419 if ( Bottom() + nAdd >= rRect.Top() && in MakeUnion() 420 Top() - nAdd <= rRect.Bottom() ) in MakeUnion() 422 Bottom( Max( Bottom(), rRect.Bottom() ) ); in MakeUnion() 495 nL1c = rL1.Right(); nL1d = rL1.Bottom(); in ConnectEdges() 500 nL1c = rL1.Bottom(); nL1d = rL1.Right(); in ConnectEdges() 517 nL2c = rL2.Right(); nL2d = rL2.Bottom(); in ConnectEdges() 522 nL2c = rL2.Bottom(); nL2d = rL2.Right(); in ConnectEdges() 560 if ( pLA && pLA->Bottom() + 60 > pLB->Top() ) in ConnectEdges() 564 if ( rL1.Bottom() == pLA->Bottom() ) in ConnectEdges() 568 aIns.Bottom( pLA->Bottom() ); in ConnectEdges() [all …]
|
| /trunk/main/sc/source/ui/view/ |
| H A D | invmerge.cxx | 72 sal_Int32 nBottom = aCompRect.Bottom(); in Flush() 88 nBottom = aOtherRect.Bottom(); in Flush() 89 aCompRect.Bottom() = nBottom; in Flush() 90 (*pRects)[nComparePos].Bottom() = nBottom; in Flush() 132 aLineRect.Top() == aTotalRect.Bottom() + 1 ) in FlushLine() 135 aTotalRect.Bottom() = aLineRect.Bottom(); in FlushLine() 164 aJustified.Bottom() == aLineRect.Bottom() ) in AddRect()
|
| /trunk/main/editeng/source/editeng/ |
| H A D | impedit.cxx | 454 if ( aOutArea.Bottom() < aOutArea.Top() ) in SetOutputArea() 455 aOutArea.Bottom() = aOutArea.Top(); in SetOutputArea() 479 …ngle(aOutArea.Left() - nMore, aOldArea.Top() - nMore, aOldArea.Left(), aOldArea.Bottom() + nMore)); in ResetOutputArea() 483 …ngle(aOldArea.Left() - nMore, aOldArea.Top() - nMore, aOutArea.Left(), aOldArea.Bottom() + nMore)); in ResetOutputArea() 488 …le(aOutArea.Right(), aOldArea.Top() - nMore, aOldArea.Right() + nMore, aOldArea.Bottom() + nMore)); in ResetOutputArea() 492 …le(aOldArea.Right(), aOldArea.Top() - nMore, aOutArea.Right() + nMore, aOldArea.Bottom() + nMore)); in ResetOutputArea() 504 if(aOldArea.Bottom() > aOutArea.Bottom()) in ResetOutputArea() 506 …lidate(Rectangle(aOldArea.Left() - nMore, aOutArea.Bottom(), aOldArea.Right() + nMore, aOldArea.Bo… in ResetOutputArea() 508 else if(aOldArea.Bottom() < aOutArea.Bottom()) in ResetOutputArea() 510 …lidate(Rectangle(aOldArea.Left() - nMore, aOldArea.Bottom(), aOldArea.Right() + nMore, aOutArea.Bo… in ResetOutputArea() [all …]
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fuconbez.cxx | 419 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left(), rRectangle.Bottom())); in CreateDefaultObject() 421 … const basegfx::B2DPoint aCenterBottom(rRectangle.Center().X(), rRectangle.Bottom()); in CreateDefaultObject() 441 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left(), rRectangle.Bottom())); in CreateDefaultObject() 449 basegfx::B2DPoint(rRectangle.Center().X(), rRectangle.Bottom()), in CreateDefaultObject() 450 basegfx::B2DPoint(rRectangle.Right(), rRectangle.Bottom()), in CreateDefaultObject() 455 … aInnerPoly.append(basegfx::B2DPoint(rRectangle.Right(), rRectangle.Bottom())); in CreateDefaultObject() 470 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left(), rRectangle.Bottom())); in CreateDefaultObject() 475 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Right(), rRectangle.Bottom())); in CreateDefaultObject() 479 … aInnerPoly.append(basegfx::B2DPoint(rRectangle.Center().X(), rRectangle.Bottom())); in CreateDefaultObject() 496 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left(), rRectangle.Bottom())); in CreateDefaultObject() [all …]
|
| /trunk/main/svtools/source/control/ |
| H A D | scrwin.cxx | 350 aMax.Bottom() -= (Window::GetSizePixel().Height() - in SetVisibleSize() 394 if ( aTarget.Bottom() > aTotRect.Bottom() ) in MakeVisible() 396 long nDelta = aTarget.Bottom() - aTotRect.Bottom(); in MakeVisible() 398 aTarget.Bottom() -= nDelta; in MakeVisible() 421 aTarget.Bottom() -= nDelta; in MakeVisible() 425 if ( aTarget.Bottom() > aTotRect.Bottom() ) in MakeVisible() 426 aTarget.Bottom() = aTotRect.Bottom(); in MakeVisible() 444 ( aBox.Bottom() - aVisArea.Bottom() ); in MakeVisible()
|
| H A D | ruler.cxx | 415 aRect.Bottom() = nY; in ImplInvertLines() 433 aRect.Bottom() = n; in ImplInvertLines() 439 aTempRect.Bottom() = RULER_OFF-1; in ImplInvertLines() 445 aTempRect.Bottom() = aRect.Bottom(); in ImplInvertLines() 446 aTempRect.Top() = aTempRect.Bottom()-RULER_OFF+1; in ImplInvertLines() 1010 rRect.Bottom() = aTmp.Right(); in lcl_RotateRect_Impl() 1012 rRect.Right() = aTmp.Bottom(); in lcl_RotateRect_Impl() 1038 aRect1.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1042 aRect2.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1050 aRect1.Bottom() = rPos.Y(); in ImplDrawRulerTab() [all …]
|
| /trunk/main/tools/inc/tools/ |
| H A D | svborder.hxx | 53 Bottom() = rBorder.Bottom(); in operator =() 61 Bottom() += rBorder.Bottom(); in operator +=() 69 Bottom() -= rBorder.Bottom(); in operator -=() 79 long & Bottom() { return nBottom; } in Bottom() function in SvBorder 83 long Bottom() const { return nBottom; } in Bottom() function in SvBorder
|
| /trunk/main/vcl/source/gdi/ |
| H A D | outdev4.cxx | 188 aRect.Bottom() += (long)fDY; in ImplDrawLinearGradient() 198 aMirrorRect.Top() = ( aRect.Top() + aRect.Bottom() ) / 2; in ImplDrawLinearGradient() 201 aRect.Bottom() = aMirrorRect.Top(); in ImplDrawLinearGradient() 254 aBorderRect.Bottom() = (long)( aBorderRect.Top() + fBorder ); in ImplDrawLinearGradient() 255 aRect.Top() = aBorderRect.Bottom(); in ImplDrawLinearGradient() 268 aBorderRect.Top() = (long) ( aBorderRect.Bottom() - fBorder ); in ImplDrawLinearGradient() 269 aMirrorRect.Bottom() = aBorderRect.Top(); in ImplDrawLinearGradient() 315 double fMirrorGradientLine = (double) aMirrorRect.Bottom(); in ImplDrawLinearGradient() 341 aRect.Bottom() = (long)( fGradientLine + ( ((double) i) + 1.0 ) * fScanInc ); in ImplDrawLinearGradient() 353 aMirrorRect.Bottom() = (long)( fMirrorGradientLine - ((double) i) * fScanInc ); in ImplDrawLinearGradient() [all …]
|
| /trunk/main/vcl/source/control/ |
| H A D | slider.cxx | 176 maChannel1Rect.Bottom() = mnChannelPixBottom; in ImplUpdateRects() 185 maChannel2Rect.Bottom() = mnChannelPixBottom; in ImplUpdateRects() 204 maThumbRect.Bottom() = maThumbRect.Top()+SLIDER_THUMB_SIZE-1; in ImplUpdateRects() 208 maChannel1Rect.Bottom() = maThumbRect.Top()-1; in ImplUpdateRects() 214 if ( mnChannelPixOffset+mnChannelPixRange-1 > maThumbRect.Bottom() ) in ImplUpdateRects() 216 maChannel2Rect.Top() = maThumbRect.Bottom()+1; in ImplUpdateRects() 217 maChannel2Rect.Bottom() = mnChannelPixOffset+mnChannelPixRange-1; in ImplUpdateRects() 231 maThumbRect.Bottom() = maThumbRect.Top() + aThumbBounds.GetHeight() - 1; in ImplUpdateRects() 321 maThumbRect.Bottom()= aSize.Height()-1; in ImplCalc() 408 DrawLine( aRect.TopLeft(), Point( aRect.Left(), aRect.Bottom()-1 ) ); in ImplDraw() [all …]
|
| H A D | scrbar.cxx | 228 maThumbRect.Bottom() = maThumbRect.Top()+mnThumbPixSize-1; in ImplUpdateRects() 230 maPage1Rect.Bottom() = RECT_EMPTY; in ImplUpdateRects() 232 maPage1Rect.Bottom() = maThumbRect.Top()-1; in ImplUpdateRects() 234 maPage2Rect.Bottom() = RECT_EMPTY; in ImplUpdateRects() 237 maPage2Rect.Top() = maThumbRect.Bottom()+1; in ImplUpdateRects() 238 maPage2Rect.Bottom() = maTrackRect.Bottom(); in ImplUpdateRects() 258 const long nSpace = maTrackRect.Bottom() - maTrackRect.Top(); in ImplUpdateRects() 262 maPage1Rect.Bottom() = maTrackRect.Top() + (nSpace/2); in ImplUpdateRects() 263 maPage2Rect.Top() = maPage1Rect.Bottom() + 1; in ImplUpdateRects() 264 maPage2Rect.Bottom() = maTrackRect.Bottom(); in ImplUpdateRects() [all …]
|
| /trunk/main/sw/source/core/view/ |
| H A D | pagepreviewlayout.cxx | 96 maPaintedPrevwDocRect.Bottom() = 0; in _Clear() 112 maPreviewDocRect.Right() = maPreviewDocRect.Bottom() = 0; in _ClearPrevwLayoutSizes() 338 _aProposedStartPos.Y() <= maPreviewDocRect.Bottom(); in Prepare() 464 maPaintedPrevwDocRect.Bottom() == maPreviewDocRect.Bottom() && in Prepare() 737 if ( aProposedStartPos.Y() > maPreviewDocRect.Bottom() ) in SetBookPreviewMode() 739 aProposedStartPos.Y() = maPreviewDocRect.Bottom(); in SetBookPreviewMode() 811 if ( aNewPaintStartPos.Y() > maPreviewDocRect.Bottom() ) in GetPreviewStartPosForNewScale() 813 Max( 0L, maPreviewDocRect.Bottom() - mnPrevwLayoutHeight ); in GetPreviewStartPosForNewScale() 1020 maPaintedPrevwDocRect.Bottom() == maPreviewDocRect.Bottom() in GetWinPagesScrollAmount() 1294 aPxPageRect.Right(), aPxPageRect.Bottom() ); in _PaintSelectMarkAtPage() [all …]
|
| H A D | vdraw.cxx | 263 aRect.Bottom( aRect.Bottom() + WIEDUWILLST ); in IsDragPossible() 290 if ( rOldWork.Bottom() > aRect.Bottom() || rOldWork.Right() > aRect.Right()) in NotifySizeChg() 335 if ( aBound.Top() > aRect.Bottom() ) in NotifySizeChg() 336 aSz.Height() = (aRect.Bottom() - aBound.Top()) - MINFLY; in NotifySizeChg() 342 if ( aBound.Bottom() < aRect.Top() ) in NotifySizeChg() 343 aSz.Width() = (aBound.Bottom() - aRect.Top()) - MINFLY; in NotifySizeChg()
|
| /trunk/main/sw/source/ui/frmdlg/ |
| H A D | frmmgr.cxx | 343 if (rVal.nVPos + rVal.nHeight > aBoundRect.Bottom()) in ValidateMetrics() 347 rVal.nVPos -= ((rVal.nVPos + rVal.nHeight) - aBoundRect.Bottom()); in ValidateMetrics() 351 rVal.nHeight = aBoundRect.Bottom() - rVal.nVPos; in ValidateMetrics() 354 if (rVal.nVPos + rVal.nHeight > aBoundRect.Bottom()) in ValidateMetrics() 355 rVal.nHeight = aBoundRect.Bottom() - rVal.nVPos; in ValidateMetrics() 364 rVal.nMaxHeight = aBoundRect.Bottom() - nV; in ValidateMetrics() 366 rVal.nMaxVPos = aBoundRect.Bottom() - rVal.nHeight; in ValidateMetrics() 393 ? aBoundRect.Bottom() in ValidateMetrics() 405 ? aBoundRect.Bottom() in ValidateMetrics() 418 rVal.nMaxVPos = aBoundRect.Bottom() - rVal.nHeight; in ValidateMetrics() [all …]
|
| /trunk/main/svx/source/tbxctrls/ |
| H A D | tbcontrl.cxx | 1343 aRect.Bottom() = 6; in MakeLineBitmap() 1349 aRect.Bottom() = 6; in MakeLineBitmap() 1356 aRect.Bottom() = 7; in MakeLineBitmap() 1363 aRect.Bottom() = 7; in MakeLineBitmap() 1371 aRect.Bottom() = 8; in MakeLineBitmap() 1378 aRect.Bottom() = 5; in MakeLineBitmap() 1381 aRect.Bottom() = 7; in MakeLineBitmap() 1388 aRect.Bottom() = 4; in MakeLineBitmap() 1391 aRect.Bottom() = 7; in MakeLineBitmap() 1398 aRect.Bottom() = 5; in MakeLineBitmap() [all …]
|
| /trunk/main/sc/source/ui/drawfunc/ |
| H A D | fuconpol.cxx | 272 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left(), rRectangle.Bottom())); in CreateDefaultObject() 274 … const basegfx::B2DPoint aCenterBottom(rRectangle.Center().X(), rRectangle.Bottom()); in CreateDefaultObject() 293 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left(), rRectangle.Bottom())); in CreateDefaultObject() 301 basegfx::B2DPoint(rRectangle.Center().X(), rRectangle.Bottom()), in CreateDefaultObject() 302 basegfx::B2DPoint(rRectangle.Right(), rRectangle.Bottom()), in CreateDefaultObject() 315 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left(), rRectangle.Bottom())); in CreateDefaultObject() 322 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Bottom(), rRectangle.Right())); in CreateDefaultObject() 326 … aInnerPoly.append(basegfx::B2DPoint(rRectangle.Center().X(), rRectangle.Bottom())); in CreateDefaultObject()
|