Home
last modified time | relevance | path

Searched refs:rNodes (Results 1 – 25 of 27) sorted by last modified time

12

/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx683 ContentList& rNodes = pImpEE->GetEditDoc(); in GetPrevPara() local
684 sal_uInt32 nPos = rNodes.GetPos( pCurNode ); in GetPrevPara()
704 ContentNode* pNode = rNodes[n]; in GetPrevPara()
H A Deditdoc.cxx642 sal_Bool EditSelection::Adjust( const ContentList& rNodes ) in Adjust() argument
650 sal_uInt32 nStartNode = rNodes.GetPos( pStartNode ); in Adjust()
651 sal_uInt32 nEndNode = rNodes.GetPos( pEndNode ); in Adjust()
H A Deditdoc.hxx660 sal_Bool Adjust( const ContentList& rNodes );
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx1375 SwNodes &rNodes = pDoc->GetNodes(); in InsertHint() local
1378 if( StartOfSectionIndex() < rNodes.GetEndOfAutotext().GetIndex() ) in InsertHint()
1416 sal_uLong nEndIdx = rNodes[ nSttIdx++ ]->EndOfSectionIndex(); in InsertHint()
1419 if( 0 != ( pCNd = rNodes[ nSttIdx ]->GetCntntNode() )) in InsertHint()
1459 if( StartOfSectionIndex() > rNodes.GetEndOfRedlines().GetIndex() ) in InsertHint()
H A Datrftn.cxx267 SwNodes &rNodes = m_pTxtNode->GetDoc()->GetNodes(); in SetNumber() local
278 if( ( pNd = rNodes[ nSttIdx ] )->IsTxtNode() ) in SetNumber()
330 void SwTxtFtn::MakeNewTextSection( SwNodes& rNodes ) in MakeNewTextSection() argument
342 pInfo = &rNodes.GetDoc()->GetEndNoteInfo(); in MakeNewTextSection()
347 pInfo = &rNodes.GetDoc()->GetFtnInfo(); in MakeNewTextSection()
352 pFmtColl = rNodes.GetDoc()->GetTxtCollFromPool( nPoolId ); in MakeNewTextSection()
354 SwStartNode* pSttNd = rNodes.MakeTextSection( SwNodeIndex( rNodes.GetEndOfInserts() ), in MakeNewTextSection()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx676 const SwNodes& rNodes = pDoc->GetNodes(); in Impl_createDataSource() local
677 for( sal_uLong nN = rNodes.Count(); nN--; ) in Impl_createDataSource()
679 SwNodePtr pNode = rNodes[nN]; in Impl_createDataSource()
H A Dunoflatpara.cxx404 const SwNodes& rNodes = mpDoc->GetNodes(); in getNextPara() local
405 const sal_uLong nMaxNodes = rNodes.Count(); in getNextPara()
409 SwNode* pNd = rNodes[ mnCurrentNode ]; in getNextPara()
468 const SwNodes& rNodes = pCurrentNode->GetDoc()->GetNodes(); in getParaAfter() local
470 …for( sal_uLong nCurrentNode = pCurrentNode->GetIndex() + 1; nCurrentNode < rNodes.Count(); ++nCurr… in getParaAfter()
472 SwNode* pNd = rNodes[ nCurrentNode ]; in getParaAfter()
515 const SwNodes& rNodes = pCurrentNode->GetDoc()->GetNodes(); in getParaBefore() local
519 SwNode* pNd = rNodes[ nCurrentNode ]; in getParaBefore()
/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx81 bool UndoManager::IsUndoNodes(SwNodes const& rNodes) const in IsUndoNodes()
83 return & rNodes == m_pUndoNodes.get(); in IsUndoNodes()
/trunk/main/sw/source/core/text/
H A Ditratr.cxx480 const SwNodes& rNodes = static_cast<SwFrmFmt*>(rpNd)->GetDoc()->GetNodes(); in lcl_MinMaxNode() local
483 SwTableNode* pTblNd = rNodes[nStt+1]->GetTableNode(); in lcl_MinMaxNode()
486 SwNode *pNd = rNodes[nStt]; in lcl_MinMaxNode()
487 pNd = rNodes[pNd->EndOfSectionIndex()-1]; in lcl_MinMaxNode()
H A DEnhancedPDFExportHelper.cxx240 const SwNodes& rNodes = pDoc->GetNodes(); in lcl_HasPreviousParaSameNumRule() local
244 while (! (pNode == rNodes.DocumentSectionStartNode((SwNode*)&rNode) ) ) in lcl_HasPreviousParaSameNumRule()
/trunk/main/sw/source/core/inc/
H A DUndoManager.hxx76 virtual bool IsUndoNodes(SwNodes const& rNodes) const;
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx144 const SwNodes& rNodes = rDoc.GetNodes(); in GetFirstTxtNode() local
145 rPos.nNode = *rNodes.GetEndOfContent().StartOfSectionNode(); in GetFirstTxtNode()
147 while( 0 != (pCNd = rNodes.GoNext( &rPos.nNode ) ) && in GetFirstTxtNode()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx491 if( this == &rNodes ) in _MoveNodes()
575 nNd < rNodes.GetEndOfRedlines().GetIndex() ); in _MoveNodes()
659 rNodes.pOutlineNds->Insert( pNd ); in _MoveNodes()
677 if( rNodes.IsDocNodes() ) in _MoveNodes()
685 rNodes)) in _MoveNodes()
723 rNodes)) in _MoveNodes()
982 if( this == &rNodes && in _MoveNodes()
1800 if( rNodes.IsDocNodes() ) in MoveRange()
1866 if( rNodes.IsDocNodes() ) in MoveRange()
1945 _MoveNodes( aRg, rNodes, rPos.nNode ); in MoveRange()
[all …]
H A Dndcopy.cxx1455 const SwNodes& rNodes = pAPos->nNode.GetNodes(); in CopyFlyInFlyImpl() local
1467 if( aTmp == rNodes.GetEndOfContent().GetIndex() ) in CopyFlyInFlyImpl()
H A Dndtbl.cxx1534 _DelTabPara( SwNodes& rNodes, sal_Unicode cChar, SwUndoTblToTxt* pU ) : in _DelTabPara()
1535 pLastNd(0), rNds( rNodes ), pUndo( pU ), cCh( cChar ) {} in _DelTabPara()
H A Dnode.cxx339 SwNodes& rNodes = (SwNodes&)rWhere.GetNodes(); in SwNode() local
343 SwNode* pNd = rNodes[ rWhere.GetIndex() -1 ]; in SwNode()
344 rNodes.InsertNode( pInsNd, rWhere ); in SwNode()
357 rNodes.InsertNode( pInsNd, rWhere ); in SwNode()
367 SwNode::SwNode( SwNodes& rNodes, sal_uLong nPos, const sal_uInt8 nNdType ) in SwNode() argument
376 SwNode* pNd = rNodes[ nPos - 1 ]; in SwNode()
377 rNodes.InsertNode( pInsNd, nPos ); in SwNode()
390 rNodes.InsertNode( pInsNd, nPos ); in SwNode()
953 SwStartNode::SwStartNode( SwNodes& rNodes, sal_uLong nPos ) in SwStartNode() argument
954 : SwNode( rNodes, nPos, ND_STARTNODE ), eSttNdTyp( SwNormalStartNode ) in SwStartNode()
H A Dnode2lay.cxx76 SwNode* GoNextWithFrm(const SwNodes& rNodes, SwNodeIndex *pIdx) in GoNextWithFrm() argument
78 if( pIdx->GetIndex() >= rNodes.Count() - 1 ) in GoNextWithFrm()
83 while( aTmp < rNodes.Count()-1 ) in GoNextWithFrm()
101 if( aTmp == rNodes.Count()-1 ) in GoNextWithFrm()
/trunk/main/sw/source/core/doc/
H A Dlist.cxx44 const SwNodes& rNodes );
81 const SwNodes& rNodes ) in SwListImpl() argument
88 const SwNode* pNode = rNodes[0]; in SwListImpl()
99 if (pNode != &rNodes.GetEndOfContent()) in SwListImpl()
103 pNode = rNodes[nIndex]; in SwListImpl()
106 while ( pNode != &rNodes.GetEndOfContent() ); in SwListImpl()
236 const SwNodes& rNodes ) in SwList() argument
237 : mpListImpl( new SwListImpl( sListId, rDefaultListStyle, rNodes ) ) in SwList()
H A Ddbgoutsw.cxx737 SwNode * pNode = rNodes[nIndex]; in lcl_dbg_nodes_inner()
744 sal_uLong nCount = rNodes.Count(); in lcl_dbg_nodes_inner()
776 pNode = rNodes[nIndex]; in lcl_dbg_nodes_inner()
784 String lcl_dbg_out(SwNodes & rNodes) in lcl_dbg_out() argument
789 sal_uLong nCount = rNodes.Count(); in lcl_dbg_out()
793 lcl_dbg_nodes_inner(aStr, rNodes, nIndex); in lcl_dbg_out()
801 SW_DLLPUBLIC const char * dbg_out(SwNodes & rNodes) in dbg_out() argument
803 return dbg_out(lcl_dbg_out(rNodes)); in dbg_out()
825 String lcl_dbg_out(SwOutlineNodes & rNodes) in lcl_dbg_out() argument
831 aStr += lcl_dbg_out(*rNodes[i]); in lcl_dbg_out()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx885 SwNodes& rNodes = aPos.nNode.GetNodes(); in GetNode() local
938 SwNodes& rNodes = pPos->nNode.GetNodes(); in GoStartDoc() local
939 pPos->nNode = *rNodes.GetEndOfContent().StartOfSectionNode(); in GoStartDoc()
941 SwCntntNode* pCNd = rNodes.GoNext( &pPos->nNode ); in GoStartDoc()
949 SwNodes& rNodes = pPos->nNode.GetNodes(); in GoEndDoc() local
950 pPos->nNode = rNodes.GetEndOfContent(); in GoEndDoc()
960 SwNodes& rNodes = pPos->nNode.GetNodes(); in GoStartSection() local
961 sal_uInt16 nLevel = rNodes.GetSectionLevel( pPos->nNode ); in GoStartSection()
976 SwNodes& rNodes = pPos->nNode.GetNodes(); in GoEndSection() local
977 sal_uInt16 nLevel = rNodes.GetSectionLevel( pPos->nNode ); in GoEndSection()
[all …]
H A Dcrsrsh.cxx632 SwNodes& rNodes = GetDoc()->GetNodes(); in ExtendedSelectAll() local
634 pPos->nNode = rNodes.GetEndOfPostIts(); in ExtendedSelectAll()
635 pPos->nContent.Assign( rNodes.GoNext( &pPos->nNode ), 0 ); in ExtendedSelectAll()
637 pPos->nNode = rNodes.GetEndOfContent(); in ExtendedSelectAll()
638 SwCntntNode* pCNd = rNodes.GoPrevious( &pPos->nNode ); in ExtendedSelectAll()
/trunk/main/sw/inc/
H A Dtxtftn.hxx56 void MakeNewTextSection( SwNodes& rNodes );
H A Dlist.hxx40 const SwNodes& rNodes );
H A Dndarr.hxx178 sal_Bool _MoveNodes( const SwNodeRange&, SwNodes& rNodes, const SwNodeIndex&,
180 void MoveRange( SwPaM&, SwPosition&, SwNodes& rNodes );
H A Dnode.hxx117 SwNode( SwNodes& rNodes, sal_uLong nPos, const sal_uInt8 nNodeId );
310 SwNode( const SwNode & rNodes );
311 SwNode & operator= ( const SwNode & rNodes );
327 SwStartNode( SwNodes& rNodes, sal_uLong nPos );
358 SwEndNode( SwNodes& rNodes, sal_uLong nPos, SwStartNode& rSttNd );

Completed in 216 milliseconds

12