Lines Matching refs:SwNodes
65 sal_uInt16 HighestLevel( SwNodes & rNodes, const SwNodeRange & rRange );
76 SwNodes::SwNodes( SwDoc* pDocument ) in SwNodes() function in SwNodes
123 SwNodes::~SwNodes() in ~SwNodes()
145 void SwNodes::ChgNode( SwNodeIndex& rDelPos, sal_uLong nSz, in ChgNode()
149 SwNodes& rNds = rInsPos.GetNodes(); in ChgNode()
396 bNewFrms = &GetDoc()->GetNodes() == (const SwNodes*)&rNds && in ChgNode()
459 sal_Bool SwNodes::_MoveNodes( const SwNodeRange& aRange, SwNodes & rNodes, in _MoveNodes()
1058 void SwNodes::SectionDown(SwNodeRange *pRange, SwStartNodeType eSttNdTyp ) in SectionDown()
1135 void SwNodes::SectionUp(SwNodeRange *pRange) in SectionUp()
1212 void SwNodes::SectionUpDown( const SwNodeIndex & aStart, const SwNodeIndex & aEnd ) in SectionUpDown()
1286 void SwNodes::Delete(const SwNodeIndex &rIndex, sal_uLong nNodes) in Delete()
1490 sal_uInt16 SwNodes::GetSectionLevel(const SwNodeIndex &rIdx) const { in GetSectionLevel()
1500 void SwNodes::GoStartOfSection(SwNodeIndex *pIdx) const in GoStartOfSection()
1519 void SwNodes::GoEndOfSection(SwNodeIndex *pIdx) const in GoEndOfSection()
1526 SwCntntNode* SwNodes::GoNext(SwNodeIndex *pIdx) const in GoNext()
1543 SwCntntNode* SwNodes::GoPrevious(SwNodeIndex *pIdx) const in GoPrevious()
1591 sal_Bool SwNodes::CheckNodesRange( const SwNodeIndex& rStt, const SwNodeIndex& rEnd ) const in CheckNodesRange()
1623 void SwNodes::DelNodes( const SwNodeIndex & rStart, sal_uLong nCnt ) in DelNodes()
1719 sal_uInt16 HighestLevel( SwNodes & rNodes, const SwNodeRange & rRange ) in HighestLevel()
1739 void SwNodes::MoveRange( SwPaM & rPam, SwPosition & rPos, SwNodes& rNodes ) in MoveRange()
1994 void SwNodes::_CopyNodes( const SwNodeRange& rRange, in _CopyNodes()
2206 void SwNodes::_DelDummyNodes( const SwNodeRange& rRg ) in _DelDummyNodes()
2218 SwStartNode* SwNodes::MakeEmptySection( const SwNodeIndex& rIdx, in MakeEmptySection()
2227 SwStartNode* SwNodes::MakeTextSection( const SwNodeIndex & rWhere, in MakeTextSection()
2240 SwCntntNode* SwNodes::GoNextSection( SwNodeIndex * pIdx, in GoNextSection()
2293 SwCntntNode* SwNodes::GoPrevSection( SwNodeIndex * pIdx, in GoPrevSection()
2356 SwNode* SwNodes::FindPrvNxtFrmNode( SwNodeIndex& rFrmIdx, in FindPrvNxtFrmNode()
2481 void SwNodes::ForEach( const SwNodeIndex& rStart, const SwNodeIndex& rEnd, in ForEach()
2494 void SwNodes::RemoveNode( sal_uLong nDelPos, sal_uLong nSz, sal_Bool bDel ) in RemoveNode()
2569 void SwNodes::RegisterIndex( SwNodeIndex& rIdx ) in RegisterIndex()
2588 void SwNodes::DeRegisterIndex( SwNodeIndex& rIdx ) in DeRegisterIndex()
2605 void SwNodes::InsertNode( const SwNodePtr pNode, in InsertNode()
2612 void SwNodes::InsertNode( const SwNodePtr pNode, in InsertNode()
2620 SwNode * SwNodes::DocumentSectionStartNode(SwNode * pNode) const in DocumentSectionStartNode()
2638 SwNode * SwNodes::DocumentSectionEndNode(SwNode * pNode) const in DocumentSectionEndNode()
2649 sal_Bool SwNodes::IsDocNodes() const in IsDocNodes()