Lines Matching refs:nCols
36 nCols = 0; in IcnCursor_Impl()
80 pColumns = new SvPtrarr[ nCols ]; in ImplCreate()
95 if( nX >= nCols ) in ImplCreate()
96 nX = sal::static_int_cast< short >(nCols - 1); in ImplCreate()
303 DBG_ASSERT(nX< nCols,"GoLeftRight:Bad row"); in GoLeftRight()
307 nY, nX, sal::static_int_cast< sal_uInt16 >(nCols-1), nX, sal_True, sal_True ); in GoLeftRight()
319 nLastCol = nCols; in GoLeftRight()
421 DBG_ASSERT(nX<nCols,"GoUpDown:Bad row"); in GoUpDown()
455 if( nColMax < (nCols-1)) in GoUpDown()
465 nCols = rSize.Width() / pView->nGridDX; in SetDeltas()
466 if( !nCols ) in SetDeltas()
467 nCols = 1; in SetDeltas()
474 nDeltaWidth = (short)(rSize.Width() / nCols); in SetDeltas()
806 sal_uInt16 nCols, nRows; in OutputSizeChanged() local
807 GetMinMapSize( nCols, nRows ); in OutputSizeChanged()
810 if( nCols != _nGridCols ) in OutputSizeChanged()
819 else if( nCols >= _nGridCols ) in OutputSizeChanged()