Searched refs:pSectionData (Results 1 – 3 of 3) sorted by relevance
566 ::std::auto_ptr<SwSectionData> const& pSectionData, in lcl_UpdateSection() argument581 pDoc->UpdateSection(i, *pSectionData, pItemSet.get(), in lcl_UpdateSection()616 ::std::auto_ptr<SwSectionData> const pSectionData( in SetPropertyValues_Impl()656 pSectionData->SetCondition(uTmp); in SetPropertyValues_Impl()684 String sLinkFileName(pSectionData->GetLinkFileName()); in SetPropertyValues_Impl()685 if (pSectionData->GetType() != DDE_LINK_SECTION) in SetPropertyValues_Impl()689 pSectionData->SetType(DDE_LINK_SECTION); in SetPropertyValues_Impl()693 pSectionData->SetLinkFileName(sLinkFileName); in SetPropertyValues_Impl()730 if (pSectionData->GetType() != FILE_LINK_SECTION && in SetPropertyValues_Impl()733 pSectionData->SetType(FILE_LINK_SECTION); in SetPropertyValues_Impl()[all …]
194 ::std::auto_ptr<SwSectionData> pSectionData(pSect); in IMPL_STATIC_LINK()195 if (pSectionData.get()) in IMPL_STATIC_LINK()214 aTabDlg->SetSectionData(*pSectionData); in IMPL_STATIC_LINK()
1767 SwSectionData *const pSectionData = in SetWrtShell() local1770 if (pSectionData) // something set? in SetWrtShell()1773 rSh.GetUniqueSectionName(& pSectionData->GetSectionName())); in SetWrtShell()1774 aProtectCB.Check( 0 != pSectionData->IsProtectFlag() ); in SetWrtShell()1775 m_sFileName = pSectionData->GetLinkFileName(); in SetWrtShell()1776 m_sFilePasswd = pSectionData->GetLinkFilePassword(); in SetWrtShell()