Home
last modified time | relevance | path

Searched refs:GetNodes (Results 1 – 25 of 190) sorted by relevance

12345678

/AOO41X/main/sw/source/core/docnode/
H A Dndindex.cxx77 pNd = rIdx.GetNodes()[ rIdx.GetIndex() + nDiff ]; in SwNodeIndex()
81 pNd->GetNodes().RegisterIndex( *this ); in SwNodeIndex()
92 pNd = rNd.GetNodes()[ rNd.GetIndex() + nDiff ]; in SwNodeIndex()
96 pNd->GetNodes().RegisterIndex( *this ); in SwNodeIndex()
105 pNd->GetNodes().DeRegisterIndex( *this ); in Remove()
110 if( &pNd->GetNodes() != &rIdx.pNd->GetNodes() ) in operator =()
112 pNd->GetNodes().DeRegisterIndex( *this ); in operator =()
114 pNd->GetNodes().RegisterIndex( *this ); in operator =()
123 if( &pNd->GetNodes() != &rNd.GetNodes() ) in operator =()
125 pNd->GetNodes().DeRegisterIndex( *this ); in operator =()
[all …]
H A Dndsect.cxx179 ::lcl_CheckEmptyLayFrm( GetNodes(), in InsertSwSection()
220 pNewSectNode = GetNodes().InsertTextSection( in InsertSwSection()
292 pNewSectNode = GetNodes().InsertTextSection( in InsertSwSection()
302 pNewSectNode = GetNodes().InsertTextSection( in InsertSwSection()
307 pNewSectNode = GetNodes().InsertTextSection( in InsertSwSection()
317 pNewSectNode = GetNodes().InsertTextSection( in InsertSwSection()
540 if( bDelNodes && pIdx && &GetNodes() == &pIdx->GetNodes() && in DelSectionFmt()
555 else if( bDelNodes && pIdx && &GetNodes() == &pIdx->GetNodes() && in DelSectionFmt()
583 if( pIdx && &GetNodes() == &pIdx->GetNodes() && in DelSectionFmt()
595 SwNodeIndex aUpdIdx( GetNodes(), nSttNd ); in DelSectionFmt()
[all …]
H A Dsection.cxx679 if( pIdx && &GetDoc()->GetNodes() == &pIdx->GetNodes() && in ~SwSectionFmt()
707 GetDoc()->GetNodes().SectionUp( &aRg ); in ~SwSectionFmt()
728 if( pIdx && &GetDoc()->GetNodes() == &pIdx->GetNodes() && in DelFrms()
759 SwCntntNode* pCNd = GetDoc()->GetNodes().GoNextSection( &aNextNd, sal_True, sal_False ); in DelFrms()
775 if( pIdx && &GetDoc()->GetNodes() == &pIdx->GetNodes() && in MakeFrms()
981 GetCntntIdx()) && &pIdx->GetNodes() == &GetDoc()->GetNodes() )) in GetChildSections()
1017 return pIdx && &pIdx->GetNodes() == &GetDoc()->GetNodes(); in IsInNodesArr()
1113 if( pIdx && ( bAlways || &pIdx->GetNodes() == &GetDoc()->GetNodes() )) in GetSectionNode()
1125 pNd->GetIndex() > pNd->GetNodes().GetEndOfExtras().GetIndex() && in GetGlobalDocSection()
1408 SwTxtNode* pNewNd = pDoc->GetNodes().MakeTxtNode( aIdx, in DataChanged()
[all …]
H A Dndcopy.cxx252 SwTxtNode* pTxtNd = pDoc->GetNodes().MakeTxtNode( rIdx, pColl ); in MakeCopy()
430 SwNodes& rNds = (SwNodes&)GetNodes(); in MakeCopy()
444 if( rIdx < pDoc->GetNodes().GetEndOfInserts().GetIndex() && in MakeCopy()
445 rIdx >= pDoc->GetNodes().GetEndOfInserts().StartOfSectionIndex() ) in MakeCopy()
509 pDoc->GetNodes().SectionDown( &aRg, SwTableBoxStartNode ); in MakeCopy()
708 SwNode* pNd = GetNodes()[ nStt ]; in CopyRange()
711 if( (pNd = GetNodes()[ nEnd ])->IsCntntNode() && in CopyRange()
763 SwStartNode* pSttNd = pDoc->GetNodes().MakeEmptySection( in CopyRange()
764 SwNodeIndex( GetNodes().GetEndOfAutotext() )); in CopyRange()
769 aPam.GetPoint()->nNode = pDoc->GetNodes().GetEndOfAutotext(); in CopyRange()
[all …]
H A Dnode.cxx339 SwNodes& rNodes = (SwNodes&)rWhere.GetNodes(); in SwNode()
432 pNd = GetNodes().GoNext( &aIdx ); in IsInVisibleArea()
437 pNd = GetNodes().GoPrevious( &aIdx ); in IsInVisibleArea()
527 if ( !GetNodes().IsDocNodes() ) in FindPageDesc()
538 pNode = GetNodes().GoNext( &aIdx ); in FindPageDesc()
543 pNode = GetNodes().GoPrevious( &aIdx ); in FindPageDesc()
575 if( pNd->GetIndex() < GetNodes().GetEndOfExtras().GetIndex() && in FindPageDesc()
644 if( pNd->GetIndex() < GetNodes().GetEndOfExtras().GetIndex() ) in FindPageDesc()
646 if( pNd->GetIndex() > GetNodes().GetEndOfAutotext().GetIndex() ) in FindPageDesc()
831 const SwOutlineNodes& rONds = GetNodes().GetOutLineNds(); in FindOutlineNodeOfLevel()
[all …]
/AOO41X/main/sw/source/core/doc/
H A Ddocglbl.cxx121 SwOutlineNodes* pOutlNds = (SwOutlineNodes*)&GetNodes().GetOutLineNds(); in SplitDoc()
133 if( pTNd->GetNodes().IsDocNodes() ) in SplitDoc()
204 pOutlNds->GetObject( nOutl )->GetIndex() < GetNodes().GetEndOfExtras().GetIndex() ) in SplitDoc()
246 : GetNodes().GetEndOfContent() ); in SplitDoc()
288 SwNodeIndex aTmpIdx( pDoc->GetNodes().GetEndOfContent() ); in SplitDoc()
289 GetNodes()._Copy( aRg, aTmpIdx, sal_False ); in SplitDoc()
292 SwNodeIndex aIdx( pDoc->GetNodes().GetEndOfExtras(), 2 ); in SplitDoc()
294 pDoc->GetNodes().GetEndOfContent().GetIndex() ) in SplitDoc()
295 pDoc->GetNodes().Delete( aIdx, 1 ); in SplitDoc()
379 GetNodes().Delete( aSIdx, nNodeDiff ); in SplitDoc()
[all …]
H A Ddoc.cxx721 const SwNode* pNd = GetNodes()[ nPrevPos ]; in SplitNode()
724 0 != ( pTblNd = GetNodes()[ --nPrevPos ]->GetTableNode() ) && in SplitNode()
725 ((( pNd = GetNodes()[ --nPrevPos ])->IsStartNode() && in SplitNode()
736 if( nPrevPos < GetNodes().GetEndOfExtras().GetIndex() ) in SplitNode()
750 SwTxtNode* pTxtNd = GetNodes().MakeTxtNode( in SplitNode()
759 if( nPrevPos > GetNodes().GetEndOfExtras().GetIndex() ) in SplitNode()
822 pCurNode = GetNodes().MakeTxtNode( aIdx, in AppendTxtNode()
980 SwGrfNode* pSwGrfNode = GetNodes().MakeGrfNode( in Insert()
981 SwNodeIndex( GetNodes().GetEndOfAutotext() ), in Insert()
999 SwGrfNode* pSwGrfNode = GetNodes().MakeGrfNode( in Insert()
[all …]
H A Ddocnum.cxx173 if( !GetNodes().GetOutLineNds().Count() || !nOffset ) in OutlineUpDown()
177 const SwOutlineNodes& rOutlNds = GetNodes().GetOutLineNds(); in OutlineUpDown()
437 if( !GetNodes().GetOutLineNds().Count() || !nOffset || in MoveOutlinePara()
438 (rStt.nNode.GetIndex() < GetNodes().GetEndOfExtras().GetIndex()) || in MoveOutlinePara()
439 (rEnd.nNode.GetIndex() < GetNodes().GetEndOfExtras().GetIndex())) in MoveOutlinePara()
455 if( !GetNodes().GetOutLineNds().Seek_Entry( pSrch, &nAktPos ) ) in MoveOutlinePara()
460 aSttRg = *GetNodes().GetOutLineNds()[ nAktPos ]; in MoveOutlinePara()
464 aSttRg = *GetNodes().GetEndOfContent().StartOfSectionNode(); in MoveOutlinePara()
472 if( GetNodes().GetOutLineNds().Seek_Entry( pEndSrch, &nTmpPos ) ) in MoveOutlinePara()
480 aEndRg = nTmpPos < GetNodes().GetOutLineNds().Count() in MoveOutlinePara()
[all …]
H A Ddoclay.cxx162 SwNodeIndex aTmpIdx( GetNodes().GetEndOfAutotext() ); in MakeLayoutFmt()
164 GetNodes().MakeTextSection in MakeLayoutFmt()
256 SwOLENode* pOLENd = GetNodes()[ pCntIdx->GetIndex()+1 ]->GetOLENode(); in DelLayoutFmt()
460 SwNodeIndex aIdx( GetNodes().GetEndOfAutotext() ); in CopyLayoutFmt()
461 SwStartNode* pSttNd = GetNodes().MakeEmptySection( aIdx, SwFlyStartNode ); in CopyLayoutFmt()
625 SwNodeRange aRange( GetNodes().GetEndOfAutotext(), -1, in _MakeFlySection()
626 GetNodes().GetEndOfAutotext() ); in _MakeFlySection()
627 GetNodes().SectionDown( &aRange, SwFlyStartNode ); in _MakeFlySection()
778 SwCntntNode * pNewTxtNd = GetNodes().MakeTxtNode in MakeFlySection()
779 (SwNodeIndex( GetNodes().GetEndOfAutotext()), in MakeFlySection()
[all …]
H A Ddoctxm.cxx118 pMark->GetpTxtNd()->GetNodes().IsDocNodes() ) in SV_IMPL_PTRARR()
389 SwTxtNode* pHeadNd = GetNodes().MakeTxtNode( aIdx, in InsertTableOf()
400 GetNodes().InsertTextSection( in InsertTableOf()
417 SwNode* pNd = GetNodes()[ nSttNd ]; in InsertTableOf()
432 SwNodeIndex aStt( GetNodes(), nSttNd ), aEnd( GetNodes(), nEndNd ); in InsertTableOf()
440 GetNodes().InsertTextSection(aStt, *pFmt, aSectionData, &rTOX, &aEnd); in InsertTableOf()
727 if( pNd->GetNodes().GetEndOfExtras().GetIndex() > pNd->GetIndex() ) in lcl_FindChapterNode()
775 pCNd = pSectNd->GetDoc()->GetNodes().GoNext( &rPos.nNode ); in SetPosAtStartEnd()
780 pCNd = pSectNd->GetDoc()->GetNodes().GoPrevious( &rPos.nNode ); in SetPosAtStartEnd()
799 !pSectNd->GetNodes().IsDocNodes() || in Update()
[all …]
H A Ddocfld.cxx456 if( !rTxtNd.GetNodes().IsDocNodes() || in UpdateTblFlds()
543 if( !rTxtNd.GetNodes().IsDocNodes() ) in UpdateTblFlds()
561 if( pTblNd->GetIndex() < GetNodes().GetEndOfExtras().GetIndex() ) in UpdateTblFlds()
615 pBox->GetSttNd()->GetNodes().IsDocNodes() ) in UpdateTblFlds()
628 if( pTblNd->GetIndex() < GetNodes().GetEndOfExtras().GetIndex() ) in UpdateTblFlds()
635 pCNd = GetNodes().GoNext( &aCNdIdx ); in UpdateTblFlds()
824 const SwCntntNode* pNd = aIdx.GetNode().GetNodes().GoNext( &aIdx ); in _SetGetExpFld()
899 SwDoc& rDoc = *aIdx.GetNodes().GetDoc(); in SetBodyPos()
1000 pRet = aIdx.GetNode().GetNodes().GoNext( &aIdx ); in GetNodeFromCntnt()
1007 pRet = aIdx.GetNode().GetNodes().GoNext( &aIdx ); in GetNodeFromCntnt()
[all …]
/AOO41X/main/sw/inc/
H A Dndindex.hxx100 inline const SwNodes& GetNodes() const;
101 inline SwNodes& GetNodes();
136 inline const SwNodes& SwNodeIndex::GetNodes() const in GetNodes() function in SwNodeIndex
138 return pNd->GetNodes(); in GetNodes()
140 inline SwNodes& SwNodeIndex::GetNodes() in GetNodes() function in SwNodeIndex
142 return pNd->GetNodes(); in GetNodes()
195 return ( pNd = GetNodes()[ pNd->GetIndex()+1 ] )->GetIndex(); in operator ++()
199 return ( pNd = GetNodes()[ pNd->GetIndex()-1 ] )->GetIndex(); in operator --()
205 pNd = GetNodes()[ nOldIndex + 1 ]; in operator ++()
211 pNd = GetNodes()[ nOldIndex - 1 ]; in operator --()
[all …]
/AOO41X/main/sw/source/core/edit/
H A Dedglbldc.cxx100 sal_uLong nSttIdx = pMyDoc->GetNodes().GetEndOfExtras().GetIndex() + 2; in GetGlobalDocContent()
107 if( ( pNd = pMyDoc->GetNodes()[ nSttIdx ])->IsCntntNode() in GetGlobalDocContent()
119 nSttIdx = pMyDoc->GetNodes()[ rNew.GetDocPos() ]->EndOfSectionIndex(); in GetGlobalDocContent()
126 sal_uLong nNdEnd = pMyDoc->GetNodes().GetEndOfContent().GetIndex(); in GetGlobalDocContent()
128 if( ( pNd = pMyDoc->GetNodes()[ nSttIdx ])->IsCntntNode() in GetGlobalDocContent()
140 pMyDoc->GetNodes().GetEndOfExtras().GetIndex() + 2 ); in GetGlobalDocContent()
207 pMyDoc->GetNodes().GetEndOfContent().GetIndex() ) in InsertGlobalDocContent()
288 rPos.nNode = pMyDoc->GetNodes().GetEndOfContent(); in DeleteGlobalDocContent()
333 SwNodeRange aRg( pMyDoc->GetNodes(), rArr[ nFromPos ]->GetDocPos() ); in MoveGlobalDocContent()
337 aRg.aEnd = pMyDoc->GetNodes().GetEndOfContent(); in MoveGlobalDocContent()
[all …]
H A Dedglss.cxx123 SwNodeIndex aStt( pMyDoc->GetNodes().GetEndOfExtras(), 1 ); in SaveGlossaryDoc()
124 SwCntntNode* pCntntNd = pMyDoc->GetNodes().GoNext( &aStt ); in SaveGlossaryDoc()
135 pCrsr->GetPoint()->nNode = pMyDoc->GetNodes().GetEndOfContent().GetIndex()-1; in SaveGlossaryDoc()
149 SwNodeIndex aStt( pMyDoc->GetNodes().GetEndOfExtras(), 1 ); in SaveGlossaryDoc()
150 SwCntntNode* pCntntNd = pMyDoc->GetNodes().GoNext( &aStt ); in SaveGlossaryDoc()
157 aCpyPam.GetPoint()->nNode = pMyDoc->GetNodes().GetEndOfContent().GetIndex()-1; in SaveGlossaryDoc()
161 aStt = pGDoc->GetNodes().GetEndOfExtras(); in SaveGlossaryDoc()
162 pCntntNd = pGDoc->GetNodes().GoNext( &aStt ); in SaveGlossaryDoc()
182 SwNodes& rNds = pInsDoc->GetNodes(); in _CopySelToDoc()
/AOO41X/main/sw/source/core/undo/
H A Duntbl.cxx283 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode ); in UndoImpl()
294 SwCntntNode* pNextNd = rDoc.GetNodes()[ pTblNd->EndOfSectionIndex()+1 ]->GetCntntNode(); in UndoImpl()
315 rDoc.GetNodes().Delete( aIdx, pTblNd->EndOfSectionIndex() - in UndoImpl()
329 SwPosition const aPos(SwNodeIndex(rDoc.GetNodes(), nSttNode)); in RedoImpl()
334 SwTableNode* pTblNode = (SwTableNode*)rDoc.GetNodes()[nSttNode]->GetTableNode(); in RedoImpl()
392 SwTxtNode* pNd = rDoc.GetNodes()[ nNd ]->GetTxtNode(); in SwTblToTxtSave()
418 SwTxtNode* pLastNode( rDoc.GetNodes()[ nEndIdx - 1 ]->GetTxtNode() ); in SwTblToTxtSave()
482 SwNodeIndex aFrmIdx( rDoc.GetNodes(), nSttNd ); in UndoImpl()
483 SwNodeIndex aEndIdx( rDoc.GetNodes(), nEndNd ); in UndoImpl()
495 SwTableNode* pTblNd = rDoc.GetNodes().UndoTableToText( nSttNd, nEndNd, *pBoxSaves ); in UndoImpl()
[all …]
H A Dundel.cxx235 SwNodes& rDocNds = pDoc->GetNodes(); in SwUndoDelete()
239 &aRg.aEnd.GetNode() != &pDoc->GetNodes().GetEndOfContent() ) in SwUndoDelete()
538 pMvStt->GetNode().GetNodes().Delete( *pMvStt, nNode ); in ~SwUndoDelete()
667 SwNodeIndex aIdx( pDoc->GetNodes(), nCalcStt ); in UndoImpl()
677 pInsNd = pDoc->GetNodes().MakeTxtNode( aIdx, in UndoImpl()
757 SwNodeIndex aMvIdx( pDoc->GetNodes(), nMoveIndex ); in UndoImpl()
762 pDoc->GetNodes()._MoveNodes( aRg, pDoc->GetNodes(), aMvIdx, sal_True ); in UndoImpl()
785 SwNodeIndex aMvIdx( pDoc->GetNodes(), nMoveIndex ); in UndoImpl()
788 pDoc->GetNodes()._MoveNodes( aRg, pDoc->GetNodes(), aMvIdx, sal_True ); in UndoImpl()
789 pDoc->GetNodes().Delete( aMvIdx, 1 ); in UndoImpl()
[all …]
H A Dunsort.cxx102 SwTableNode* pTblNd = rDoc.GetNodes()[ nTblNd ]->GetTableNode(); in UndoImpl()
132 aNode2Layout.RestoreUpperFrms( rDoc.GetNodes(), nIdx, nIdx + 1 ); in UndoImpl()
151 SwNodeIndex* pIdx = new SwNodeIndex( rDoc.GetNodes(), in UndoImpl()
159 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode + i ); in UndoImpl()
179 SwTableNode* pTblNd = rDoc.GetNodes()[ nTblNd ]->GetTableNode(); in RedoImpl()
213 aNode2Layout.RestoreUpperFrms( rDoc.GetNodes(), nIdx, nIdx + 1 ); in RedoImpl()
228 SwNodeIndex* pIdx = new SwNodeIndex( rDoc.GetNodes(), in RedoImpl()
235 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode + i); in RedoImpl()
H A Dunmove.cxx50 SwTxtNode* pTxtNd = pDoc->GetNodes()[ nSttNode ]->GetTxtNode(); in SwUndoMove()
51 SwTxtNode* pEndTxtNd = pDoc->GetNodes()[ nEndNode ]->GetTxtNode(); in SwUndoMove()
117 sal_uLong nCntntStt = pDoc->GetNodes().GetEndOfAutotext().GetIndex(); in SwUndoMove()
194 SwNodeIndex aIdx( pDoc->GetNodes(), nDestSttNode ); in UndoImpl()
210 *pDoc->GetNodes()[ nDestEndNode ], nDestEndCntnt ); in UndoImpl()
217 SwPosition aPos( *pDoc->GetNodes()[ nInsPosNode] ); in UndoImpl()
287 SwNodes& rNds = rDoc.GetNodes(); in RedoImpl()
339 sal_uLong nCntntStt = pDoc->GetNodes().GetEndOfAutotext().GetIndex(); in DelFtn()
H A Dunsect.cxx127 rDoc.GetNodes()[ m_nSectionNodePos ]->GetSectionNode(); in UndoImpl()
138 rDoc.GetNodes().Delete( aIdx, pNd->EndOfSectionIndex() - in UndoImpl()
190 rDoc.GetNodes()[ m_nSectionNodePos ]->GetSectionNode(); in RedoImpl()
237 SwNodeIndex aIdx( rDoc.GetNodes(), nNode ); in Join()
339 SwNodeIndex aStt( rDoc.GetNodes(), m_nStartNode ); in UndoImpl()
340 SwNodeIndex aEnd( rDoc.GetNodes(), m_nEndNode-2 ); in UndoImpl()
349 SwSectionNode* pInsertedSectNd = rDoc.GetNodes().InsertTextSection( in UndoImpl()
386 rDoc.GetNodes()[ m_nStartNode ]->GetSectionNode(); in RedoImpl()
440 rDoc.GetNodes()[ m_nStartNode ]->GetSectionNode(); in UndoImpl()
H A Dundobj.cxx154 SwNodeIndex aIdx( rDoc.GetNodes(), nSttIdx ); in RemoveIdxFromSection()
155 SwNodeIndex aEndIdx( rDoc.GetNodes(), pEndIdx ? *pEndIdx in RemoveIdxFromSection()
157 SwPosition aPos( rDoc.GetNodes().GetEndOfPostIts() ); in RemoveIdxFromSection()
177 rPam.GetPoint()->nNode = rPam.GetDoc()->GetNodes().GetEndOfPostIts(); in RemoveIdxFromRange()
192 SwNodeIndex aIdx( rPos.nNode.GetNode().GetNodes(), nIdx ); in RemoveIdxRel()
391 rDoc.GetNodes()._MoveNodes( aRg, rNds, aPos.nNode, sal_False ); in MoveToUndoNds()
397 rDoc.GetNodes().MoveRange( rPaM, aPos, rNds ); in MoveToUndoNds()
480 rNds.MoveRange( aPaM, rInsPos, rDoc.GetNodes() ); in MoveFromUndoNds()
501 rNds._MoveNodes( aRg, rDoc.GetNodes(), rInsPos.nNode, 0 == pEndNdIdx ); in MoveFromUndoNds()
902 SwNodes& rUNds = pMvStt->GetNode().GetNodes(); in ~SwUndoSaveSection()
[all …]
H A Drolbck.cxx152 SwNode * pNode = pDoc->GetNodes()[ m_nNodeIndex ]; in SetInDoc()
199 SwNode * pNode = pDoc->GetNodes()[ m_nNodeIndex ]; in SetInDoc()
254 SwTxtNode * pTxtNd = pDoc->GetNodes()[ m_nNodeIndex ]->GetTxtNode(); in SetInDoc()
316 SwTxtNode * pTxtNd = pDoc->GetNodes()[ m_nNodeIndex ]->GetTxtNode(); in SetInDoc()
340 SwTxtNode * pTxtNd = pDoc->GetNodes()[ m_nNodeIndex ]->GetTxtNode(); in SetInDoc()
372 SwTxtNode * pTxtNd = pDoc->GetNodes()[ m_nNodeIndex ]->GetTxtNode(); in SetInDoc()
426 SwTxtNode * pTxtNd = pDoc->GetNodes()[ m_nNodeIndex ]->GetTxtNode(); in SetInDoc()
449 SwNode* pSaveNd = pDoc->GetNodes()[ m_nNodeIndex ]; in SwHistorySetFootnote()
484 SwTxtNode * pTxtNd = pDoc->GetNodes()[ m_nNodeIndex ]->GetTxtNode(); in SetInDoc()
540 SwCntntNode * pCntntNd = pDoc->GetNodes()[ m_nNodeIndex ]->GetCntntNode(); in SetInDoc()
[all …]
/AOO41X/main/sw/source/core/crsr/
H A Dtrvlreg.cxx65 SwCntntNode* pCNd = pNd->GetNodes().GoNextSection( &aIdx, in GotoPrevRegion()
77 SwCntntNode* pCNd = pNd->GetNodes().GoPrevSection( &aIdx, in GotoPrevRegion()
103 sal_uLong nEndCount = aIdx.GetNode().GetNodes().Count()-1; in GotoNextRegion()
121 SwCntntNode* pCNd = pNd->GetNodes().GoNextSection( &aIdx, in GotoNextRegion()
133 SwCntntNode* pCNd = pNd->GetNodes().GoPrevSection( &aIdx, in GotoNextRegion()
165 pCNd = pNd->GetNodes().GoPrevSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegion()
170 pCNd = pNd->GetNodes().GoNextSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegion()
200 pCNd = pNd->GetNodes().GoPrevSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegionAndSkip()
208 pCNd = pNd->GetNodes().GoNextSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegionAndSkip()
263 pIdx->GetNode().GetNodes().IsDocNodes() ) in GotoRegion()
H A Dpam.cxx278 const SwNodes& rNds = rBaseEnd.GetNodes(); in lcl_ChkOneRange()
303 const SwNodes& rNds = rStt.GetNodes(); in CheckNodesRange()
351 SwCntntNode* pNd = aIdx.GetNodes().GoNext( &aIdx ); in GoNextNds()
367 SwCntntNode* pNd = aIdx.GetNodes().GoPrevious( &aIdx ); in GoPreviousNds()
394 , m_Bound2( rPos.nNode.GetNode().GetNodes() ) // default initialize in SwPaM()
486 , m_Bound2( m_Bound1.nNode.GetNode().GetNodes() ) // default initialize in SwPaM()
498 , m_Bound2( rNodeIdx.GetNode().GetNodes() ) // default initialize in SwPaM()
774 rCntnt.GetCntntIdx()->GetNode().GetNodes().IsDocNodes() ) in HasReadonlySel()
885 SwNodes& rNodes = aPos.nNode.GetNodes(); in GetNode()
938 SwNodes& rNodes = pPos->nNode.GetNodes(); in GoStartDoc()
[all …]
H A Dcrstrvl.cxx271 pCNd = pMyDoc->GetNodes().GoNext( &aIdx ); in SetCrsrInHdFt()
323 pCNd = GetDoc()->GetNodes().GoNext( &aIdx ); in GotoNextTOXBase()
373 pCNd = GetDoc()->GetNodes().GoNext( &aIdx ); in GotoPrevTOXBase()
425 pCNd = GetDoc()->GetNodes().GoNext( &aIdx ); in GotoTOXMarkBase()
460 SwPosition aFndPos( GetDoc()->GetNodes().GetEndOfContent() ); in GotoNxtPrvTblFormula()
476 if( rPos.nNode < GetDoc()->GetNodes().GetEndOfExtras() ) in GotoNxtPrvTblFormula()
490 pTBox->GetSttNd()->GetNodes().IsDocNodes() && in GotoNxtPrvTblFormula()
496 const SwCntntNode* pCNd = GetDoc()->GetNodes().GoNext( &aIdx ); in GotoNxtPrvTblFormula()
540 SwPosition aFndPos( GetDoc()->GetNodes().GetEndOfContent() ); in GotoNxtPrvTOXMark()
545 if( rPos.nNode.GetIndex() < GetDoc()->GetNodes().GetEndOfExtras().GetIndex() ) in GotoNxtPrvTOXMark()
[all …]
/AOO41X/main/svtools/source/edit/
H A Dtexteng.cxx348 return mpDoc->GetNodes().GetObject( nPara )->GetText().Len(); in GetTextLen()
455 mpDoc->GetNodes().Insert( pNode, 0 ); in ImpInitDoc()
481 TextNode* pNode = mpDoc->GetNodes().GetObject( nNode ); in GetText()
550 TextNode* pNode = mpDoc->GetNodes().GetObject( nNode ); in CursorMoved()
561 TextNode* pNode = mpDoc->GetNodes().GetObject( rPaM.GetPara() ); in ImpRemoveChars()
593 TextNode* pLeft = mpDoc->GetNodes().GetObject( nLeft ); in ImpConnectParagraphs()
594 TextNode* pRight = mpDoc->GetNodes().GetObject( nRight ); in ImpConnectParagraphs()
646 TextNode* pLeft = mpDoc->GetNodes().GetObject( nStartNode ); in ImpDeleteText()
689 TextNode* pNode = mpDoc->GetNodes().GetObject( nPara ); in ImpRemoveParagraph()
693 /* delete */ mpDoc->GetNodes().Remove( nPara ); in ImpRemoveParagraph()
[all …]

12345678