Lines Matching refs:nEndRow
770 void ScColumn::GetOptimalHeight( SCROW nStartRow, SCROW nEndRow, sal_uInt16* pHeight, in GetOptimalHeight() argument
776 ScAttrIterator aIter( pAttrArray, nStartRow, nEndRow ); in GetOptimalHeight()
1034 void ScColumn::RemoveEditAttribs( SCROW nStartRow, SCROW nEndRow ) in RemoveEditAttribs() argument
1040 for (; i<nCount && pItems[i].nRow <= nEndRow; i++) in RemoveEditAttribs()
1251 SCSIZE ScColumn::VisibleCount( SCROW nStartRow, SCROW nEndRow ) const in VisibleCount()
1258 while ( nIndex < nCount && pItems[nIndex].nRow <= nEndRow ) in VisibleCount()
1334 sal_Bool ScColumn::IsEmptyBlock(SCROW nStartRow, SCROW nEndRow, bool bIgnoreNotes) const in IsEmptyBlock() argument
1341 while ( nIndex < nCount && pItems[nIndex].nRow <= nEndRow ) in IsEmptyBlock()
1350 SCSIZE ScColumn::GetEmptyLinesInBlock( SCROW nStartRow, SCROW nEndRow, ScDirection eDir ) const in GetEmptyLinesInBlock() argument
1365 bFound = pItems[i].nRow <= nEndRow && !pItems[i].pCell->IsBlank(); in GetEmptyLinesInBlock()
1368 nLines = static_cast<SCSIZE>(nEndRow - pItems[i].nRow); in GetEmptyLinesInBlock()
1370 nLines = static_cast<SCSIZE>(nEndRow - nStartRow); in GetEmptyLinesInBlock()
1377 if ( pItems[i].nRow > nEndRow ) in GetEmptyLinesInBlock()
1385 nLines = static_cast<SCSIZE>(nEndRow - nStartRow); in GetEmptyLinesInBlock()
1389 nLines = static_cast<SCSIZE>(nEndRow - nStartRow); in GetEmptyLinesInBlock()
1530 sal_Bool ScColumn::IsAllAttrEqual( const ScColumn& rCol, SCROW nStartRow, SCROW nEndRow ) const in IsAllAttrEqual()
1533 return pAttrArray->IsAllEqual( *rCol.pAttrArray, nStartRow, nEndRow ); in IsAllAttrEqual()
1538 sal_Bool ScColumn::IsVisibleAttrEqual( const ScColumn& rCol, SCROW nStartRow, SCROW nEndRow ) const in IsVisibleAttrEqual()
1541 return pAttrArray->IsVisibleEqual( *rCol.pAttrArray, nStartRow, nEndRow ); in IsVisibleAttrEqual()
1580 sal_Bool ScColumn::HasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const in HasVisibleAttrIn()
1583 return pAttrArray->HasVisibleAttrIn( nStartRow, nEndRow ); in HasVisibleAttrIn()
1588 void ScColumn::FindUsed( SCROW nStartRow, SCROW nEndRow, sal_Bool* pUsed ) const in FindUsed() argument
1593 while ( (nIndex < nCount) ? ((nRow=pItems[nIndex].nRow) <= nEndRow) : sal_False ) in FindUsed()
1829 SCROW nStartRow, SCROW nEndRow ) in UpdateAreaFunction() argument
1833 while ( nIndex<nCount && pItems[nIndex].nRow<=nEndRow ) in UpdateAreaFunction()