Home
last modified time | relevance | path

Searched refs:Bottom (Results 101 – 125 of 625) sorted by relevance

12345678910>>...25

/aoo42x/main/sw/source/core/layout/
H A Dfrmtool.cxx2300 const SdrObject *SwOrderIter::Bottom() in Bottom() function in SwOrderIter
2909 aTmp.Bottom( Max(aFrm.Top(), rOld.Top()) ); in Notify()
2912 nOld = rOld.Bottom(); in Notify()
2913 nNew = aFrm.Bottom(); in Notify()
2919 aTmp.Bottom( Max(nNew, nOld) ); in Notify()
2935 SwTwips nBottom = rRect.Bottom(); in lcl_CheckFlowBack()
3132 pFly->Frm().Bottom() >= rRect.Top() && in Notify_Background()
3133 pFly->Frm().Top() <= rRect.Bottom() && in Notify_Background()
3154 (pFly->Frm().Bottom() >= rRect.Top() && in Notify_Background()
3155 pFly->Frm().Top() <= rRect.Bottom()) ) in Notify_Background()
[all …]
H A Dflycnt.cxx693 rPt.Y() <= ( bVert ? pUp->Frm().Top() : pUp->Frm().Bottom() ) ) in lcl_CalcDownDist()
699 (bVert && (pLay->Frm().Top() + pLay->Prt().Bottom()) <rPt.Y())|| in lcl_CalcDownDist()
728 : ( (pUp->Frm().Top() + pUp->Prt().Bottom()) - nTopForObjPos ); in lcl_CalcDownDist()
785 nFrmTop = pSect->Frm().Bottom(); in lcl_CalcDownDist()
891 nFrmTop = pSect->Frm().Bottom(); in lcl_CalcDownDist()
1111 else if ( rPoint.Y() > aTmp.Bottom() ) in lcl_PointToPrt()
1112 rPoint.Y() = aTmp.Bottom(); in lcl_PointToPrt()
/aoo42x/main/sd/source/ui/view/
H A Ddrviews3.cxx604 aRect.Bottom() = aViewSize.Height() - rULSpace.GetLower(); in ExecRuler()
669 aRect.Bottom() = rOI.GetEndY(); in ExecRuler()
855 aRect.Bottom() + mpActualPage->GetLwrBorder(), in GetRulerState()
915 aULSpace.SetLower( aRect.Bottom() + aPageSize.Height() - maMarkRect.Bottom() ); in GetRulerState()
942 aResizeRect.Top(), aResizeRect.Bottom()); in GetRulerState()
/aoo42x/main/sc/source/core/data/
H A Dpostit.cxx254 aTailPos.Y() = ::std::max( ::std::min( aTailPos.Y(), rVisRect.Bottom() ), rVisRect.Top() ); in FitCaptionToRect()
265 aCaptPos.Y() = ::std::min< long >( aCaptPos.Y(), rVisRect.Bottom() - aCaptRect.GetHeight() ); in FitCaptionToRect()
286 long nBottomSpace = rVisRect.Bottom() - maCellRect.Bottom() + 1; in AutoPlaceCaption()
331 aCaptPos.Y() = maCellRect.Bottom() + SC_NOTECAPTION_CELLDIST; in AutoPlaceCaption()
813 rVisRect.Bottom() - SC_NOTECAPTION_BORDERDIST_TEMP ); in CreateTempCaption()
H A Ddocumen3.cxx1577 aRect.Bottom() = aRect.Top(); in GetEmbeddedRect()
1578 aRect.Bottom() += pTable->GetRowHeight( aEmbedRange.aStart.Row(), aEmbedRange.aEnd.Row()); in GetEmbeddedRect()
1583 aRect.Bottom() = (long) ( aRect.Bottom() * HMM_PER_TWIPS ); in GetEmbeddedRect()
1708 nTwips = (long) (aPosRect.Bottom() / HMM_PER_TWIPS); in GetRange()
1803 lcl_SnapVer( pTable, rRect.Bottom(), nRow ); in SnapVisArea()
1932 aRect.Bottom() = aRect.Top(); in GetMMRect()
1936 aRect.Bottom() += GetRowHeight( nStartRow, nEndRow, nTab); in GetMMRect()
1941 aRect.Bottom() = (long)(aRect.Bottom() * HMM_PER_TWIPS); in GetMMRect()
/aoo42x/main/sw/source/core/doc/
H A Dnotxtfrm.cxx819 while( aNewPxRect.Bottom() > aPxRect.Bottom() ) in lcl_correctlyAlignRect()
821 rAlignedGrfArea.Bottom( rAlignedGrfArea.Bottom()-1 ); in lcl_correctlyAlignRect()
1009 aAlignedGrfArea.Right(), aAlignedGrfArea.Bottom()); in PaintPicture()
1137 aAlignedGrfArea.Right(), aAlignedGrfArea.Bottom()); in PaintPicture()
/aoo42x/main/svx/source/svdraw/
H A Dsvdedtv1.cxx93 long h0=aR0.Bottom()-y0; in SetMarkedObjRect()
97 long h1=rRect.Bottom()-y1; in SetMarkedObjRect()
130 BigInt b(aR1.Bottom()); in SetMarkedObjRect()
146 aR1.Bottom()=long(b); in SetMarkedObjRect()
765 if (bAllHgt) aRect.Bottom()=aAllSnapRect.Top()+nAllHgt; in SetNotPersistAttrToMarked()
1325 aRetSet.Put(SfxUInt32Item(SID_ATTR_TRANSFORM_HEIGHT,aRect.Bottom()-aRect.Top())); in GetGeoAttrFromMarked()
1349 long nShearRefY=aRect.Bottom(); in GetGeoAttrFromMarked()
1627 Fraction aHgt(nSizY,aRect.Bottom()-aRect.Top()); in SetGeoAttrToMarked()
1892 case SDRVALIGN_BOTTOM: nYMov=aBound.Bottom()-aObjRect.Bottom() ; break; in AlignMarkedObjects()
H A Dimpgrfll.cxx173 aStartPoint.Y() = rOutputRect.Bottom() - rBmpOutputSize.Height(); in ImpCalcBmpFillSizes()
180 aStartPoint.Y() = rOutputRect.Bottom() - rBmpOutputSize.Height(); in ImpCalcBmpFillSizes()
187 aStartPoint.Y() = rOutputRect.Bottom() - rBmpOutputSize.Height(); in ImpCalcBmpFillSizes()
/aoo42x/main/sc/source/ui/cctrl/
H A Dcbuttonw.cxx102 aInnerRect.Bottom() -= 1; in Draw()
108 aInnerRect.Bottom()= aInnerCenter.Y() + (aInnerSize.Width()>>1); in Draw()
154 aTempRect.Bottom() = aCenter.Y() - 1; in ImpDrawArrow()
/aoo42x/main/oox/source/export/
H A Dvmlexport.cxx154 .append( "," ).append( sal_Int32( pRect->Bottom() ) - sal_Int32( pRect->Top() ) ) in EnterGroup()
714 aBottom = OString::valueOf( double( rRectangle.Bottom() ) / 20 ) + aPt; in AddLineDimensions()
721 aBottom = OString::valueOf( rRectangle.Bottom() ); in AddLineDimensions()
747 .append( "pt;height:" ).append( double( rRectangle.Bottom() - rRectangle.Top() ) / 20 ) in AddRectangleDimensions()
755 .append( ";height:" ).append( rRectangle.Bottom() - rRectangle.Top() ); in AddRectangleDimensions()
/aoo42x/main/sw/source/ui/frmdlg/
H A Dfrmui.src35 Text [ en-US ] = "~Bottom" ;
80 Text [ en-US ] = "Bottom of line" ;
92 Text [ en-US ] = "Bottom of character" ;
/aoo42x/main/starmath/source/
H A Dview.cxx539 case SFX_ALIGN_TOP: aRect.Bottom()--; break; in Resize()
550 aRect.Right()-= 6; aRect.Bottom()-= 6; in Resize()
571 aRect.Bottom()--; in Paint()
596 aRect.Right()-= 6; aRect.Bottom()-= 6; in Paint()
711 aRect.Bottom() - GetSizePixel().Height() ) ); in AdjustPosition()
1128 aOutRect.Bottom() -= aSize.Height() + 600; in Impl_Print()
1135 aOutRect.Bottom() + 300); in Impl_Print()
1138 aOutRect.Bottom() -= 200; in Impl_Print()
1146 aOutRect.Bottom() -= 100; in Impl_Print()
/aoo42x/main/sw/source/ui/uiview/
H A Dviewtab.cxx513 aRect.Bottom( rPageRect.Bottom() - aLongULSpace.GetLower() ); in ExecTabWin()
524 …ng nRightDiff = aLongULSpace.GetLower() - (long)(nPageHeight - aSectRect.Bottom() + rPageRect.Top(… in ExecTabWin()
1214 aLongUL.SetLower((sal_uInt16)(rPageRect.Bottom() - rRect.Bottom() )); in StateTabWin()
1221 aLongUL.SetLower( (sal_uInt16)(nPageHeight - aRect.Bottom()) ); in StateTabWin()
1227 aLongUL.SetLower((rPageRect.Bottom() - rRect.Bottom())); in StateTabWin()
1232 aLongUL.SetLower(nPageHeight - rPagePrtRect.Bottom()); in StateTabWin()
1614 aColItem.SetRight((sal_uInt16)(nPageHeight - aRect.Bottom() )); in StateTabWin()
1657 … aColItem.SetRight((sal_uInt16)(nPageHeight + rPageRect.Top() - rRect.Bottom() )); in StateTabWin()
H A Dpview.cxx754 pViewWin->GetPaintedPreviewDocRect().Bottom() ) ); in _ExecPgUpAndPgDown()
1534 rToFill.Bottom() = nTmp; in CalcAndSetBorderPixel()
1604 aLR.Bottom() += Abs(aLR.Top()); in SetVisArea()
1614 if(aLR.Bottom() < 0) aLR.Bottom() = 0; in SetVisArea()
1617 ( 0 == aLR.Bottom() - aLR.Top() && 0 == aLR.Right() - aLR.Left() ) ) in SetVisArea()
1620 if( aLR.Left() > aLR.Right() || aLR.Top() > aLR.Bottom() ) in SetVisArea()
1669 aRect.Bottom() = aRect.Top(); in IMPL_LINK()
/aoo42x/main/vcl/source/gdi/
H A Doutmap.cxx663 rLogicRect.Right()+mnOutOffX, rLogicRect.Bottom()+mnOutOffY ); in ImplLogicToDevicePixel()
675 ImplLogicToPixel( rLogicRect.Bottom()+maMapRes.mnMapOfsY, mnDPIY, in ImplLogicToDevicePixel()
779 rPixelRect.Right()-mnOutOffX, rPixelRect.Bottom()-mnOutOffY ); in ImplDevicePixelToLogic()
791 ImplPixelToLogic( rPixelRect.Bottom()-mnOutOffY-mnOutOffOrigY, mnDPIY, in ImplDevicePixelToLogic()
1191 ImplLogicToPixel( rLogicRect.Bottom() + maMapRes.mnMapOfsY, mnDPIY, in LogicToPixel()
1393 ImplLogicToPixel( rLogicRect.Bottom() + aMapRes.mnMapOfsY, mnDPIY, in LogicToPixel()
1586 ImplPixelToLogic( rDeviceRect.Bottom(), mnDPIY, in PixelToLogic()
1791 ImplPixelToLogic( rDeviceRect.Bottom(), mnDPIY, in PixelToLogic()
2225 fn5( rRectSource.Bottom() + aMapResSource.mnMapOfsY, in LogicToLogic()
2417 fn3( rRectSource.Bottom(), nNumerator, nDenominator ) ); in LogicToLogic()
[all …]
H A Dgdimetafiletools.cxx329 rRect.Right(), rRect.Bottom()); in clipMetafileContentAgainstOwnRegions()
527 rRect.Right(), rRect.Bottom()))), in clipMetafileContentAgainstOwnRegions()
547 … const basegfx::B2DRange aRange(rRect.Left(), rRect.Top(), rRect.Right(), rRect.Bottom()); in clipMetafileContentAgainstOwnRegions()
584 … const basegfx::B2DRange aRange(rRect.Left(), rRect.Top(), rRect.Right(), rRect.Bottom()); in clipMetafileContentAgainstOwnRegions()
993 rRect.Right(), rRect.Bottom()))), in clipMetafileContentAgainstOwnRegions()
/aoo42x/main/sd/source/filter/eppt/
H A Descherex.cxx262 << (sal_Int32)aRect.Bottom(); in EnterGroup()
274 …16)aRect.Top() << (sal_Int16)aRect.Left() << (sal_Int16)aRect.Right() << (sal_Int16)aRect.Bottom(); in EnterGroup()
283 << (sal_Int32)aRect.Bottom(); in EnterGroup()
/aoo42x/main/svtools/source/contnr/
H A Dsvicnvw.cxx538 aRect.Bottom() += 4; in EditItemText()
540 aRect.Bottom() -= 4; in EditItemText()
546 aRect.Bottom() += 2; // sieht huebscher aus in EditItemText()
554 aRect.Bottom() += 3; in EditItemText()
559 aRect.Bottom() += 5; in EditItemText()
/aoo42x/main/sd/source/ui/func/
H A Dfupoor.cxx208 if ( aPos.Y() >= rRect.Bottom() ) dy = 1; in ForceScroll()
787 if(aMarkRect.Bottom() > rWorkArea.Bottom()) in IMPL_LINK_INLINE_END()
789 nY -= aMarkRect.Bottom() - rWorkArea.Bottom(); in IMPL_LINK_INLINE_END()
/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx875 nLeadingLocation = aInnerBox.Bottom(); in CalculateGeometricPosition()
876 nTrailingLocation = aOuterBox.Bottom(); in CalculateGeometricPosition()
896 nLeadingLocation = aBox1.Bottom(); in CalculateGeometricPosition()
1001 const sal_Int32 nRow1 (GetRowAtPosition(aVisibleArea.Bottom(), true, GM_PREVIOUS)); in GetRangeOfVisiblePageObjects()
1142 aBoundingBox.Bottom() += mnBottomBorder; in AddBorderAndGap()
1144 aBoundingBox.Bottom() += mnVerticalGap/2; in AddBorderAndGap()
/aoo42x/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx187 (double)(aLocalClipRect.Bottom()) ) ) ); in modifyClip()
216 … (double)(aLocalClipRect.Bottom() - rOffset.getY())/pScaling->getY() ) ) ) ); in modifyClip()
229 … aLocalClipRect.Bottom() - rOffset.getY() ) ) ) ); in modifyClip()
280 aLocalClipRect.Bottom() ) ) ); in modifyClip()
/aoo42x/main/svx/source/accessibility/
H A Daccessibility.src127 Text [ en-US ] = "Bottom left" ;
132 Text [ en-US ] = "Bottom middle" ;
137 Text [ en-US ] = "Bottom right" ;
/aoo42x/main/svx/source/dialog/
H A Dcontwnd.cxx281 aWorkRect.Bottom() = aLogPt.Y(); in MouseButtonUp()
285 if ( aWorkRect.Left() != aWorkRect.Right() && aWorkRect.Top() != aWorkRect.Bottom() ) in MouseButtonUp()
335 if ( aWorkRect.Left() != aWorkRect.Right() && aWorkRect.Top() != aWorkRect.Bottom() ) in Paint()
/aoo42x/main/sw/source/core/text/
H A Dfrmcrsr.cxx563 long Bottom() const { return aFrm.Bottom(); } in Bottom() function
942 aCharBox.Pos().Y() = pPrevPrev->Frm().Bottom() - 1; in _UnitUp()
1401 while( pFrm->GetNext() && pFrm->Frm().Bottom() < rFill.Y() ) in FillCrsrPos()
1432 SwTwips nDiff = rFill.Y() - Frm().Bottom(); in FillCrsrPos()
1469 nDiff = rFill.Y() - rFill.Bottom(); in FillCrsrPos()
1499 rRect.Top( rFill.Bottom() + (nDiff+1) * nDist - nLineHeight ); in FillCrsrPos()
1729 SwTwips nRectBottom = rRect.Bottom(); in FillCrsrPos()
/aoo42x/main/sw/source/core/docnode/
H A Dndtbl1.cxx675 bRightOver = pCell->Frm().Bottom() >= rUnion.Bottom(); in SetTabBorders()
683 bBottomOver = pCell->Frm().Bottom() >= rUnion.Bottom(); in SetTabBorders()
950 bRightOver = pCell->Frm().Bottom() >= rUnion.Bottom(); in GetTabBorders()
958 bBottomOver = pCell->Frm().Bottom() >= rUnion.Bottom(); in GetTabBorders()

Completed in 170 milliseconds

12345678910>>...25