Lines Matching refs:nStartRow

270 sal_Bool ScColumn::ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow,  in ExtendMerge()  argument
274 …return pAttrArray->ExtendMerge( nThisCol, nStartRow, nEndRow, rPaintCol, rPaintRow, bRefresh, bAtt… in ExtendMerge()
304 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) const in MergeBlockFrame() argument
306 …pAttrArray->MergeBlockFrame( pLineOuter, pLineInner, rFlags, nStartRow, nEndRow, bLeft, nDistRight… in MergeBlockFrame()
311 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) in ApplyBlockFrame() argument
313 pAttrArray->ApplyBlockFrame( pLineOuter, pLineInner, nStartRow, nEndRow, bLeft, nDistRight ); in ApplyBlockFrame()
333 const ScPatternAttr* ScColumn::GetMostUsedPattern( SCROW nStartRow, SCROW nEndRow ) const in GetMostUsedPattern() argument
339 ScAttrIterator aAttrIter( pAttrArray, nStartRow, nEndRow ); in GetMostUsedPattern()
449 void ScColumn::ApplyPatternArea( SCROW nStartRow, SCROW nEndRow, const ScPatternAttr& rPatAttr ) in ApplyPatternArea() argument
453 pAttrArray->ApplyCacheArea( nStartRow, nEndRow, &aCache ); in ApplyPatternArea()
497 void ScColumn::ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, const ScStyleSheet& rStyle ) in ApplyStyleArea() argument
499 pAttrArray->ApplyStyleArea(nStartRow, nEndRow, (ScStyleSheet*)&rStyle); in ApplyStyleArea()
614 sal_Bool ScColumn::ApplyFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags ) in ApplyFlags() argument
616 return pAttrArray->ApplyFlags( nStartRow, nEndRow, nFlags ); in ApplyFlags()
620 sal_Bool ScColumn::RemoveFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags ) in RemoveFlags() argument
622 return pAttrArray->RemoveFlags( nStartRow, nEndRow, nFlags ); in RemoveFlags()
626 void ScColumn::ClearItems( SCROW nStartRow, SCROW nEndRow, const sal_uInt16* pWhich ) in ClearItems() argument
628 pAttrArray->ClearItems( nStartRow, nEndRow, pWhich ); in ClearItems()
638 void ScColumn::SetPatternArea( SCROW nStartRow, SCROW nEndRow, in SetPatternArea() argument
641 pAttrArray->SetPatternArea( nStartRow, nEndRow, &rPatAttr, bPutToPool ); in SetPatternArea()
1066 sal_Bool ScColumn::TestInsertCol( SCROW nStartRow, SCROW nEndRow) const in TestInsertCol() argument
1073 bTest = (pItems[i].nRow < nStartRow) || (pItems[i].nRow > nEndRow) in TestInsertCol()
1079 bTest = pAttrArray->TestInsertCol(nStartRow, nEndRow); in TestInsertCol()
1118 void ScColumn::InsertRow( SCROW nStartRow, SCSIZE nSize ) in InsertRow() argument
1120 pAttrArray->InsertRow( nStartRow, nSize ); in InsertRow()
1128 Search( nStartRow, i ); in InsertRow()
1527 void ScColumn::MoveTo(SCROW nStartRow, SCROW nEndRow, ScColumn& rCol) in MoveTo() argument
1529 pAttrArray->MoveTo(nStartRow, nEndRow, *rCol.pAttrArray); in MoveTo()
1536 Search( nStartRow, i); // i points to start row or position thereafter in MoveTo()
2087 void ScColumn::ResetChanged( SCROW nStartRow, SCROW nEndRow ) in ResetChanged() argument
2092 Search(nStartRow,nIndex); in ResetChanged()
2104 sal_Bool ScColumn::HasEditCells(SCROW nStartRow, SCROW nEndRow, SCROW& rFirst) const in HasEditCells() argument
2110 Search(nStartRow,nIndex); in HasEditCells()