Searched refs:pLastNd (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/sw/source/core/docnode/ |
| H A D | ndtbl.cxx | 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() [all …]
|
| /AOO42X/main/sw/source/core/view/ |
| H A D | vprint.cxx | 430 SwCntntNode *pLastNd = in FillPrtDoc() local 433 if( pLastNd && pLastNd->IsTxtNode() ) in FillPrtDoc() 434 ((SwTxtNode*)pLastNd)->CopyCollFmt( *pTxtNd ); in FillPrtDoc()
|
| /AOO42X/main/editeng/source/rtf/ |
| H A D | svxrtf.cxx | 1364 SvxNodeIdx* pLastNd = pTmp->pEndNd; in Compress() local 1375 ? (pLastNd->GetIdx()+1 != pTmp->pSttNd->GetIdx() || in Compress() 1376 !rParser.IsEndPara( pLastNd, nLastCnt ) ) in Compress() 1378 pLastNd->GetIdx() != pTmp->pSttNd->GetIdx() )) in Compress() 1409 pLastNd = pTmp->pEndNd; in Compress() 1413 if( pEndNd->GetIdx() != pLastNd->GetIdx() || nEndCnt != nLastCnt ) in Compress()
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | wrtww8.cxx | 2749 const SwTxtNode* pLastNd = pCurPam->GetMark()->nNode.GetNode().GetTxtNode(); in WriteMainText() local 2750 if( pLastNd ) in WriteMainText() 2751 nLastFmtId = GetId( (SwTxtFmtColl&)pLastNd->GetAnyFmtColl() ); in WriteMainText()
|
| /AOO42X/main/sw/source/core/unocore/ |
| H A D | unotbl.cxx | 3242 const SwStartNode* pLastNd = pBRBox->GetSttNd(); in getPropertyValue() local 3243 pUnoCrsr->GetPoint()->nNode = *pLastNd; in getPropertyValue()
|