Searched refs:MAXROWCOUNT (Results 1 – 17 of 17) sorted by relevance
158 nInsert = MAXROWCOUNT; in SetMarkArea()175 nInsert = MAXROWCOUNT; in SetMarkArea()202 nInsert = MAXROWCOUNT; in SetMarkArea()215 nInsert = MAXROWCOUNT; in SetMarkArea()224 if ( nInsert < sal::static_int_cast<SCSIZE>(MAXROWCOUNT) ) in SetMarkArea()
482 sal_Bool* bRowMarked = new sal_Bool[MAXROWCOUNT]; in GetMarkRowRanges()483 memset( bRowMarked, 0, sizeof(sal_Bool) * MAXROWCOUNT); in GetMarkRowRanges()
116 if ( nLimit > sal::static_int_cast<SCSIZE>(MAXROWCOUNT) ) in Insert()117 nLimit = MAXROWCOUNT; in Insert()184 if ( nLimit > sal::static_int_cast<SCSIZE>(MAXROWCOUNT) ) in Append()185 nLimit = MAXROWCOUNT; in Append()
396 nInsert = MAXROWCOUNT; in SetPatternArea()413 nInsert = MAXROWCOUNT; in SetPatternArea()437 nInsert = MAXROWCOUNT; in SetPatternArea()459 nInsert = MAXROWCOUNT; in SetPatternArea()468 if ( nInsert < sal::static_int_cast<SCSIZE>(MAXROWCOUNT) ) in SetPatternArea()
1722 pNextRows[i-nStartCol] = MAXROWCOUNT; // nothing found in SetTab()1723 pNextIndices[i-nStartCol] = MAXROWCOUNT; in SetTab()1749 pNextRows[nCol-nStartCol] = MAXROWCOUNT; // nothing found in GetNext()1750 pNextIndices[nCol-nStartCol] = MAXROWCOUNT; in GetNext()
86 static ScSlotDistribution aSlotDistribution( ScSlotData( 0, MAXROWCOUNT, BCA_SLOT_ROWS, 0));102 while (nRow2 <= MAXROWCOUNT) in initSlotDistribution()
633 ((rRow == MAXROWCOUNT || rRow == -1) && VALIDCOL(rCol)) in SearchAndReplace()
790 if (nSize > sal::static_int_cast<SCSIZE>(MAXROWCOUNT)) in Resize()791 nSize = MAXROWCOUNT; in Resize()
88 const SCROW MAXROWCOUNT = MAXROWCOUNT_DEFINE; variable91 const SCCOLROW MAXCOLROWCOUNT = MAXROWCOUNT;93 const SCROW MAXROW = MAXROWCOUNT - 1;140 #define MAXROWCOUNT W16MAXROWCOUNT macro
125 const size_t nArbitraryLimit = (size_t)MAXROWCOUNT * 128; in GetElementsMax()
654 if ( nStartRow + nRowCount > MAXROWCOUNT ) in callFunction()684 if ( !bArgErr && !bOverflow && nDocRow <= MAXROWCOUNT ) in callFunction()
1104 SCROW nMinRow = MAXROWCOUNT; in lcl_addUpperLeftCornerIfMissing()1250 nMinRow >= MAXROWCOUNT || nMinCol >= MAXCOLCOUNT || in lcl_addUpperLeftCornerIfMissing()1251 nMaxRow >= MAXROWCOUNT || nMaxCol >= MAXCOLCOUNT) in lcl_addUpperLeftCornerIfMissing()
724 if ( ( bStrOk = (n > 0) && ( n <= MAXROWCOUNT ) ) != sal_False ) in lcl_CheckOne_OOO()769 if ((bIsRow && nNum > MAXROWCOUNT) || (!bIsRow && nNum > MAXCOLCOUNT)) in lcl_CheckOne_XL_R1C1()
45 const SCSIZE ASCIIDLG_MAXROWS = MAXROWCOUNT;
74 #define SCNAV_MAXROW (MAXROWCOUNT)
2208 (MAXROWCOUNT) / InitContentRowsPerSlot() + 2;2214 SCROW nRowsPerSlot = (MAXROWCOUNT) / nMaxSlots; in InitContentRowsPerSlot()2215 if ( nRowsPerSlot * nMaxSlots < sal::static_int_cast<SCSIZE>(MAXROWCOUNT) ) in InitContentRowsPerSlot()
619 if( n < 0 || n >= MAXROWCOUNT ) in lcl_r1c1_get_row()
Completed in 140 milliseconds