Lines Matching refs:ScOutlineArray
137 ScOutlineArray::ScOutlineArray() : in ScOutlineArray() function in ScOutlineArray
142 ScOutlineArray::ScOutlineArray( const ScOutlineArray& rArray ) : in ScOutlineArray() function in ScOutlineArray
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()
305 sal_Bool ScOutlineArray::FindTouchedLevel( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_uInt16& rF… in FindTouchedLevel()
332 void ScOutlineArray::RemoveSub( SCCOLROW nStartPos, SCCOLROW nEndPos, sal_uInt16 nLevel ) in RemoveSub()
356 void ScOutlineArray::PromoteSub( SCCOLROW nStartPos, SCCOLROW nEndPos, sal_uInt16 nStartLevel ) in PromoteSub()
387 sal_Bool ScOutlineArray::DecDepth() // nDepth auf leere Levels anpassen in DecDepth()
406 sal_Bool ScOutlineArray::Remove( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_Bool& rSizeChanged ) in Remove()
441 ScOutlineEntry* ScOutlineArray::GetEntry( sal_uInt16 nLevel, sal_uInt16 nIndex ) const in GetEntry()
446 sal_uInt16 ScOutlineArray::GetCount( sal_uInt16 nLevel ) const in GetCount()
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()
478 sal_Bool ScOutlineArray::GetEntryIndexInRange( in GetEntryIndexInRange()
492 void ScOutlineArray::SetVisibleBelow( sal_uInt16 nLevel, sal_uInt16 nEntry, sal_Bool bValue, sal_Bo… 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()
560 sal_Bool ScOutlineArray::TestInsertSpace( SCSIZE nSize, SCCOLROW nMaxVal ) const in TestInsertSpace()
572 void ScOutlineArray::InsertSpace( SCCOLROW nStartPos, SCSIZE nSize ) in InsertSpace()
595 sal_Bool ScOutlineArray::DeleteSpace( SCCOLROW nStartPos, SCSIZE nSize ) in DeleteSpace()
637 bool ScOutlineArray::ManualAction( SCCOLROW nStartPos, SCCOLROW nEndPos, bool bShow, ScTable& rTabl… in ManualAction()
670 void ScOutlineArray::RemoveAll() in RemoveAll()
722 ScSubOutlineIterator::ScSubOutlineIterator( ScOutlineArray* pOutlineArray ) : in ScSubOutlineIterator()
732 ScSubOutlineIterator::ScSubOutlineIterator( ScOutlineArray* pOutlineArray, in ScSubOutlineIterator()