Lines Matching refs:nNode
72 : nNode( rNodeIndex ), nContent( rCntnt ) in SwPosition()
77 : nNode( rNodeIndex ), nContent( nNode.GetNode().GetCntntNode() ) in SwPosition()
82 : nNode( rNode ), nContent( nNode.GetNode().GetCntntNode() ) in SwPosition()
87 : nNode( rNode ), nContent( &rNode, nOffset ) in SwPosition()
93 : nNode( rPos.nNode ), nContent( rPos.nContent ) in SwPosition()
99 nNode = rPos.nNode; in operator =()
107 if( nNode < rPos.nNode ) in operator <()
109 if( nNode == rPos.nNode ) in operator <()
117 if(nNode > rPos.nNode ) in operator >()
119 if( nNode == rPos.nNode ) in operator >()
127 if(nNode < rPos.nNode ) in operator <=()
129 if( nNode == rPos.nNode ) in operator <=()
137 if(nNode > rPos.nNode ) in operator >=()
139 if( nNode == rPos.nNode ) in operator >=()
148 ( ( nNode == rPos.nNode ) && ( nContent == rPos.nContent ) ? in operator ==()
155 if( nNode != rPos.nNode ) in operator !=()
162 return nNode.GetNode().GetDoc(); in GetDoc()
394 , m_Bound2( rPos.nNode.GetNode().GetNodes() ) // default initialize in SwPaM()
422 m_pMark->nNode += nMarkOffset; in SwPaM()
426 m_pPoint->nNode += nPointOffset; in SwPaM()
429 m_Bound1.nContent.Assign( m_Bound1.nNode.GetNode().GetCntntNode(), 0 ); in SwPaM()
430 m_Bound2.nContent.Assign( m_Bound2.nNode.GetNode().GetCntntNode(), 0 ); in SwPaM()
444 m_pMark->nNode += nMarkOffset; in SwPaM()
448 m_pPoint->nNode += nPointOffset; in SwPaM()
451 m_Bound1.nContent.Assign( m_Bound1.nNode.GetNode().GetCntntNode(), 0 ); in SwPaM()
452 m_Bound2.nContent.Assign( m_Bound2.nNode.GetNode().GetCntntNode(), 0 ); in SwPaM()
477 m_pPoint->nContent.Assign( m_pPoint->nNode.GetNode().GetCntntNode(), in SwPaM()
479 m_pMark ->nContent.Assign( m_pMark ->nNode.GetNode().GetCntntNode(), in SwPaM()
486 , m_Bound2( m_Bound1.nNode.GetNode().GetNodes() ) // default initialize in SwPaM()
491 m_pPoint->nContent.Assign( m_pPoint->nNode.GetNode().GetCntntNode(), in SwPaM()
638 if( 0 != ( pNd = pPos->nNode.GetNode().GetCntntNode() ) && in GetPageNum()
678 const SwCntntNode* pNd = GetPoint()->nNode.GetNode().GetCntntNode(); in HasReadonlySel()
709 && GetPoint()->nNode != GetMark()->nNode ) in HasReadonlySel()
711 pNd = GetMark()->nNode.GetNode().GetCntntNode(); in HasReadonlySel()
750 sal_uLong nSttIdx = GetMark()->nNode.GetIndex(), in HasReadonlySel()
751 nEndIdx = GetPoint()->nNode.GetIndex(); in HasReadonlySel()
885 SwNodes& rNodes = aPos.nNode.GetNodes(); in GetNode()
894 ? rNodes.GoNextSection( &aPos.nNode, sal_True, !bInReadOnly ) in GetNode()
895 : rNodes.GoPrevSection( &aPos.nNode, sal_True, !bInReadOnly ); in GetNode()
938 SwNodes& rNodes = pPos->nNode.GetNodes(); in GoStartDoc()
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()
950 pPos->nNode = rNodes.GetEndOfContent(); in GoEndDoc()
951 SwCntntNode* pCNd = GoPreviousNds( &pPos->nNode, sal_True ); in GoEndDoc()
960 SwNodes& rNodes = pPos->nNode.GetNodes(); in GoStartSection()
961 sal_uInt16 nLevel = rNodes.GetSectionLevel( pPos->nNode ); in GoStartSection()
962 if( pPos->nNode < rNodes.GetEndOfContent().StartOfSectionIndex() ) in GoStartSection()
964 do { rNodes.GoStartOfSection( &pPos->nNode ); } while( nLevel-- ); in GoStartSection()
967 pPos->nNode.GetNode().GetCntntNode()->MakeStartIndex( &pPos->nContent ); in GoStartSection()
976 SwNodes& rNodes = pPos->nNode.GetNodes(); in GoEndSection()
977 sal_uInt16 nLevel = rNodes.GetSectionLevel( pPos->nNode ); in GoEndSection()
978 if( pPos->nNode < rNodes.GetEndOfContent().StartOfSectionIndex() ) in GoEndSection()
980 do { rNodes.GoEndOfSection( &pPos->nNode ); } while( nLevel-- ); in GoEndSection()
983 if( GoPreviousNds( &pPos->nNode, sal_True ) ) in GoEndSection()
984 pPos->nNode.GetNode().GetCntntNode()->MakeEndIndex( &pPos->nContent ); in GoEndSection()
1005 SwCntntNode *pNd = (*fnMove->fnNds)( &rPam.GetPoint()->nNode, sal_True ); in GoInNode()
1015 if( (*fnMove->fnNd)( &rPam.GetPoint()->nNode.GetNode(), in GoInCntnt()
1023 if( (*fnMove->fnNd)( &rPam.GetPoint()->nNode.GetNode(), in GoInCntntCells()
1031 if( (*fnMove->fnNd)( &rPam.GetPoint()->nNode.GetNode(), in GoInCntntSkipHidden()
1039 if( (*fnMove->fnNd)( &rPam.GetPoint()->nNode.GetNode(), in GoInCntntCellsSkipHidden()
1056 SwCntntNode * pNd = rPos.nNode.GetNode().GetCntntNode(); in GoPrevPara()
1068 SwCntntNode * pNd = rPos.nNode.GetNode().GetCntntNode(); in GoCurrPara()
1082 GoPreviousNds( &rPos.nNode, sal_True ))) || in GoCurrPara()
1084 GoNextNds( &rPos.nNode, sal_True ))) ) in GoCurrPara()
1100 SwCntntNode * pNd = rPos.nNode.GetNode().GetCntntNode(); in GoNextPara()
1114 SwNodes& rNds = aSavePos.nNode.GetNodes(); in GoCurrSection()
1115 (rNds.*fnMove->fnSection)( &rPos.nNode ); in GoCurrSection()
1117 if( 0 == ( pNd = rPos.nNode.GetNode().GetCntntNode()) && in GoCurrSection()
1118 0 == ( pNd = (*fnMove->fnNds)( &rPos.nNode, sal_True )) ) in GoCurrSection()
1134 SwNodes& rNds = aSavePos.nNode.GetNodes(); in GoNextSection()
1135 rNds.GoEndOfSection( &rPos.nNode ); in GoNextSection()
1143 (rNds.*fnMove->fnSection)( &rPos.nNode ); in GoNextSection()
1144 SwCntntNode *pNd = rPos.nNode.GetNode().GetCntntNode(); in GoNextSection()
1155 SwNodes& rNds = aSavePos.nNode.GetNodes(); in GoPrevSection()
1156 rNds.GoStartOfSection( &rPos.nNode ); in GoPrevSection()
1164 (rNds.*fnMove->fnSection)( &rPos.nNode ); in GoPrevSection()
1165 SwCntntNode *pNd = rPos.nNode.GetNode().GetCntntNode(); in GoPrevSection()
1176 SwNodeIndex aNodeIndex = Start()->nNode; in GetTxt()
1198 if (aNodeIndex == Start()->nNode) in GetTxt()
1201 if (End()->nNode == aNodeIndex) in GetTxt()
1209 else if (aNodeIndex == End()->nNode) in GetTxt()
1215 while (aNodeIndex != End()->nNode); in GetTxt()