Home
last modified time | relevance | path

Searched refs:nBottom (Results 151 – 169 of 169) sorted by relevance

1234567

/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx921 maOutRect.nBottom = maOutRect.nTop + nHeight - 1; in Paint()
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx346 aBoundingBox.nBottom = aPos.Y + aSize.Height; in CreateListOfVisibleShapes()
/trunk/main/sw/source/core/inc/
H A Dframe.hxx942 void SetBottomAndHeight( long nBottom, long nHeight );
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx400 aTagRect.nBottom = aTagRect.nTop + height - 1; in InsertAnnotation()
/trunk/main/sc/inc/
H A Dcellsuno.hxx782 sal_Int32 nRight, sal_Int32 nBottom )
1057 sal_Int32 nRight, sal_Int32 nBottom )
H A Ddocuno.hxx408 …ByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom, sal_Int32 nSheet…
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3947 sal_Int32 nDiffBottom = aNewRect.nBottom - aOldRect.nBottom; in EndSdrDrag()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx1461 rRect.nBottom = static_cast<long>(aRect.origin.y + aRect.size.height - 1); in GetWorkArea()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx366 rc.bottom = aRect.nBottom; in ImplGetThemeRect()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx234 parent->SetPosSizePixel (0, 0, r.nRight - r.nLeft, r.nBottom - r.nTop, in redraw()
/trunk/main/vcl/source/window/
H A Dmenu.cxx3793 sal_Int32 nLeft, nTop, nRight, nBottom; in ImplExecute() local
3794 pWindow->GetBorder( nLeft, nTop, nRight, nBottom ); in ImplExecute()
3795 nMaxHeight -= nTop+nBottom; in ImplExecute()
H A Dwindow.cxx9496 aRect.nBottom += 1; in DrawSelectionBackground()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2721 …ByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom, sal_Int32 nSheet… in getCellRangeByPosition() argument
2729 return xSheet->getCellRangeByPosition(nLeft, nTop, nRight, nBottom); in getCellRangeByPosition()
H A Dcellsuno.cxx4916 sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) in getCellRangeByPosition() argument
4925 if ( nLeft >= 0 && nTop >= 0 && nRight >= 0 && nBottom >= 0 ) in getCellRangeByPosition()
4930 sal_Int32 nEndY = aRange.aStart.Row() + nBottom; in getCellRangeByPosition()
7107 sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) in getCellRangeByPosition() argument
7111 return ScCellRangeObj::getCellRangeByPosition(nLeft,nTop,nRight,nBottom); in getCellRangeByPosition()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1198 if( (rRect.nTop == rRect.nBottom) || (rRect.nLeft == rRect.nRight) ) in Impl_writeRect()
/trunk/main/sc/source/core/data/
H A Dattarray.cxx976 if (lcl_TestAttr( pLineOuter->GetBottom(), pBottomAttr, rFlags.nBottom, pNew )) in lcl_MergeToFrame()
H A Ddocument.cxx4299 rLineInner.SetValid( VALID_BOTTOM, ( aFlags.nBottom != SC_LINE_DONTCARE ) ); in GetSelectionFrame()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx1207 rRect.nBottom = aRect.yBottom; // win -1; in GetWorkArea()
/trunk/main/vcl/source/control/
H A Dbutton.cxx982 if( aInRect.nRight < aInRect.nLeft || aInRect.nBottom < aInRect.nTop ) in ImplDrawPushButtonContent()

Completed in 374 milliseconds

1234567