Lines Matching refs:rNdSect
443 SwSection& rNdSect = pSectNd->GetSection(); in UndoImpl() local
444 SwFmt* pFmt = rNdSect.GetFmt(); in UndoImpl()
446 SfxItemSet* pCur = ::lcl_GetAttrSet( rNdSect ); in UndoImpl()
472 (!rNdSect.IsLinkType() && m_pSectionData->IsLinkType()) in UndoImpl()
475 rNdSect.GetLinkFileName())); in UndoImpl()
478 SwSectionData *const pOld( new SwSectionData(rNdSect) ); in UndoImpl()
479 rNdSect.SetSectionData(*m_pSectionData); in UndoImpl()
483 rNdSect.CreateLink( CREATE_UPDATE ); in UndoImpl()
484 else if( CONTENT_SECTION == rNdSect.GetType() && rNdSect.IsConnected() ) in UndoImpl()
486 rNdSect.Disconnect(); in UndoImpl()
487 rDoc.GetLinkManager().Remove( &rNdSect.GetBaseLink() ); in UndoImpl()