Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/contnr/
H A Dimivctl2.cxx553 _nGridCols = 0; in IcnGridMap_Impl()
569 sal_uInt16 nNewGridCols = _nGridCols; in Expand()
577 memcpy( pNewGridMap, _pGridMap, _nGridRows * _nGridCols * sizeof(sal_Bool) ); in Expand()
581 _nGridCols = nNewGridCols; in Expand()
590 GetMinMapSize( _nGridCols, _nGridRows ); in Create_Impl()
594 _nGridCols += 50; in Create_Impl()
596 _pGridMap = new sal_Bool[ _nGridRows * _nGridCols]; in Create_Impl()
597 memset( (void*)_pGridMap, 0, _nGridRows * _nGridCols ); in Create_Impl()
650 return nGridX + ( nGridY * _nGridCols ); in GetGrid()
666 if( nX >= _nGridCols ) 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()