Home
last modified time | relevance | path

Searched refs:nGridRows (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx650 long nGridCols, nGridRows; member in ImpIcnCursor
3049 nGridRows = 0; in ImpIcnCursor()
3150 nGridRows = rSize.Height() / nGridDY; in CreateGridMap()
3154 if( (nGridRows * nGridDY) < rSize.Height() ) in CreateGridMap()
3155 nGridRows++; in CreateGridMap()
3156 else if( !nGridRows ) in CreateGridMap()
3157 nGridRows = 1; in CreateGridMap()
3194 if( rGridY >= nGridRows ) in GetGrid()
3238 nGridRows = 0; in Clear()
3554 long nNewGridRows = nGridRows + 20; in ExpandGrid()
[all …]
H A Dimivctl2.cxx492 sal_uInt16 nGridRows = (sal_uInt16)(pView->aVirtOutputSize.Height() / pView->nGridDY); in CreateGridAjustData() local
493 nGridRows++; // wg. Abrundung! in CreateGridAjustData()
495 if( !nGridRows ) in CreateGridAjustData()
497 for( sal_uInt16 nCurList = 0; nCurList < nGridRows; nCurList++ ) in CreateGridAjustData()

Completed in 39 milliseconds