Lines Matching refs:pNd

63 	: pNd( rNds[ nIdx ] ), pNext( 0 ), pPrev( 0 )  in SwNodeIndex()
77 pNd = rIdx.GetNodes()[ rIdx.GetIndex() + nDiff ]; in SwNodeIndex()
79 pNd = rIdx.pNd; in SwNodeIndex()
81 pNd->GetNodes().RegisterIndex( *this ); in SwNodeIndex()
92 pNd = rNd.GetNodes()[ rNd.GetIndex() + nDiff ]; in SwNodeIndex()
94 pNd = (SwNode*)&rNd; 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 =()
113 pNd = rIdx.pNd; in operator =()
114 pNd->GetNodes().RegisterIndex( *this ); in operator =()
117 pNd = rIdx.pNd; in operator =()
123 if( &pNd->GetNodes() != &rNd.GetNodes() ) in operator =()
125 pNd->GetNodes().DeRegisterIndex( *this ); in operator =()
126 pNd = (SwNode*)&rNd; in operator =()
127 pNd->GetNodes().RegisterIndex( *this ); in operator =()
130 pNd = (SwNode*)&rNd; in operator =()
136 if( &pNd->GetNodes() != &rNds ) in Assign()
138 pNd->GetNodes().DeRegisterIndex( *this ); in Assign()
139 pNd = rNds[ nIdx ]; in Assign()
140 pNd->GetNodes().RegisterIndex( *this ); in Assign()
143 pNd = rNds[ nIdx ]; in Assign()
149 if( &pNd->GetNodes() != &rNd.GetNodes() ) in Assign()
151 pNd->GetNodes().DeRegisterIndex( *this ); in Assign()
152 pNd = (SwNode*)&rNd; in Assign()
153 pNd->GetNodes().RegisterIndex( *this ); in Assign()
156 pNd = (SwNode*)&rNd; in Assign()
159 pNd = pNd->GetNodes()[ pNd->GetIndex() + nOffset ]; in Assign()