Lines Matching refs:SCCOLROW
39 SCCOLROW nStart;
45 ScOutlineEntry( SCCOLROW nNewStart, SCCOLROW nNewSize,
51 SCCOLROW GetStart() const { return nStart; } in GetStart()
53 SCCOLROW GetEnd() const { return nStart+nSize-1; } in GetEnd()
59 void SetPosSize( SCCOLROW nNewPos, SCSIZE nNewSize );
72 sal_uInt16 FindStart( SCCOLROW nMinStart );
85 …void FindEntry( SCCOLROW nSearchPos, sal_uInt16& rFindLevel, sal_uInt16& rFindI…
87 void RemoveSub( SCCOLROW nStartPos, SCCOLROW nEndPos, sal_uInt16 nLevel );
88 …void PromoteSub( SCCOLROW nStartPos, SCCOLROW nEndPos, sal_uInt16 nStartLevel );
96 sal_Bool FindTouchedLevel( SCCOLROW nBlockStart, SCCOLROW nBlockEnd,
99 … sal_Bool Insert( SCCOLROW nStartPos, SCCOLROW nEndPos, sal_Bool& rSizeChanged,
101 …sal_Bool Remove( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_Bool& rSizeChang…
105 ScOutlineEntry* GetEntryByPos( sal_uInt16 nLevel, SCCOLROW nPos ) const;
107 …sal_Bool GetEntryIndex( sal_uInt16 nLevel, SCCOLROW nPos, sal_uInt16& rnIndex )…
109 sal_uInt16 nLevel, SCCOLROW nBlockStart, SCCOLROW nBlockEnd,
115 void GetRange( SCCOLROW& rStart, SCCOLROW& rEnd ) const;
116 … void ExtendBlock( sal_uInt16 nLevel, SCCOLROW& rBlkStart, SCCOLROW& rBlkEnd );
118 sal_Bool TestInsertSpace( SCSIZE nSize, SCCOLROW nMaxVal ) const;
119 void InsertSpace( SCCOLROW nStartPos, SCSIZE nSize );
120 sal_Bool DeleteSpace( SCCOLROW nStartPos, SCSIZE nSize );
122 …bool ManualAction( SCCOLROW nStartPos, SCCOLROW nEndPos, bool bShow, ScTable& r…
156 SCCOLROW nStart;
157 SCCOLROW nEnd;