Searched refs:nGridRows (Results 1 – 2 of 2) sorted by relevance
650 long nGridCols, nGridRows; member in ImpIcnCursor3049 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 …]
492 sal_uInt16 nGridRows = (sal_uInt16)(pView->aVirtOutputSize.Height() / pView->nGridDY); in CreateGridAjustData() local493 nGridRows++; // wg. Abrundung! in CreateGridAjustData()495 if( !nGridRows ) in CreateGridAjustData()497 for( sal_uInt16 nCurList = 0; nCurList < nGridRows; nCurList++ ) in CreateGridAjustData()
Completed in 43 milliseconds