Searched refs:pNextNd (Results 1 – 7 of 7) sorted by relevance
472 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 …]
941 SwCntntNode* pNextNd = rDoc.GetNodes()[ in RedoImpl() local943 if( pNextNd ) in RedoImpl()950 pNextNd->SetAttr( *pItem ); in RedoImpl()954 pNextNd->SetAttr( *pItem ); in RedoImpl()
294 SwCntntNode* pNextNd = rDoc.GetNodes()[ pTblNd->EndOfSectionIndex()+1 ]->GetCntntNode(); in UndoImpl() local295 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() local2926 if( pNextNd ) in UndoImpl()2933 pNextNd->SetAttr( *pItem ); in UndoImpl()2937 pNextNd->SetAttr( *pItem ); in UndoImpl()
909 SwTxtNode* pNextNd = pPos->nNode.GetNode().GetTxtNode(); in endDocument() local910 pPos->nContent.Assign( pNextNd, 0 ); in endDocument()912 pNextNd->JoinPrev(); in endDocument()916 if( pNextNd->CanJoinPrev(/* &pPos->nNode*/ ) && in endDocument()923 pNextNd->JoinPrev(); in endDocument()
2302 const SwNode *pNextNd = rWrt.pDoc->GetNodes()[nNdPos+1]; in OutHTML_SwTxtNode() local2305 if( ( bStdColl && (pNextNd->IsTableNode() || in OutHTML_SwTxtNode()2306 pNextNd->IsSectionNode()) ) || in OutHTML_SwTxtNode()2307 ( !bStdColl && pNextNd->IsEndNode() && in OutHTML_SwTxtNode()
804 SwTxtNode* pNextNd = pPos->nNode.GetNode().GetTxtNode(); in Continue() local805 pPos->nContent.Assign( pNextNd, 0 ); in Continue()807 pNextNd->JoinPrev(); in Continue()
483 SwTxtNode* pNextNd = pPos->nNode.GetNode().GetTxtNode(); in Continue() local484 pPos->nContent.Assign( pNextNd, 0 ); in Continue()486 pNextNd->JoinPrev(); in Continue()
Completed in 106 milliseconds