Home
last modified time | relevance | path

Searched refs:nYBottom (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dregionband.cxx233 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()
/trunk/main/vcl/inc/
H A Dregionband.hxx62 void CreateBandRange(long nYTop, long nYBottom);
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx5214 SCROW nYBottom = nPosY + pViewData->VisibleCellsY(eVWhich); in UpdateVisibleRange() local
5215 if (nYBottom > MAXROW) nYBottom = MAXROW; in UpdateVisibleRange()
5221 maVisibleRange.mnRow2 = nYBottom; in UpdateVisibleRange()
H A Dgridwin4.cxx445 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 …]
/trunk/main/vcl/inc/vcl/
H A Dregband.hxx89 ImplRegionBand( long nYTop, long nYBottom );
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx1172 long nYBottom = pBottomBox->GetPosPixel().Y(); in SwAssignFieldsControl() local
1173 nYBottom += pBottomBox->GetDropDownPosSizePixel().GetHeight(); in SwAssignFieldsControl()
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx646 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()

Completed in 67 milliseconds