Searched refs:pSectionData (Results 1 – 3 of 3) sorted by relevance
557 ::std::auto_ptr<SwSectionData> const& pSectionData, in lcl_UpdateSection() argument572 pDoc->UpdateSection(i, *pSectionData, pItemSet.get(), in lcl_UpdateSection()604 ::std::auto_ptr<SwSectionData> const pSectionData( in SetPropertyValues_Impl()644 pSectionData->SetCondition(uTmp); in SetPropertyValues_Impl()672 String sLinkFileName(pSectionData->GetLinkFileName()); in SetPropertyValues_Impl()673 if (pSectionData->GetType() != DDE_LINK_SECTION) in SetPropertyValues_Impl()677 pSectionData->SetType(DDE_LINK_SECTION); in SetPropertyValues_Impl()681 pSectionData->SetLinkFileName(sLinkFileName); in SetPropertyValues_Impl()718 if (pSectionData->GetType() != FILE_LINK_SECTION && in SetPropertyValues_Impl()721 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()