Home
last modified time | relevance | path

Searched refs:Bottom (Results 176 – 200 of 625) sorted by relevance

12345678910>>...25

/aoo42x/main/vcl/source/window/
H A Ddockingarea.cxx221 aTBRect.Bottom() = it->first + it->second - 1; in Paint()
228 aTBRect.Bottom() = aOutSz.Height() - 1; in Paint()
/aoo42x/main/sc/source/ui/drawfunc/
H A Dfutext3.cxx215 … if(!bVertical && aNewRect.Bottom() - aNewRect.Top() > aOldRect.Bottom() - aOldRect.Top()) in StopDragMode()
/aoo42x/main/offapi/com/sun/star/text/
H A DGraphicCrop.idl59 // DocMerge from xml: field com::sun::star::text::GraphicCrop::Bottom
62 long Bottom;
/aoo42x/main/sw/source/core/text/
H A Ditrpaint.cxx251 if ( aPnt2.Y() > rPaint.Bottom() ) in DrawTextLine()
253 aPnt2.Y() = rPaint.Bottom(); in DrawTextLine()
490 … SwTwips nDiff = GetInfo().Y() + nTmpHeight - nTmpAscent - GetTxtFrm()->Frm().Bottom(); in DrawTextLine()
/aoo42x/main/slideshow/source/engine/shapes/
H A Ddrawinglayeranimation.cxx403 … fZeroLogicAlternate = maScrollRectangleLogic.Bottom() - maPaintRectangleLogic.GetHeight(); in ImpForceScrollTextAnimNodes()
409 … fOneLogicAlternate = maScrollRectangleLogic.Bottom() - maPaintRectangleLogic.GetHeight(); in ImpForceScrollTextAnimNodes()
414 fOneLogic = maScrollRectangleLogic.Bottom(); in ImpForceScrollTextAnimNodes()
/aoo42x/main/svtools/source/table/
H A Dgridtablerenderer.cxx148 --aContentArea.Bottom(); in lcl_getContentArea()
156 ++aTextArea.Top(); --aTextArea.Bottom(); in lcl_getTextRenderingArea()
516 imagePos.Y() = i_context.aContentArea.Bottom() - imageSize.Height(); in impl_paintCellImage()
/aoo42x/main/sw/source/ui/frmdlg/
H A Dcolex.cxx243 aRect.Bottom()= rOrg.Y() + GetSize().Height() - GetBottom() in DrawPage()
541 aRect.Bottom()= rOrg.Y() + GetSize().Height() - GetBottom() in DrawPage()
597 while(m_bVertical ? aStart.Y() < aRect.Bottom(): aStart.X() < aRect.Right()) in DrawPage()
/aoo42x/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1069 aRect.Bottom() = aRect.Top() + slider_width - 1; in getNativeControlRegion()
1073 aRect.Bottom() = aRect.Top() + slider_length - 1; in getNativeControlRegion()
1489 thumbRect.Bottom() = thumbRect.Top() + slider_width - 1; in NWPaintGTKScrollbar()
1549 thumbRect.Bottom() += magic; in NWPaintGTKScrollbar()
2035 buttonRect.Bottom() = buttonRect.Top() + (aAreaRect.GetHeight() / 2); in NWGetSpinButtonRect()
2040 buttonRect.Bottom() = aAreaRect.Bottom(); // cover area completely in NWGetSpinButtonRect()
2047 buttonRect.Bottom() = aAreaRect.Bottom(); in NWGetSpinButtonRect()
2285 pixmapRect.Bottom() += 2; in NWPaintGTKTabItem()
2288 tabRect.Bottom() -= 1; in NWPaintGTKTabItem()
2885 aRect.Bottom() += 2; in NWPaintGTKListNode()
[all …]
/aoo42x/main/chart2/source/controller/dialogs/
H A Dres_DataLabel_tmpl.hrc37 "Bottom left" ; \
39 "Bottom right" ; \
/aoo42x/main/svtools/source/brwbox/
H A Dbrwbox2.cxx394 aRect.Bottom() = pDataWin->GetOutputSizePixel().Height(); in ToggleSelection()
439 aCursor.Bottom() += 1; in DrawCursor()
452 --aCursor.Bottom(); in DrawCursor()
926 …sal_uLong nRelBottomRow = (sal_uLong)(_bForeignDevice ? aOverallAreaSize.Height() : _rRect.Bottom(… in ImplPaintData()
1102 if ( pCols->Count() && ( pCols->GetObject(0)->GetId() == 0 ) && ( aPos.Y() <= _rRect.Bottom() ) ) in ImplPaintData()
1110 _rRect.Bottom() + 1) ) ); in ImplPaintData()
H A Ddatwin.cxx72 rDev.DrawLine( aRect.TopLeft(), Point( aRect.Left(), aRect.Bottom() - 1 ) ); in DECLARE_LIST()
75 rDev.DrawLine( aRect.BottomRight(), Point( aRect.Left(), aRect.Bottom() ) ); in DECLARE_LIST()
113 Point( aRect.Left(), aRect.Top() ), Point( aRect.Right(), aRect.Bottom() ) ) ); in DECLARE_LIST()
/aoo42x/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1187 rWallpaper.GetRect().Right(), rWallpaper.GetRect().Bottom()); in CreateAndAppendBitmapWallpaper()
1783 …gfx::B2DRange aRange(rRectangle.Left(), rRectangle.Top(), rRectangle.Right(), rRectangle.Bottom()); in interpretMetafile()
1810 …gfx::B2DRange aRange(rRectangle.Left(), rRectangle.Top(), rRectangle.Right(), rRectangle.Bottom()); in interpretMetafile()
1849 …gfx::B2DRange aRange(rRectangle.Left(), rRectangle.Top(), rRectangle.Right(), rRectangle.Bottom()); in interpretMetafile()
2289 …gfx::B2DRange aRange(rRectangle.Left(), rRectangle.Top(), rRectangle.Right(), rRectangle.Bottom()); in interpretMetafile()
2383 aWallpaperRectangle.Right(), aWallpaperRectangle.Bottom()); in interpretMetafile()
2463 rRectangle.Right(), rRectangle.Bottom()); in interpretMetafile()
/aoo42x/main/vcl/source/app/
H A Dhelp.cxx756 aPos.Y() = devHelpArea.Bottom(); in ImplSetHelpWindowPos()
781 else if ( ( aPos.Y() + aSz.Height() ) > aScreenRect.Bottom() ) in ImplSetHelpWindowPos()
782 aPos.Y() = aScreenRect.Bottom() - aSz.Height(); in ImplSetHelpWindowPos()
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx633 DrawText( Rectangle( aPos.X(), aPos.Y(), rRect.Right(), rRect.Bottom() - nExtraHeight ), in DrawRow()
697 if ( aEntryRect.Bottom() > aOutputSize.Height() ) in RecalcAll()
699 m_nTopIndex += ( aEntryRect.Bottom() - aOutputSize.Height() ); in RecalcAll()
700 aEntryRect.Move( 0, -( aEntryRect.Bottom() - aOutputSize.Height() ) ); in RecalcAll()
/aoo42x/main/svtools/source/toolpanel/
H A Dtoolpaneldrawer.cxx217 aBox.Bottom() += 1; in impl_paintFocusIndicator()
346 aTitleBarBox.Bottom() += aTitleBarBox.Top(); in impl_calcTitleBarBox()
/aoo42x/main/svtools/source/contnr/
H A Dsvimpbox.cxx393 aArea.Bottom() -= nEntryHeight; in CursorUp()
561 long nMaxBottom = aRect.Bottom(); in InvalidateEntry()
563 aRect.Bottom() = nY; aRect.Bottom() += pView->GetEntryHeight(); in InvalidateEntry()
566 if( aRect.Bottom() > nMaxBottom ) in InvalidateEntry()
567 aRect.Bottom() = nMaxBottom; in InvalidateEntry()
887 aClipRect.Bottom()++; in GetClipRegionRect()
3365 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx249 for (sal_Int32 nY=rBox.Top(); nY<=rBox.Bottom(); nY+=aBitmapSize.Height()) in PaintCenter()
255 std::min(aBitmapSize.Height(), rBox.Bottom()-nY+1)), in PaintCenter()
/aoo42x/main/sd/source/ui/app/
H A Dpopup.src785 Text [ en-US ] = "~Bottom" ; \
1055 Text [ en-US ] = "~Bottom" ; \
1117 Text [ en-US ] = "Fixed Ver~tical Bottom" ; \
1984 Text [ en-US ] = "~Bottom" ;
2597 Text [ en-US ] = "~Bottom" ;
2779 Text [ en-US ] = "~Bottom" ;
/aoo42x/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx1027 *pWMF >> nVal; aPlaceableBound.Bottom() = nVal; in ReadHeader()
1202 if ( aSource.Y() > rPlaceableBound.Bottom() ) in GetWinExtMax()
1203 rPlaceableBound.Bottom() = aSource.Y(); in GetWinExtMax()
1219 rPlaceableBound.Bottom() = (sal_Int32)0x80000000; in GetPlaceableBound()
/aoo42x/main/vcl/source/gdi/
H A Doutdev6.cxx83 const long nBottom = aDstRect.Bottom(); in DBG_NAMEEX()
387 while( aRect.Top() <= aPolyRect.Bottom() ) in DrawTransparent()
1031 aWorkRect = Rectangle( 0, aPos.Y() + aBmpSize.Height(), aOutRect.Right(), aOutRect.Bottom() ); in ImplDrawBitmapWallpaper()
1190 DrawRect( Rectangle( rRect.TopLeft(), Point( rRect.Left(), rRect.Bottom()-1 ) ) ); in ImplDraw2ColorFrame()
/aoo42x/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationpages.cxx338 …aNewLabelSize.Bottom() = aNewLabelSize.Top() + m_aChangesLabel.LogicToPixel( Size( 0, 3*8 ), MAP_A… in displayMigrationLog()
341 …aNewLabelSize.Bottom() = aNewLabelSize.Top() + m_aChangesLabel.LogicToPixel( Size( 0, aInfo.GetLin… in displayMigrationLog()
/aoo42x/main/svx/source/sdr/contact/
H A Dobjectcontactofpageview.cxx195 aLogicClipRectangle.Right(), aLogicClipRectangle.Bottom()); in DoProcessDisplay()
211 aLogicClipRectangle.Right(), aLogicClipRectangle.Bottom()); in DoProcessDisplay()
/aoo42x/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx73 return lhs.Bottom() >= rhs.Bottom(); in operator ()()
/aoo42x/main/svx/source/svdraw/
H A Dsvdotxed.cxx252 if (eVAdj==SDRTEXTVERTADJUST_TOP) pViewMin->Bottom()-=nYFree; in TakeTextEditArea()
254 else { pViewMin->Top()+=nYFree/2; pViewMin->Bottom()=pViewMin->Top()+aPaperMin.Height(); } in TakeTextEditArea()
H A Dsvdocapt.cxx104 nY=rRect.Bottom()-rRect.Top(); in CalcEscPos()
145 Point aBtm(nX,rRect.Bottom()+nGap); in CalcEscPos()
603 const basegfx::B2DRange aRange(aRect.Left(), aRect.Top(), aRect.Right(), aRect.Bottom()); in TakeCreatePoly()

Completed in 149 milliseconds

12345678910>>...25