Home
last modified time | relevance | path

Searched refs:MAXROWCOUNT (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dmarkarr.cxx158 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()
H A Dmarkdata.cxx482 sal_Bool* bRowMarked = new sal_Bool[MAXROWCOUNT]; in GetMarkRowRanges()
483 memset( bRowMarked, 0, sizeof(sal_Bool) * MAXROWCOUNT); in GetMarkRowRanges()
H A Dcolumn3.cxx116 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()
H A Dattarray.cxx396 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()
H A Ddociter.cxx1722 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()
H A Dbcaslot.cxx86 static ScSlotDistribution aSlotDistribution( ScSlotData( 0, MAXROWCOUNT, BCA_SLOT_ROWS, 0));
102 while (nRow2 <= MAXROWCOUNT) in initSlotDistribution()
H A Dtable6.cxx633 ((rRow == MAXROWCOUNT || rRow == -1) && VALIDCOL(rCol)) in SearchAndReplace()
H A Dcolumn.cxx790 if (nSize > sal::static_int_cast<SCSIZE>(MAXROWCOUNT)) in Resize()
791 nSize = MAXROWCOUNT; in Resize()
/trunk/main/sc/inc/
H A Daddress.hxx88 const SCROW MAXROWCOUNT = MAXROWCOUNT_DEFINE; variable
91 const SCCOLROW MAXCOLROWCOUNT = MAXROWCOUNT;
93 const SCROW MAXROW = MAXROWCOUNT - 1;
140 #define MAXROWCOUNT W16MAXROWCOUNT macro
H A Dscmatrix.hxx125 const size_t nArbitraryLimit = (size_t)MAXROWCOUNT * 128; in GetElementsMax()
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx654 if ( nStartRow + nRowCount > MAXROWCOUNT ) in callFunction()
684 if ( !bArgErr && !bOverflow && nDocRow <= MAXROWCOUNT ) in callFunction()
H A Dchart2uno.cxx1104 SCROW nMinRow = MAXROWCOUNT; in lcl_addUpperLeftCornerIfMissing()
1250 nMinRow >= MAXROWCOUNT || nMinCol >= MAXCOLCOUNT || in lcl_addUpperLeftCornerIfMissing()
1251 nMaxRow >= MAXROWCOUNT || nMaxCol >= MAXCOLCOUNT) in lcl_addUpperLeftCornerIfMissing()
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx724 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()
/trunk/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx45 const SCSIZE ASCIIDLG_MAXROWS = MAXROWCOUNT;
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx74 #define SCNAV_MAXROW (MAXROWCOUNT)
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx2208 (MAXROWCOUNT) / InitContentRowsPerSlot() + 2;
2214 SCROW nRowsPerSlot = (MAXROWCOUNT) / nMaxSlots; in InitContentRowsPerSlot()
2215 if ( nRowsPerSlot * nMaxSlots < sal::static_int_cast<SCSIZE>(MAXROWCOUNT) ) in InitContentRowsPerSlot()
H A Daddress.cxx619 if( n < 0 || n >= MAXROWCOUNT ) in lcl_r1c1_get_row()

Completed in 141 milliseconds