Searched refs:nYBottom (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | gridwin4.cxx | 445 SCROW nYBottom = nPosY + pViewData->VisibleCellsY(eVWhich); in Draw() local 446 if (nYBottom > MAXROW) nYBottom = MAXROW; in Draw() 452 maVisibleRange.mnRow2 = nYBottom; in Draw() 454 if (nX1 > nXRight || nY1 > nYBottom) in Draw() 457 if (nY2 > nYBottom) nY2 = nYBottom; in Draw() 1515 if (nYBottom > MAXROW) nYBottom = MAXROW; in InvertSimple() 1517 if (nX1 > nXRight || nY1 > nYBottom) in InvertSimple() 1520 if (nY2 > nYBottom) nY2 = nYBottom; in InvertSimple() 1703 if (nYBottom > MAXROW) nYBottom = MAXROW; in GetSelectionRects() 1705 if (nX1 > nXRight || nY1 > nYBottom) in GetSelectionRects() [all …]
|
H A D | gridwin.cxx | 5214 SCROW nYBottom = nPosY + pViewData->VisibleCellsY(eVWhich); in UpdateVisibleRange() local 5215 if (nYBottom > MAXROW) nYBottom = MAXROW; in UpdateVisibleRange() 5221 maVisibleRange.mnRow2 = nYBottom; in UpdateVisibleRange()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | regionband.cxx | 233 long nYBottom; in load() local 236 rIStrm >> nYBottom; in load() 239 ImplRegionBand* pNewBand = new ImplRegionBand( nYTop, nYBottom ); in load() 420 void RegionBand::CreateBandRange(long nYTop, long nYBottom) in CreateBandRange() argument 429 for ( int i = nYTop; i <= nYBottom+1; i++ ) in CreateBandRange() 1203 long nYBottom(mpFirstBand->mnYBottom); in GetBoundRect() local 1212 nYBottom = pBand->mnYBottom; in GetBoundRect() 1219 return Rectangle( nXLeft, nYTop, nXRight, nYBottom ); in GetBoundRect()
|
/aoo42x/main/svx/source/table/ |
H A D | viewcontactoftableobj.cxx | 646 const sal_Int32 nYBottom(nY + nYSpan); in createViewIndependentPrimitive2DSequence() local 650 impGetLine(aBottomLine, rTableLayouter, nX, nYBottom, true, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence() 663 nRowCount == nYBottom, in createViewIndependentPrimitive2DSequence()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | regband.hxx | 89 ImplRegionBand( long nYTop, long nYBottom );
|
/aoo42x/main/vcl/inc/ |
H A D | regionband.hxx | 62 void CreateBandRange(long nYTop, long nYBottom);
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mmaddressblockpage.cxx | 1172 long nYBottom = pBottomBox->GetPosPixel().Y(); in SwAssignFieldsControl() local 1173 nYBottom += pBottomBox->GetDropDownPosSizePixel().GetHeight(); in SwAssignFieldsControl()
|
Completed in 125 milliseconds