Lines Matching refs:pLastNd
1529 SwTxtNode* pLastNd; member
1535 pLastNd(0), rNds( rNodes ), pUndo( pU ), cCh( cChar ) {} in _DelTabPara()
1537 pLastNd(rPara.pLastNd), rNds( rPara.rNds ), in _DelTabPara()
1552 ((_DelTabPara*)pPara)->pLastNd = aPara.pLastNd; in lcl_DelLine()
1573 if( T2T_PARA != pDelPara->cCh && pDelPara->pLastNd && in lcl_DelBox()
1579 if( pDelPara->pLastNd == &aDelRg.aStart.GetNode() ) in lcl_DelBox()
1582 SwIndex aCntIdx( pDelPara->pLastNd, pDelPara->pLastNd->GetTxt().Len()); in lcl_DelBox()
1583 pDelPara->pLastNd->InsertText( pDelPara->cCh, aCntIdx, in lcl_DelBox()
1594 pDelPara->pLastNd->JoinNext(); in lcl_DelBox()
1598 pDelPara->pLastNd->GetIndex(), in lcl_DelBox()
1610 pDelPara->pLastNd = aDelRg.aEnd.GetNode().GetTxtNode(); in lcl_DelBox()
1614 if( pDelPara->pLastNd && pDelPara->pLastNd->HasSwAttrSet() ) in lcl_DelBox()
1615 pDelPara->pLastNd->ResetAttr( RES_PARATR_ADJUST ); in lcl_DelBox()