Home
last modified time | relevance | path

Searched refs:pDelPara (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sw/source/core/docnode/
H A Dndtbl.cxx1562 _DelTabPara* pDelPara = (_DelTabPara*)pPara; in lcl_DelBox() local
1564 ((SwTableBox*&)rpBox)->GetTabLines().ForEach( &lcl_DelLine, pDelPara ); in lcl_DelBox()
1567 SwDoc* pDoc = pDelPara->rNds.GetDoc(); in lcl_DelBox()
1571 pDelPara->rNds.SectionUp( &aDelRg ); in lcl_DelBox()
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()
1585 if( pDelPara->pUndo ) in lcl_DelBox()
1586 pDelPara->pUndo->AddBoxPos( *pDoc, nNdIdx, aDelRg.aEnd.GetIndex(), in lcl_DelBox()
[all …]