Searched refs:rNdSect (Results 1 – 1 of 1) sorted by relevance
443 SwSection& rNdSect = pSectNd->GetSection(); in UndoImpl() local444 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()[all …]
Completed in 19 milliseconds