Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx568 sal_uInt16 nNewGridRows = _nGridRows; in Expand() local
571 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()
H A Dsvimpicn.cxx3554 long nNewGridRows = nGridRows + 20; in ExpandGrid() local
3555 unsigned char* pTempMap = new unsigned char[ nNewGridRows * nGridCols ]; in ExpandGrid()
3559 nGridRows = nNewGridRows; in ExpandGrid()

Completed in 23 milliseconds