Lines Matching refs:pNd
96 SwTxtNode* pNd; in UndoImpl() local
98 0 != ( pNd = rDoc.GetNodes()[ nSttSet ]->GetTxtNode() )) in UndoImpl()
99 pNd->SetListRestart( sal_True ); in UndoImpl()
101 pNd = 0; in UndoImpl()
109 if( !pNd && nSttNode ) in UndoImpl()
110 pNd = rDoc.GetNodes()[ nSttNode ]->GetTxtNode(); in UndoImpl()
116 if( pNd ) in UndoImpl()
117 pNdRule = pNd->GetNumRule(); in UndoImpl()
221 SwTxtNode* pNd = rDoc.GetNodes()[ aNodeIdx[ n ] ]->GetTxtNode(); in UndoImpl() local
222 ASSERT( pNd, "Where is TextNode gone?" ); in UndoImpl()
223 pNd->SetAttrListLevel(aLevels[ n ] ); in UndoImpl()
225 if( pNd->GetCondFmtColl() ) in UndoImpl()
226 pNd->ChkCondColl(); in UndoImpl()