Lines Matching refs:SCCOLROW

44 ScOutlineEntry::ScOutlineEntry( SCCOLROW nNewStart, SCCOLROW nNewSize, bool bNewHidden ) :  in ScOutlineEntry()
68 SCCOLROW nNewPos = nStart + nDelta; in Move()
87 void ScOutlineEntry::SetPosSize( SCCOLROW nNewPos, SCSIZE nNewSize ) in SetPosSize()
110 inline short IntCompare( SCCOLROW nX, SCCOLROW nY ) in IntCompare()
123 sal_uInt16 ScOutlineCollection::FindStart( SCCOLROW nMinStart ) in FindStart()
156 void ScOutlineArray::FindEntry( SCCOLROW nSearchPos, sal_uInt16& rFindLevel, sal_uInt16& rFindIndex, in FindEntry()
180 sal_Bool ScOutlineArray::Insert( SCCOLROW nStartCol, SCCOLROW nEndCol, sal_Bool& rSizeChanged, in Insert()
237 SCCOLROW nEntryStart = pEntry->GetStart(); in Insert()
305 sal_Bool ScOutlineArray::FindTouchedLevel( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_uInt16& rF… in FindTouchedLevel()
317 SCCOLROW nStart = pEntry->GetStart(); in FindTouchedLevel()
318 SCCOLROW nEnd = pEntry->GetEnd(); in FindTouchedLevel()
332 void ScOutlineArray::RemoveSub( SCCOLROW nStartPos, SCCOLROW nEndPos, sal_uInt16 nLevel ) in RemoveSub()
343 SCCOLROW nStart = pEntry->GetStart(); in RemoveSub()
344 SCCOLROW nEnd = pEntry->GetEnd(); in RemoveSub()
356 void ScOutlineArray::PromoteSub( SCCOLROW nStartPos, SCCOLROW nEndPos, sal_uInt16 nStartLevel ) in PromoteSub()
373 SCCOLROW nStart = pEntry->GetStart(); in PromoteSub()
374 SCCOLROW nEnd = pEntry->GetEnd(); in PromoteSub()
406 sal_Bool ScOutlineArray::Remove( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_Bool& rSizeChanged ) in Remove()
419 SCCOLROW nStart = pEntry->GetStart(); in Remove()
420 SCCOLROW nEnd = pEntry->GetEnd(); in Remove()
451 ScOutlineEntry* ScOutlineArray::GetEntryByPos( sal_uInt16 nLevel, SCCOLROW nPos ) const in GetEntryByPos()
465 sal_Bool ScOutlineArray::GetEntryIndex( sal_uInt16 nLevel, SCCOLROW nPos, sal_uInt16& rnIndex ) con… in GetEntryIndex()
479 sal_uInt16 nLevel, SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_uInt16& rnIndex ) const in GetEntryIndexInRange()
497 SCCOLROW nStart = pEntry->GetStart(); in SetVisibleBelow()
498 SCCOLROW nEnd = pEntry->GetEnd(); in SetVisibleBelow()
525 void ScOutlineArray::GetRange( SCCOLROW& rStart, SCCOLROW& rEnd ) const in GetRange()
537 void ScOutlineArray::ExtendBlock( sal_uInt16 nLevel, SCCOLROW& rBlkStart, SCCOLROW& rBlkEnd ) in ExtendBlock()
540 SCCOLROW nStart; in ExtendBlock()
541 SCCOLROW nEnd; in ExtendBlock()
560 sal_Bool ScOutlineArray::TestInsertSpace( SCSIZE nSize, SCCOLROW nMaxVal ) const in TestInsertSpace()
565 SCCOLROW nEnd = ((ScOutlineEntry*) aCollections[0].At(nCount-1))->GetEnd(); in TestInsertSpace()
566 return ( sal::static_int_cast<SCCOLROW>(nEnd+nSize) <= nMaxVal ); in TestInsertSpace()
572 void ScOutlineArray::InsertSpace( SCCOLROW nStartPos, SCSIZE nSize ) in InsertSpace()
582 SCCOLROW nEnd = pEntry->GetEnd(); in InsertSpace()
595 sal_Bool ScOutlineArray::DeleteSpace( SCCOLROW nStartPos, SCSIZE nSize ) in DeleteSpace()
597 SCCOLROW nEndPos = nStartPos + nSize - 1; in DeleteSpace()
605 SCCOLROW nEntryStart = pEntry->GetStart(); in DeleteSpace()
606 SCCOLROW nEntryEnd = pEntry->GetEnd(); in DeleteSpace()
637 bool ScOutlineArray::ManualAction( SCCOLROW nStartPos, SCCOLROW nEndPos, bool bShow, ScTable& rTabl… in ManualAction()
644 SCCOLROW nEntryStart = pEntry->GetStart(); in ManualAction()
645 SCCOLROW nEntryEnd = pEntry->GetEnd(); in ManualAction()
653 SCCOLROW nEnd = rTable.LastHiddenColRow(nEntryStart, bCol); in ManualAction()
655 ::std::numeric_limits<SCCOLROW>::max()); in ManualAction()