Home
last modified time | relevance | path

Searched refs:pSectionData (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/core/unocore/
H A Dunosect.cxx566 ::std::auto_ptr<SwSectionData> const& pSectionData, in lcl_UpdateSection() argument
581 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 …]
/AOO42X/main/sw/source/ui/dialog/
H A Dregionsw.cxx194 ::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()
H A Duiregionsw.cxx1767 SwSectionData *const pSectionData = in SetWrtShell() local
1770 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()