Home
last modified time | relevance | path

Searched refs:pNextNd (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/core/undo/
H A Duntbl.cxx294 SwCntntNode* pNextNd = rDoc.GetNodes()[ pTblNd->EndOfSectionIndex()+1 ]->GetCntntNode(); in UndoImpl() local
295 if( pNextNd ) in UndoImpl()
302 pNextNd->SetAttr( *pItem ); in UndoImpl()
306 pNextNd->SetAttr( *pItem ); in UndoImpl()
2925 SwCntntNode* pNextNd = rDoc.GetNodes()[ pTNd->EndOfSectionIndex()+1 ]->GetCntntNode(); in UndoImpl() local
2926 if( pNextNd ) in UndoImpl()
2933 pNextNd->SetAttr( *pItem ); in UndoImpl()
2937 pNextNd->SetAttr( *pItem ); in UndoImpl()
H A Dundel.cxx941 SwCntntNode* pNextNd = rDoc.GetNodes()[ in RedoImpl() local
943 if( pNextNd ) in RedoImpl()
950 pNextNd->SetAttr( *pItem ); in RedoImpl()
954 pNextNd->SetAttr( *pItem ); in RedoImpl()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx801 SwTxtNode* pNextNd = pPos->nNode.GetNode().GetTxtNode(); in Continue() local
802 pPos->nContent.Assign( pNextNd, 0 ); in Continue()
804 pNextNd->JoinPrev(); in Continue()
H A Dhtmlatr.cxx2302 const SwNode *pNextNd = rWrt.pDoc->GetNodes()[nNdPos+1]; in OutHTML_SwTxtNode() local
2305 if( ( bStdColl && (pNextNd->IsTableNode() || in OutHTML_SwTxtNode()
2306 pNextNd->IsSectionNode()) ) || in OutHTML_SwTxtNode()
2307 ( !bStdColl && pNextNd->IsEndNode() && in OutHTML_SwTxtNode()
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx905 SwTxtNode* pNextNd = pPos->nNode.GetNode().GetTxtNode(); in endDocument() local
906 pPos->nContent.Assign( pNextNd, 0 ); in endDocument()
908 pNextNd->JoinPrev(); in endDocument()
912 if( pNextNd->CanJoinPrev(/* &pPos->nNode*/ ) && in endDocument()
919 pNextNd->JoinPrev(); in endDocument()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx474 SwTxtNode* pNextNd = pPos->nNode.GetNode().GetTxtNode(); in Continue() local
475 pPos->nContent.Assign( pNextNd, 0 ); in Continue()
477 pNextNd->JoinPrev(); in Continue()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx472 if( pNextNd && pNextNd->HasSwAttrSet() ) in InsertTable()
474 const SfxItemSet* pNdSet = pNextNd->GetpSwAttrSet(); in InsertTable()
480 pNextNd->ResetAttr( RES_PAGEDESC ); in InsertTable()
481 pNdSet = pNextNd->GetpSwAttrSet(); in InsertTable()
487 pNextNd->ResetAttr( RES_BREAK ); in InsertTable()
2107 if( pNextNd ) in DeleteRowCol()
2120 pNextNd->SetAttr( *pItem ); in DeleteRowCol()
2127 pNextNd->SetAttr( *pItem ); in DeleteRowCol()
2162 if( pNextNd ) in DeleteRowCol()
2168 pNextNd->SetAttr( *pItem ); in DeleteRowCol()
[all …]

Completed in 123 milliseconds