Home
last modified time | relevance | path

Searched refs:Bottom (Results 51 – 75 of 625) sorted by relevance

12345678910>>...25

/aoo42x/main/tools/source/generic/
H A Dsvborder.cxx44 nBottom = aOuter.Bottom() - aInner.Bottom(); in SvBorder()
53 aS.Height() += rBorder.Top() + rBorder.Bottom(); in operator +=()
66 aS.Height() -= rBorder.Top() + rBorder.Bottom(); in operator -=()
/aoo42x/main/svtools/source/control/
H A Dvalueset.cxx228 aRect.Bottom()--; in ImplFormatItem()
236 aRect.Bottom() -= 2; in ImplFormatItem()
243 aRect.Bottom()--; in ImplFormatItem()
824 aRect.Bottom()--; in ImplDrawSelect()
833 aRect.Bottom()--; in ImplDrawSelect()
841 aRect.Bottom()--; in ImplDrawSelect()
846 aRect.Bottom()--; in ImplDrawSelect()
865 aRect.Bottom()--; in ImplDrawSelect()
872 aRect.Bottom()--; in ImplDrawSelect()
877 aRect.Bottom()--; in ImplDrawSelect()
[all …]
H A Dcalendar.cxx493 maPrevRect.Bottom() = maPrevRect.Top()+nSpinSize; in ImplFormat()
774 aRect.Bottom()++; in ImplDrawSpinArrow()
794 aOutRect.Bottom() -= 3; in ImplDrawSpin()
803 aOutRect.Bottom() -= 3; in ImplDrawSpin()
939 aFrameRect.Bottom() -= nFrameOff; in ImplDrawDate()
998 aTitleRect.Bottom()-TITLE_BORDERY ); in ImplDraw()
1400 aRect.Bottom() = aRect.Top()+mnDayHeight-1; in ImplInvertDropPos()
1852 aDateRect.Bottom() = aPt.Y(); in RequestHelp()
2291 aRect.Bottom() += mnDayHeight; in GetDateRect()
2323 aRect.Bottom() = aRect.Top()+mnDayHeight; in GetDateRect()
[all …]
/aoo42x/main/vcl/source/window/
H A Dstatus.cxx364 aRect.Bottom() = mnCalcHeight - STATUSBAR_OFFSET_Y; in ImplGetItemRectPos()
366 aRect.Bottom()+=2; in ImplGetItemRectPos()
412 aTextRect.Bottom() = aTextRect.Top()+GetTextHeight()+1; in ImplDrawText()
442 aRect.Right()-nW, aRect.Bottom()-nW ); in ImplDrawItem()
687 maPrgsFrameRect.Bottom() = mnCalcHeight - STATUSBAR_OFFSET_Y; in ImplCalcProgressRect()
689 maPrgsFrameRect.Bottom()+=2; in ImplCalcProgressRect()
692 mnPrgsSize = maPrgsFrameRect.Bottom()-maPrgsFrameRect.Top()-(STATUSBAR_PRGS_OFFSET*2); in ImplCalcProgressRect()
723 maPrgsFrameRect.Bottom() += nDelta/2; in ImplCalcProgressRect()
877 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
1268 aRect.Bottom() -= nW-1; in GetItemRect()
[all …]
/aoo42x/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx103 nYTemp += aOverlappingRect.Bottom() - aNewRect.Top(); in lcl_getNewRectSize()
107 nYTemp += aOverlappingRect.Top() - aNewRect.Bottom(); in lcl_getNewRectSize()
121 nYTemp += aOverlappingRect.Bottom() - aNewRect.Top(); in lcl_getNewRectSize()
145 aNewRect.Bottom() = aIntersectionRect.Top(); in lcl_getNewRectSize()
147 else if ( aNewRect.Top() < aIntersectionRect.Bottom() ) in lcl_getNewRectSize()
149 aNewRect.Top() = aIntersectionRect.Bottom(); in lcl_getNewRectSize()
827 aRefFun = ::std::mem_fun<long&,Rectangle>(&Rectangle::Bottom); in alignMarkedObjects()
1478 aClipRect.Bottom() = aClipRect.Top() + nSectionHeight; in MovAction()
1669 if ( aMarkRect.Bottom() > rWorkArea.Bottom() ) in handleKey()
1670 nY -= aMarkRect.Bottom() - rWorkArea.Bottom(); in handleKey()
[all …]
/aoo42x/main/svx/source/stbctrls/
H A Dzoomsliderctrl.cxx272 aSlider.Bottom() = aSlider.Top() + nSliderHeight; in Paint()
289 aSnapping.Bottom() = aSlider.Top(); in Paint()
290 aSnapping.Top() = aSnapping.Bottom() - nSnappingHeight; in Paint()
296 aSnapping.Bottom() += nSnappingHeight + nSliderHeight; in Paint()
302 aFirstLine.Bottom() = aFirstLine.Top(); in Paint()
305 aSecondLine.Top() = aSecondLine.Bottom(); in Paint()
/aoo42x/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx161 if (rPoint.Y > rStartRect.Bottom()) in GetNewShapeSizePos()
162 …rPoint.Y = rStartRect.Bottom() - 2; // decrement by 2 100th_mm because the cellheight is internal … in GetNewShapeSizePos()
326 if (aRectangle.Top() > aRec.Bottom()) in ResizeShapes()
327 aRectangle -= (Point(0, aRectangle.Top() - aRec.Bottom() + 2)); in ResizeShapes()
347 if (aPoint.Y > aRec.Bottom()) in ResizeShapes()
348 …aPoint.Y = aRec.Bottom() - 2; // decrement by 2 100th_mm because the cellheight is internal in twi… in ResizeShapes()
/aoo42x/main/sd/source/ui/view/
H A Ddrviewsh.cxx123 aVisArea.Bottom() - ((aVisAreaSize.Height() * nPercentBorder) / 200) in MakeVisible()
155 if(aInnerRectangle.Top() > rRect.Bottom()) in MakeVisible()
161 if(aInnerRectangle.Bottom() < rRect.Top()) in MakeVisible()
172 while(rRect.Bottom() > aNewPos.Y() + aVisAreaSize.Height()) in MakeVisible()
/aoo42x/main/xmloff/source/style/
H A DXMLClipPropertyHandler.cxx65 aCrop1.Bottom == aCrop2.Bottom && in equals()
98 case 2: aCrop.Bottom = nVal; break; in importXML()
130 rUnitConverter.convertMeasure( aOut, aCrop.Bottom ); in exportXML()
/aoo42x/main/sw/source/core/text/
H A Dfrmpaint.cxx124 SwTwips nBottom = pFrm->Frm().Bottom(); in SwExtraPainter()
125 if( aRect.Bottom() > nBottom ) in SwExtraPainter()
126 aRect.Bottom( nBottom ); in SwExtraPainter()
303 if( Frm().Top() > rRect.Bottom() || Frm().Bottom() < rRect.Top() ) in PaintExtraData()
365 long nBottom = rRect.Bottom(); in PaintExtraData()
708 long nBottom = rRect.Bottom(); in Paint()
H A Dtxtfrm.cxx1436 aLine.Bottom(); in PrepWidows()
1530 GetUpper()->Prt().Bottom(); in Prepare()
1531 if( nTmpBottom < Frm().Bottom() ) in Prepare()
1722 GetUpper()->Prt().Bottom(); in Prepare()
1723 if( nTmpBottom < Frm().Bottom() ) in Prepare()
2018 ( LONG_MAX - 20000 < Frm().Bottom() ) ) ) in WouldFit()
2057 aLine.Bottom(); in WouldFit()
2515 aLine.Bottom(); in GetLineCount()
2536 aLine.Bottom(); in ChgThisLines()
2571 pRepaint->Bottom( Max( pRepaint->Bottom(), in ChgThisLines()
[all …]
/aoo42x/main/svx/source/svdraw/
H A Dsvdglue.cxx65 case SDRVERTALIGN_BOTTOM: aOfs.Y()=aSnap.Bottom(); break; in GetAbsolutePos()
69 long nYMul=aSnap.Bottom()-aSnap.Top(); in GetAbsolutePos()
86 if (aPt.Y()>aBound.Bottom()) aPt.Y()=aBound.Bottom(); in GetAbsolutePos()
106 case SDRVERTALIGN_BOTTOM: aOfs.Y()=aSnap.Bottom(); break; in SetAbsolutePos()
111 long nYMul=aSnap.Bottom()-aSnap.Top(); in SetAbsolutePos()
H A Dsvdfmtf.cxx1104 aRect.Right()++; aRect.Bottom()++; in DoAction()
1116 aRect.Right()++; aRect.Bottom()++; in DoAction()
1128 aRect.Right()++; aRect.Bottom()++; in DoAction()
1140 aRect.Right()++; aRect.Bottom()++; in DoAction()
1325 aRect.Bottom()++; in DoAction()
1341 aRect.Bottom()++; in DoAction()
1356 aRect.Right()++; aRect.Bottom()++; in DoAction()
1370 aRect.Right()++; aRect.Bottom()++; in DoAction()
1384 aRect.Right()++; aRect.Bottom()++; in DoAction()
1419 …ange(rAct.GetRect().Left(), rAct.GetRect().Top(), rAct.GetRect().Right(), rAct.GetRect().Bottom()); in DoAction()
[all …]
/aoo42x/main/sc/source/ui/view/
H A Dgridwin4.cxx85 if ( rRect.Bottom() > rVisible.Bottom()+1 ) rRect.Bottom() = rVisible.Bottom()+1; in lcl_LimitRect()
117 aOuter.Bottom() += nVer; in lcl_DrawOneFrame()
134 aOuter.Bottom() += aTextSize.Height(); in lcl_DrawOneFrame()
141 pDev->DrawRect( Rectangle( aOuter.Left(), aOuter.Top(), aInner.Left(), aOuter.Bottom() ) ); in lcl_DrawOneFrame()
143 pDev->DrawRect( Rectangle( aInner.Right(), aOuter.Top(), aOuter.Right(), aOuter.Bottom() ) ); in lcl_DrawOneFrame()
144 pDev->DrawRect( Rectangle( aOuter.Left(), aInner.Bottom(), aOuter.Right(), aOuter.Bottom() ) ); in lcl_DrawOneFrame()
146 long nButtonY = bTextBelow ? aInner.Bottom() : aOuter.Top(); in lcl_DrawOneFrame()
407 if (nScrY <= aPixRect.Bottom() && nY2 < MAXROW) in Paint()
410 ScViewData::AddPixelsWhile( nScrY, aPixRect.Bottom(), nY2, MAXROW, nPPTY, pDoc, nTab); in Paint()
637 aDrawingRectPixel.Bottom() = GetOutputSizePixel().getHeight(); in Draw()
[all …]
H A Dtabview.cxx965 rBorder.Bottom() += aHScrollLeft.GetSizePixel().Height(); in GetBorderSize()
1325 aRect.Bottom() = aRect.Top(); in IMPL_LINK()
1997 if ( aVisible.Bottom() > nDocY ) in GetChartInsertPos()
1998 aVisible.Bottom() = nDocY; in GetChartInsertPos()
2008 long nBottomSpace = aVisible.Bottom() - aSelection.Bottom(); in GetChartInsertPos()
2033 aInsertPos.Y() = aSelection.Bottom() + 1; in GetChartInsertPos()
2059 if ( aCompareRect.Bottom() > aVisible.Bottom() ) in GetChartInsertPos()
2060 aInsertPos.Y() -= aCompareRect.Bottom() - aVisible.Bottom(); in GetChartInsertPos()
2107 if ( aDesktop.Bottom() - aObjAbs.Bottom() >= rDialogSize.Height() + aSpace.Height() ) in GetChartDialogPos()
2111 aRet.Y() = aObjAbs.Bottom() + aSpace.Height(); in GetChartDialogPos()
[all …]
H A Doutput3.cxx72 aRect.Top() = aRect.Bottom() = -aOffset.Y(); in PrePrintDrawingLayer()
83 aRect.Bottom() += pDoc->GetRowHeight( nY1, nY2, nTab ); in PrePrintDrawingLayer()
88 aRect.Bottom() = (long) (aRect.Bottom() * HMM_PER_TWIPS); in PrePrintDrawingLayer()
H A Dprintfun.cxx475 long nDevSizeY = aRect.Bottom()-aRect.Top()+1; in DrawToDev()
489 nTwipsSizeY += aLines.Top() + Max( aLines.Bottom(), 20L ); in DrawToDev()
1165 case GPOS_LB: aPos.Y() = rOrg.Bottom() - aGrfSize.Height(); in lcl_DrawGraphic()
1332 aFrameRect.Left(), aFrameRect.Bottom()-nShadowY ) ); in DrawBorder()
1344 aFrameRect.Left()-nShadowX, aFrameRect.Bottom(), in DrawBorder()
1348 aFrameRect.Left(), aFrameRect.Bottom()+nShadowY ) ); in DrawBorder()
1352 aFrameRect.Left()+nShadowX, aFrameRect.Bottom(), in DrawBorder()
1932 if ( nPosY + nTextHeight < aPageRect.Bottom() ) in DoNotes()
2021 long nFooterY = aPageRect.Bottom()+aFtr.nDistance; in PrintNotes()
2109 long nFooterY = aPageRect.Bottom()+aFtr.nDistance; in PrintPage()
[all …]
/aoo42x/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx432 pRect->bottom = rRect.Bottom()+1; in ImplConvertSpinbuttonValues()
953 aThumbRect.bottom = pVal->maThumbRect.Bottom(); in ImplDrawNativeControl()
1012 … aBGRect.bottom = rMVal.maItemRect.Bottom()+1; // see below in drawNativeControl in ImplDrawNativeControl()
1157 rc.bottom = buttonRect.Bottom()+1; in drawNativeControl()
1285 aBoxRect.Bottom() = aBoxRect.Top() + aRect.GetHeight(); in getNativeControlRegion()
1315 aRect.Bottom() += aRect.GetHeight(); in getNativeControlRegion()
1316 aRect.Bottom() += nFontHeight; in getNativeControlRegion()
1318 aBoxRect.Bottom() = aBoxRect.Top() + aRect.GetHeight(); in getNativeControlRegion()
1372 aRect.Bottom() = aRect.Top() + nH - 1; in getNativeControlRegion()
1385 --aControlRect.Bottom(); in getNativeControlRegion()
[all …]
/aoo42x/main/sc/source/ui/cctrl/
H A Dtbzoomsliderctrl.cxx455 aSlider.Bottom() = aSlider.Top() + nSliderHeight; in DoPaint()
460 aFirstLine.Bottom() = aFirstLine.Top(); in DoPaint()
463 aSecondLine.Top() = aSecondLine.Bottom(); in DoPaint()
503 aSnapping.Bottom() = aSlider.Top(); in DoPaint()
504 aSnapping.Top() = aSnapping.Bottom() - nSnappingHeight; in DoPaint()
510 aSnapping.Bottom() += nSnappingHeight + nSliderHeight; in DoPaint()
/aoo42x/main/svtools/source/table/
H A Dtablecontrol_impl.cxx776 aArea.Bottom() = in impl_getAllVisibleCellsArea()
1247 aDataCellPlayground.Bottom() -= nScrollbarMetrics; in impl_ni_relayout()
1347 Size( nScrollbarMetrics, i_dataCellPlayground.Bottom() + 1 ) in impl_ni_positionChildWindows()
1381 Point( 0, i_dataCellPlayground.Bottom() + 1 ), in impl_ni_positionChildWindows()
1399 …orner->SetPosPixel( Point( i_dataCellPlayground.Right() + 1, i_dataCellPlayground.Bottom() + 1 ) ); in impl_ni_positionChildWindows()
1404 …orner->SetPosPixel( Point( i_dataCellPlayground.Right() + 1, i_dataCellPlayground.Bottom() + 1 ) ); in impl_ni_positionChildWindows()
1482 aRowHeaderArea.Bottom() = m_nColHeaderHeightPixel + m_nRowHeightPixel * nActualRows - 1; in doPaintContent()
2131 aInvalidateRect.Bottom() = aCellRect.Bottom(); in invalidateSelectedRegion()
2140 aInvalidateRect.Bottom() = aCellRect.Bottom(); in invalidateSelectedRegion()
2149 aInvalidateRect.Bottom() = aCellRect.Bottom(); in invalidateSelectedRegion()
[all …]
/aoo42x/main/sw/source/core/frmedt/
H A Dfeshview.cxx844 pAct->Frm().Top() <= aRect.Bottom() && in lcl_NotifyNeighbours()
845 pAct->Frm().Bottom() >= aRect.Top() ) in lcl_NotifyNeighbours()
1664 aRect.Bottom()+= MM50*2; in ImpEndCreate()
1792 const long nHeight= rBound.Bottom() - rBound.Top(); in ImpEndCreate()
2628 if ( aPt.Y() > pPage->Frm().Bottom() ) in CheckUnboundObjects()
2787 Point aStart( pPre->Frm().Right(), pPre->Frm().Bottom()); in SetChainMarker()
2800 Point aStart( pFly->Frm().Right(), pFly->Frm().Bottom()); in SetChainMarker()
2896 aInnerPoly.append(basegfx::B2DPoint(aRect.Left(), aRect.Bottom())); in CreateDefaultShape()
2926 basegfx::B2DPoint(aRect.Center().X(), aRect.Bottom()), in CreateDefaultShape()
2927 basegfx::B2DPoint(aRect.Right(), aRect.Bottom()), in CreateDefaultShape()
[all …]
/aoo42x/main/basctl/source/dlged/
H A Ddlgedview.cxx94 sal_Int32 nVisBottom = aVisRect.Bottom(); in MakeVisible()
105 while ( rRect.Bottom() > nVisBottom + nScrollY ) in MakeVisible()
175 && RECT_EMPTY != aOuterRectangle.Bottom()) in impLocalHitCorrection()
179 aOuterRectangle.Right(), aOuterRectangle.Bottom()); in impLocalHitCorrection()
/aoo42x/main/sfx2/source/appl/
H A Dworkwin.cxx924 aBorder.Bottom() += aSize.Height(); in Arrange_Impl()
927 aTmp.Bottom() -= aSize.Height(); in Arrange_Impl()
929 aUpperClientArea.Bottom() -= aSize.Height(); in Arrange_Impl()
993 aClientArea.Bottom() -= aBorder.Bottom(); in Arrange_Impl()
998 aBorder.Bottom() = aClientArea.Bottom(); in Arrange_Impl()
999 aClientArea.Top() = aClientArea.Bottom() = aTmp.Top(); in Arrange_Impl()
2039 aInnerRect.Bottom() -= pCli->aSize.Height(); in ConfigChild_Impl()
2045 aInnerRect.Bottom() -= pCli->aSize.Height(); in ConfigChild_Impl()
2050 aInnerRect.Bottom() -= pCli->aSize.Height(); in ConfigChild_Impl()
2056 aInnerRect.Bottom() -= pCli->aSize.Height(); in ConfigChild_Impl()
[all …]
/aoo42x/main/sw/source/ui/docvw/
H A DAnchorOverlayObject.cxx259 basegfx::B2DPoint( aAnchorRect.Left() , aAnchorRect.Bottom()-5*15), in ImplPrimitrive2DIDBlock()
260 basegfx::B2DPoint( aAnchorRect.Left()-5*15 , aAnchorRect.Bottom()+5*15), in ImplPrimitrive2DIDBlock()
261 basegfx::B2DPoint( aAnchorRect.Left()+5*15 , aAnchorRect.Bottom()+5*15), in ImplPrimitrive2DIDBlock()
262 basegfx::B2DPoint( aAnchorRect.Left(), aAnchorRect.Bottom()+2*15), in ImplPrimitrive2DIDBlock()
263 basegfx::B2DPoint( aPageBorder ,aAnchorRect.Bottom()+2*15), in ImplPrimitrive2DIDBlock()
/aoo42x/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx412 rFloatRect.Bottom = ImplGetIY(); in ImplGetRectangle()
419 rFloatRect.Bottom = ImplGetFY(); in ImplGetRectangle()
428 ImplMapY( rFloatRect.Bottom ); in ImplGetRectangle()
440 rFloatRect.Bottom = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()
447 rFloatRect.Bottom = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS()
509 mnVDCdy = pElement->aVDCExtent.Bottom - pElement->aVDCExtent.Top; in ImplSetMapMode()

Completed in 224 milliseconds

12345678910>>...25