Lines Matching refs:SwNodeIndex

51 class SwNodeIndex;
89 friend class SwNodeIndex;
91 SwNodeIndex* pRoot; // Liste aller Indizies auf Nodes
95 const SwNodeIndex& rPos );
115 void RegisterIndex( SwNodeIndex& rIdx );
116 void DeRegisterIndex( SwNodeIndex& rIdx );
120 void SectionUpDown( const SwNodeIndex & aStart, const SwNodeIndex & aEnd );
121 void DelNodes( const SwNodeIndex& rStart, sal_uLong nCnt = 1 );
123 void ChgNode( SwNodeIndex& rDelPos, sal_uLong nSize,
124 SwNodeIndex& rInsPos, sal_Bool bNewFrms );
128 void _CopyNodes( const SwNodeRange&, const SwNodeIndex&,
154 void ForEach( const SwNodeIndex& rStart, const SwNodeIndex& rEnd,
175 sal_uInt16 GetSectionLevel(const SwNodeIndex &rIndex) const;
176 void Delete(const SwNodeIndex &rPos, sal_uLong nNodes = 1);
178 sal_Bool _MoveNodes( const SwNodeRange&, SwNodes& rNodes, const SwNodeIndex&,
182 void _Copy( const SwNodeRange& rRg, const SwNodeIndex& rInsPos, in _Copy()
189 sal_Bool CheckNodesRange( const SwNodeIndex& rStt, const SwNodeIndex& rEnd ) const;
191 void GoStartOfSection(SwNodeIndex *) const;
192 void GoEndOfSection(SwNodeIndex *) const;
194 SwCntntNode* GoNext(SwNodeIndex *) const;
195 SwCntntNode* GoPrevious(SwNodeIndex *) const;
199 SwNode* GoNextWithFrm(SwNodeIndex *) const;
200 SwNode* GoPreviousWithFrm(SwNodeIndex *) const;
204 SwCntntNode* GoNextSection( SwNodeIndex *, int bSkipHidden = sal_True,
206 SwCntntNode* GoPrevSection( SwNodeIndex *, int bSkipHidden = sal_True,
212 SwStartNode* MakeEmptySection( const SwNodeIndex& rIdx,
216 SwTxtNode *MakeTxtNode( const SwNodeIndex & rWhere,
219 SwStartNode* MakeTextSection( const SwNodeIndex & rWhere,
224 SwGrfNode *MakeGrfNode( const SwNodeIndex & rWhere,
232 SwGrfNode *MakeGrfNode( const SwNodeIndex & rWhere,
237 SwOLENode *MakeOLENode( const SwNodeIndex & rWhere,
241 SwOLENode *MakeOLENode( const SwNodeIndex & rWhere,
265 SwTableNode* InsertTable( const SwNodeIndex& rNdIdx,
309 SwTableNode* SplitTable( const SwNodeIndex& rPos, sal_Bool bAfter = sal_True,
312 sal_Bool MergeTable( const SwNodeIndex& rPos, sal_Bool bWithPrev = sal_True,
316 SwSectionNode* InsertTextSection(SwNodeIndex const& rNdIdx,
320 SwNodeIndex const*const pEnde,
334 SwNode* FindPrvNxtFrmNode( SwNodeIndex& rFrmIdx,