Lines Matching refs:SCSIZE

91 		for (SCSIZE i=0; i<nCount; i++)  in ~ScAttrArray()
106 SCSIZE nPos; in TestData()
139 for (SCSIZE i=0; i<nCount; i++) in Reset()
189 sal_Bool ScAttrArray::Concat(SCSIZE nPos) in Concat()
227 sal_Bool ScAttrArray::Search( SCROW nRow, SCSIZE& nIndex ) const in Search()
258 nIndex=(SCSIZE)i; in Search()
267 SCSIZE i; in GetPattern()
278 SCSIZE nIndex; in GetPatternRange()
298 bool ScAttrArray::Reserve( SCSIZE nReserve ) in Reserve()
328 SCSIZE nNeeded = nCount + 2; in SetPatternArea()
343 SCSIZE ni = 0; // number of entries in beginning in SetPatternArea()
344 SCSIZE nx = 0; // track position in SetPatternArea()
349 SCSIZE nIndex; in SetPatternArea()
391 SCSIZE nInsert; // insert position (MAXROWCOUNT := no insert) in SetPatternArea()
420 SCSIZE nj = ni; // stop position of range to replace in SetPatternArea()
450 for ( SCSIZE nk=ni; nk<nj; nk++) in SetPatternArea()
468 if ( nInsert < sal::static_int_cast<SCSIZE>(MAXROWCOUNT) ) in SetPatternArea()
506 SCSIZE nPos; in ApplyStyleArea()
606 SCSIZE nPos; in ApplyLineStyleArea()
736 SCSIZE nPos; in ApplyCacheArea()
865 SCSIZE nPos; in MergePatternArea()
1026 SCSIZE nStartIndex; in MergeBlockFrame()
1027 SCSIZE nEndIndex; in MergeBlockFrame()
1030 for (SCSIZE i=nStartIndex; i<=nEndIndex; i++) in MergeBlockFrame()
1114 SCSIZE nStartIndex; in ApplyBlockFrame()
1115 SCSIZE nEndIndex; in ApplyBlockFrame()
1120 for (SCSIZE i=nStartIndex; i<=nEndIndex;) in ApplyBlockFrame()
1171 SCSIZE nStartIndex; in HasLines()
1172 SCSIZE nEndIndex; in HasLines()
1207 for ( SCSIZE i=nStartIndex; i<=nEndIndex; i++) in HasLines()
1247 SCSIZE nStartIndex; in HasAttrib()
1248 SCSIZE nEndIndex; in HasAttrib()
1253 for (SCSIZE i=nStartIndex; i<=nEndIndex && !bFound; i++) in HasAttrib()
1367 SCSIZE nStartIndex; in ExtendMerge()
1368 SCSIZE nEndIndex; in ExtendMerge()
1373 for (SCSIZE i=nStartIndex; i<=nEndIndex; i++) in ExtendMerge()
1431 SCSIZE nIndex; in RemoveAreaMerge()
1500 SCSIZE nIndex; in SetPatternAreaSafe()
1555 SCSIZE nIndex; in ApplyFlags()
1592 SCSIZE nIndex; in RemoveFlags()
1628 SCSIZE nIndex; in ClearItems()
1658 SCSIZE nIndex; in ChangeIndent()
1720 SCSIZE nIndex; in GetNextUnprotected()
1747 SCSIZE nPos = 0; in FindStyleSheet()
1788 SCSIZE nPos = 0; in IsStyleSheetUsed()
1864 SCSIZE nStart = 0; in GetFirstVisibleAttr()
1869 SCSIZE nVisStart = 1; in GetFirstVisibleAttr()
1911 SCSIZE nPos = nCount; in GetLastVisibleAttr()
1914 SCSIZE nEndPos = nPos - 1; in GetLastVisibleAttr()
1915 SCSIZE nStartPos = nEndPos; // find range of visually equal formats in GetLastVisibleAttr()
1953 SCSIZE nPos = nCount; in GetLastAttr()
1956 SCSIZE nEndPos = nPos - 1; in GetLastAttr()
1957 SCSIZE nStartPos = nEndPos; in GetLastAttr()
1986 SCSIZE nIndex; in HasVisibleAttrIn()
2007 SCSIZE nThisPos = 0; in IsVisibleEqual()
2008 SCSIZE nOtherPos = 0; in IsVisibleEqual()
2045 SCSIZE nThisPos = 0; in IsAllEqual()
2046 SCSIZE nOtherPos = 0; in IsAllEqual()
2085 SCSIZE nIndex = 0; in TestInsertCol()
2105 sal_Bool ScAttrArray::TestInsertRow( SCSIZE nSize ) const in TestInsertRow()
2114 SCSIZE nFirstLost = nCount-1; in TestInsertRow()
2127 void ScAttrArray::InsertRow( SCROW nStartRow, SCSIZE nSize ) in InsertRow()
2133 SCSIZE nIndex; in InsertRow()
2141 SCSIZE nRemove = 0; in InsertRow()
2142 SCSIZE i; in InsertRow()
2165 for (SCSIZE nAdd=0; nAdd<nSize; nAdd++) in InsertRow()
2177 void ScAttrArray::DeleteRow( SCROW nStartRow, SCSIZE nSize ) in DeleteRow()
2182 SCSIZE nStartIndex = 0; in DeleteRow()
2183 SCSIZE nEndIndex = 0; in DeleteRow()
2184 SCSIZE i; in DeleteRow()
2229 void ScAttrArray::DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex ) in DeleteRange()
2232 for (SCSIZE i = nStartIndex; i <= nEndIndex; i++) in DeleteRange()
2256 SCSIZE nIndex; in DeleteHardAttr()
2297 for (SCSIZE i = 0; i < nCount; i++) in MoveTo()
2326 for (SCSIZE i = 0; (i < nCount) && (nDestStart <= nDestEnd); i++) in CopyArea()
2398 for (SCSIZE i = 0; (i < nCount) && (nDestStart <= nDestEnd); i++) in CopyAreaSafe()
2433 SCSIZE nIndex; in SearchStyle()
2490 SCSIZE nIndex; in SearchStyleRange()
2555 for (SCSIZE i=0; i<nSaveCount; i++)
2592 for (SCSIZE i=0; i<nNewCount; i++)
2668 SCSIZE ScAttrArray::Count( SCROW nStartRow, SCROW nEndRow ) in Count()
2670 SCSIZE nIndex1, nIndex2; in Count()