Searched refs:nNewGridRows (Results 1 – 2 of 2) sorted by relevance
568 sal_uInt16 nNewGridRows = _nGridRows; in Expand() local571 nNewGridRows += 50; in Expand()575 sal_Bool* pNewGridMap = new sal_Bool[nNewGridRows*nNewGridCols]; in Expand()576 memset( pNewGridMap, 0, nNewGridRows * nNewGridCols * sizeof(sal_Bool) ); in Expand()580 _nGridRows = nNewGridRows; in Expand()
3554 long nNewGridRows = nGridRows + 20; in ExpandGrid() local3555 unsigned char* pTempMap = new unsigned char[ nNewGridRows * nGridCols ]; in ExpandGrid()3559 nGridRows = nNewGridRows; in ExpandGrid()
Completed in 19 milliseconds