/aoo4110/main/svx/source/dialog/ |
H A D | swframeexample.cxx | 269 rRect.Bottom() = aPagePrtArea.Bottom(); in CalcBoundRect_Impl() 275 rRect.Bottom() = aPage.Bottom(); in CalcBoundRect_Impl() 313 rRect.Bottom() = aFrameAtFrame.Bottom(); in CalcBoundRect_Impl() 319 rRect.Bottom() = aFrameAtFrame.Bottom() - FLYINFLY_BORDER; in CalcBoundRect_Impl() 379 rRect.Bottom() = aPara.Bottom(); in CalcBoundRect_Impl() 384 rRect.Bottom() = aParaPrtArea.Bottom(); in CalcBoundRect_Impl() 393 rRect.Bottom() = aAutoCharFrame.Bottom(); in CalcBoundRect_Impl() 428 rRect.Bottom() = aDrawObj.Bottom(); in CalcBoundRect_Impl() 435 rRect.Bottom() = aParaPrtArea.Bottom(); in CalcBoundRect_Impl() 611 if (aFrmRect.Bottom() > pOuterFrame->Bottom()) in Paint() [all …]
|
/aoo4110/main/svtools/source/hatchwindow/ |
H A D | ipwin.cxx | 237 aPos.Y() = aRect.Bottom() - aBR.Y(); in GetTrackPosPixel() 346 rValidate.Top() = rValidate.Bottom(); in ValidateRect() 347 rValidate.Bottom() = RECT_EMPTY; in ValidateRect() 358 rValidate.Top() = rValidate.Bottom(); in ValidateRect() 359 rValidate.Bottom() = RECT_EMPTY; in ValidateRect() 366 rValidate.Bottom() = RECT_EMPTY; in ValidateRect() 377 rValidate.Bottom() = RECT_EMPTY; in ValidateRect() 383 rValidate.Bottom() = RECT_EMPTY; in ValidateRect() 387 rValidate.Bottom() = RECT_EMPTY; in ValidateRect() 404 if( rValidate.Bottom() == RECT_EMPTY ) in ValidateRect() [all …]
|
/aoo4110/main/vcl/source/window/ |
H A D | decoview.cxx | 802 rRect.Bottom()--; in ImplDrawFrame() 866 rRect.Bottom()--; in ImplDrawFrame() 869 rRect.Bottom()++; in ImplDrawFrame() 894 rRect.Bottom()--; in ImplDrawFrame() 927 rRect.Bottom()--; in ImplDrawFrame() 1034 aRect2.Bottom() = aFillRect.Bottom(); in ImplDrawButton() 1047 aRect1.Bottom() = aFillRect.Bottom(); in ImplDrawButton() 1170 rRect.Bottom()--; in ImplDrawButton() 1187 rRect.Bottom() -= 1; in ImplDrawButton() 1202 rRect.Bottom() -= 2; in ImplDrawButton() [all …]
|
H A D | brdwin.cxx | 99 rRect.Bottom()++; in ImplCalcSymbolRect() 107 rRect.Bottom() -= nExtraHeight; in ImplCalcSymbolRect() 868 aNewRect.Bottom() += aMousePos.Y(); in ImplTracking() 1161 mnBottomBorder = aBounds.Bottom() - aContent.Bottom(); in Init() 1213 mnBottomBorder = aRect.Bottom()-aCalcRect.Bottom(); in Init() 1505 pData->mnBottomBorder = aRect.Bottom()-aCalcRect.Bottom(); in Init() 1544 pData->maPinRect.Bottom() = nItemBottom; in Init() 1562 pData->maMenuRect.Bottom() = nItemBottom; in Init() 1571 pData->maDockRect.Bottom() = nItemBottom; in Init() 2195 aWinRect.Bottom() -= nBottomBorder; in InvalidateBorder() [all …]
|
H A D | splitwin.cxx | 422 aRect.Bottom() += pSet->mnSplitSize; in ImplFindItem() 1027 while ( aPos.Y() < rRect.Bottom() ); in ImplDrawBack() 1326 aRect.Bottom() = pThis->maDragRect.Bottom(); in ImplDrawSplitTracking() 1345 aRect.Bottom()--; in ImplDrawSplitTracking() 1788 rRect.Bottom() = mnDY-mnBottomBorder-1; in ImplGetButtonRect() 1792 rRect.Bottom() += mnBottomBorder; in ImplGetButtonRect() 1804 rRect.Bottom() += mnBottomBorder; in ImplGetButtonRect() 1892 DrawLine( Point( rRect.Left(), rRect.Bottom() ), Point( rRect.Right(), rRect.Bottom() ) ); in ImplDrawButtonRect() 1913 long nBottom = rRect.Bottom(); in ImplDrawButtonRect() 1922 DrawLine( Point( rRect.Left(), rRect.Bottom() ), Point( rRect.Right(), rRect.Bottom() ) ); in ImplDrawButtonRect() [all …]
|
/aoo4110/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()
|
/aoo4110/main/soldep/source/ |
H A D | tbox.cxx | 158 DrawLine( Point(aRect.Left(), aRect.Top()), Point(aRect.Left(), aRect.Bottom())); in Paint() 163 DrawLine( Point(aRect.Left()+4, aRect.Top()), Point(aRect.Left()+4, aRect.Bottom())); in Paint() 169 DrawLine( Point(aRect.Left(), aRect.Bottom()), Point(aRect.Left()+2, aRect.Bottom())); in Paint() 174 DrawLine( Point(aRect.Left()+4, aRect.Bottom()), Point(aRect.Left()+6, aRect.Bottom())); in Paint() 241 DrawLine( Point( aRect.Left(), aRect.Bottom()), Point( aRect.Right(), aRect.Bottom())); in MouseButtonDown() 247 DrawLine( Point( aRect.Left(), aRect.Top()), Point( aRect.Left(), aRect.Bottom())); in MouseButtonDown() 283 DrawLine( Point( aRect.Left(), aRect.Top()), Point( aRect.Left(), aRect.Bottom())); in MouseButtonUp() 287 DrawLine( Point( aRect.Left(), aRect.Bottom()), Point( aRect.Right(), aRect.Bottom())); in MouseButtonUp() 288 DrawLine( Point( aRect.Right(), aRect.Bottom()), Point( aRect.Right(), aRect.Top())); in MouseButtonUp() 330 DrawLine( Point( aRect.Left(), aRect.Top()), Point( aRect.Left(), aRect.Bottom())); in MouseMove() [all …]
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 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() 154 Bottom( n ); in _Intersection() 172 const long nBottom = Bottom(); in IsInside() [all …]
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 208 if ( aNewVisArea.Bottom() >= lTmp ) in DocSzChgd() 211 aNewVisArea.Bottom() -= lTmp; in DocSzChgd() 245 aLR.Bottom() += lMin - aLR.Top(); in SetVisArea() 255 if( aLR.Bottom() < 0 ) in SetVisArea() 256 aLR.Bottom() = 0; in SetVisArea() 399 else if( rRect.Bottom() > aVisArea.Bottom() ) //Verschiebung nach unten in CalcPt() 401 pPt->Y() = rRect.Bottom() - in CalcPt() 461 long nBottomDiff = aVisArea.Bottom() - aDlgRect.Bottom(); in Scroll() 840 if ( aRect.Bottom() > lHeight ) in CalcVisArea() 844 aRect.Bottom() -= lDelta; in CalcVisArea() [all …]
|
/aoo4110/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()
|
/aoo4110/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() 942 if (aBewareRect1.Top()<=aBewareRect2.Bottom() && aBewareRect1.Bottom()>=aBewareRect2.Top()) { in ImpCalcEdgeTrack() 945 long n2=Min(aBewareRect1.Bottom(),aBewareRect2.Bottom()); in ImpCalcEdgeTrack() 962 long nYMax=Max(aBewareRect1.Bottom(),aBewareRect2.Bottom()); in ImpCalcEdgeTrack() 964 aBewareRect1.Bottom()>aBewareRect2.Top() && aBewareRect1.Top()<aBewareRect2.Bottom(); in ImpCalcEdgeTrack() 1025 if (aBewR1.Bottom()>aBewR2.Top() && aBewR1.Top()<aBewR2.Bottom()) { in ImpCalcEdgeTrack() [all …]
|
/aoo4110/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 428 Bottom( Max( Bottom(), rRect.Bottom() ) ); in MakeUnion() 570 if ( rL1.Bottom() == pLA->Bottom() ) in ConnectEdges() 574 aIns.Bottom( pLA->Bottom() ); in ConnectEdges() 588 if ( rL1.Bottom() > pLB->Bottom() ) in ConnectEdges() 1020 if ( rRect.Bottom() < aPxCenterRect.Bottom() ) in SwAlignRect() 1023 aAlignedPxRect.Bottom( aAlignedPxRect.Bottom() - 1 ); in SwAlignRect() 3278 aPaintRect.Bottom( pFrm->Frm().Bottom() ); in Paint() 3282 aPaintRect.Bottom( pFrm->Frm().Bottom() ); in Paint() 3892 rOutRect.Bottom( rOutRect.Bottom()- nHeight ); in PaintShadow() 3928 aOut.Bottom( aOut.Bottom() - nHeight); in PaintShadow() [all …]
|
/aoo4110/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()
|
/aoo4110/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
|
/aoo4110/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 …]
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit.cxx | 454 if ( aOutArea.Bottom() < aOutArea.Top() ) in SetOutputArea() 455 aOutArea.Bottom() = aOutArea.Top(); in SetOutputArea() 504 if(aOldArea.Bottom() > aOutArea.Bottom()) in ResetOutputArea() 508 else if(aOldArea.Bottom() < aOutArea.Bottom()) in ResetOutputArea() 642 aAnchorPoint.Y() = aOutArea.Bottom() - 1; in CalcAnchorPoint() 734 if ( aEditCursor.Bottom() > aTmpVisArea.Bottom() ) in ShowCursor() 736 nDocDiffY = aEditCursor.Bottom() - aTmpVisArea.Bottom(); in ShowCursor() 822 aEditCursor.Bottom() = GetVisDocBottom(); in ShowCursor() 922 aNewVisArea.Bottom() -= ndY; in Scroll() 927 aNewVisArea.Bottom() += ndX; in Scroll() [all …]
|
/aoo4110/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() 445 aTempRect.Bottom() = aRect.Bottom(); in ImplInvertLines() 1038 aRect1.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1042 aRect2.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1050 aRect1.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1054 aRect2.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1061 aRect1.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1065 aRect2.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1072 aRect1.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1513 aRect.Bottom() -= 2; in ImplDrawExtra() [all …]
|
/aoo4110/main/vcl/source/control/ |
H A D | slider.cxx | 180 maChannel1Rect.Bottom() = mnChannelPixBottom; in ImplUpdateRects() 189 maChannel2Rect.Bottom() = mnChannelPixBottom; in ImplUpdateRects() 208 maThumbRect.Bottom() = maThumbRect.Top()+SLIDER_THUMB_SIZE-1; in ImplUpdateRects() 212 maChannel1Rect.Bottom() = maThumbRect.Top()-1; in ImplUpdateRects() 220 maChannel2Rect.Top() = maThumbRect.Bottom()+1; in ImplUpdateRects() 221 maChannel2Rect.Bottom() = mnChannelPixOffset+mnChannelPixRange-1; in ImplUpdateRects() 325 maThumbRect.Bottom()= aSize.Height()-1; in ImplCalc() 437 aRect.Bottom()--; in ImplDraw() 476 aRect.Bottom()--; in ImplDraw() 520 aRect.Bottom() = aSize.Height()-1; in ImplIsPageUp() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 188 aRect.Bottom() += (long)fDY; in ImplDrawLinearGradient() 201 aRect.Bottom() = aMirrorRect.Top(); in ImplDrawLinearGradient() 255 aRect.Top() = aBorderRect.Bottom(); in ImplDrawLinearGradient() 269 aMirrorRect.Bottom() = aBorderRect.Top(); in ImplDrawLinearGradient() 440 aRect.Bottom() += (long) fDY; in ImplDrawComplexGradient() 523 double fScanBottom = aRect.Bottom(); in ImplDrawComplexGradient() 546 aExtRect.Bottom() += 1; in ImplDrawComplexGradient() 558 aRect.Bottom() = (long)( fScanBottom -= fScanInc ); in ImplDrawComplexGradient() 734 aRect.Bottom()++; in DrawGradient() 1029 aRect.Bottom()++; in AddGradientActions() [all …]
|
/aoo4110/main/sw/source/core/view/ |
H A D | pagepreviewlayout.cxx | 98 maPaintedPrevwDocRect.Bottom() = 0; in _Clear() 114 maPreviewDocRect.Right() = maPreviewDocRect.Bottom() = 0; in _ClearPrevwLayoutSizes() 341 _aProposedStartPos.Y() <= maPreviewDocRect.Bottom(); in Prepare() 467 maPaintedPrevwDocRect.Bottom() == maPreviewDocRect.Bottom() && in Prepare() 741 if ( aProposedStartPos.Y() > maPreviewDocRect.Bottom() ) in SetBookPreviewMode() 743 aProposedStartPos.Y() = maPreviewDocRect.Bottom(); in SetBookPreviewMode() 815 if ( aNewPaintStartPos.Y() > maPreviewDocRect.Bottom() ) in GetPreviewStartPosForNewScale() 1024 maPaintedPrevwDocRect.Bottom() == maPreviewDocRect.Bottom() in GetWinPagesScrollAmount() 1302 aPxPageRect.Right(), aPxPageRect.Bottom() ); in _PaintSelectMarkAtPage() 1309 aPxPageRect.Right()-1, aPxPageRect.Bottom()-1 ); in _PaintSelectMarkAtPage() [all …]
|
H A D | vdraw.cxx | 282 aRect.Bottom( aRect.Bottom() + WIEDUWILLST ); in IsDragPossible() 311 if ( rOldWork.Bottom() > aRect.Bottom() || rOldWork.Right() > aRect.Right()) in NotifySizeChg() 356 if ( aBound.Top() > aRect.Bottom() ) in NotifySizeChg() 357 aSz.Height() = (aRect.Bottom() - aBound.Top()) - MINFLY; in NotifySizeChg() 363 if ( aBound.Bottom() < aRect.Top() ) in NotifySizeChg() 364 aSz.Width() = (aBound.Bottom() - aRect.Top()) - MINFLY; in NotifySizeChg()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | frmmgr.cxx | 338 if (rVal.nVPos + rVal.nHeight > aBoundRect.Bottom()) in ValidateMetrics() 346 rVal.nHeight = aBoundRect.Bottom() - rVal.nVPos; in ValidateMetrics() 349 if (rVal.nVPos + rVal.nHeight > aBoundRect.Bottom()) in ValidateMetrics() 350 rVal.nHeight = aBoundRect.Bottom() - rVal.nVPos; in ValidateMetrics() 359 rVal.nMaxHeight = aBoundRect.Bottom() - nV; in ValidateMetrics() 361 rVal.nMaxVPos = aBoundRect.Bottom() - rVal.nHeight; in ValidateMetrics() 388 ? aBoundRect.Bottom() in ValidateMetrics() 400 ? aBoundRect.Bottom() in ValidateMetrics() 413 rVal.nMaxVPos = aBoundRect.Bottom() - rVal.nHeight; in ValidateMetrics() 458 rVal.nMinVPos = -( aBoundRect.Bottom() - rVal.nHeight ); in ValidateMetrics() [all …]
|
/aoo4110/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()
|
/aoo4110/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 …]
|