Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/contnr/
H A Dimivctl2.cxx554 _nGridRows = 0; in IcnGridMap_Impl()
568 sal_uInt16 nNewGridRows = _nGridRows; in Expand()
577 memcpy( pNewGridMap, _pGridMap, _nGridRows * _nGridCols * sizeof(sal_Bool) ); in Expand()
580 _nGridRows = nNewGridRows; in Expand()
590 GetMinMapSize( _nGridCols, _nGridRows ); in Create_Impl()
592 _nGridRows += 50; // avoid resize of gridmap too often in Create_Impl()
596 _pGridMap = new sal_Bool[ _nGridRows * _nGridCols]; in Create_Impl()
597 memset( (void*)_pGridMap, 0, _nGridRows * _nGridCols ); in Create_Impl()
652 return nGridY + ( nGridX * _nGridRows ); in GetGrid()
671 if( nY >= _nGridRows ) in GetGrid()
[all …]
H A Dimivctl.hxx593 sal_uInt16 _nGridCols, _nGridRows; member in IcnGridMap_Impl
615 … DBG_ASSERT(!_pGridMap || nId<(sal_uLong)(_nGridCols*_nGridRows),"OccupyGrid: Bad GridId"); in OccupyGrid()
616 if(_pGridMap && nId < (sal_uLong)(_nGridCols *_nGridRows) ) in OccupyGrid()