Lines Matching refs:MAXROW
382 else if (nTop==0 && nBottom==MAXROW) in ApplySelectionCache()
1032 ScAddress( rCol.nCol, MAXROW, nTab ) ); in SwapCell()
1039 ScAddress( nCol, MAXROW, nTab ) ); in SwapCell()
1056 ScAddress( rCol.nCol, MAXROW, nTab ) ); in SwapCell()
1095 return ( nSize <= sal::static_int_cast<SCSIZE>(MAXROW) && in TestInsertRow()
1096 … pItems[nCount-1].nRow <= MAXROW-(SCROW)nSize && pAttrArray->TestInsertRow( nSize ) ); in TestInsertRow()
1103 if ( nSize > static_cast<SCSIZE>(MAXROW) ) in TestInsertRow()
1111 return ( pItems[nVis-1].nRow <= MAXROW-nSize ); in TestInsertRow()
1145 SCROW nLastBroadcast = MAXROW+1; in InsertRow()
1163 if ( nNewRow > MAXROW && !bCountChanged ) in InsertRow()
1180 if ( nNewRow > MAXROW && !bCountChanged ) in InsertRow()
1184 aRange.aEnd.SetRow( MAXROW ); in InsertRow()
1355 if (nRow2 < MAXROW) in UndoToColumn()
1356 CopyToColumn( nRow2+1, MAXROW, IDF_FORMULA, sal_False, rColumn ); in UndoToColumn()
1388 ScAttrIterator aAttrIter( pAttrArray, 0, MAXROW ); in CopyScenarioFrom()
1419 ScAttrIterator aAttrIter( pAttrArray, 0, MAXROW ); in CopyScenarioTo()
1449 ScAttrIterator aAttrIter( pAttrArray, 0, MAXROW ); in TestCopyScenarioTo()
1468 ScAttrIterator aAttrIter( pAttrArray, 0, MAXROW ); in MarkScenarioIn()