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()3162 pGridMap = new sal_Bool[ nGridRows*nGridCols]; in CreateGridMap()3163 memset( (void*)pGridMap, 0, nGridRows*nGridCols ); in CreateGridMap()3194 if( rGridY >= nGridRows ) in GetGrid()[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()