Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx1529 SwTxtNode* pLastNd; member
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()
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()
[all …]
/trunk/main/sw/source/core/view/
H A Dvprint.cxx430 SwCntntNode *pLastNd = in FillPrtDoc() local
433 if( pLastNd && pLastNd->IsTxtNode() ) in FillPrtDoc()
434 ((SwTxtNode*)pLastNd)->CopyCollFmt( *pTxtNd ); in FillPrtDoc()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx1365 SvxNodeIdx* pLastNd = pTmp->pEndNd; in Compress() local
1376 ? (pLastNd->GetIdx()+1 != pTmp->pSttNd->GetIdx() || in Compress()
1377 !rParser.IsEndPara( pLastNd, nLastCnt ) ) in Compress()
1379 pLastNd->GetIdx() != pTmp->pSttNd->GetIdx() )) in Compress()
1410 pLastNd = pTmp->pEndNd; in Compress()
1414 if( pEndNd->GetIdx() != pLastNd->GetIdx() || nEndCnt != nLastCnt ) in Compress()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx2750 const SwTxtNode* pLastNd = pCurPam->GetMark()->nNode.GetNode().GetTxtNode(); in WriteMainText() local
2751 if( pLastNd ) in WriteMainText()
2752 nLastFmtId = GetId( (SwTxtFmtColl&)pLastNd->GetAnyFmtColl() ); in WriteMainText()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx3242 const SwStartNode* pLastNd = pBRBox->GetSttNd(); in getPropertyValue() local
3243 pUnoCrsr->GetPoint()->nNode = *pLastNd; in getPropertyValue()

Completed in 80 milliseconds