Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx566 ::std::auto_ptr<SwSectionData> const& pSectionData, in lcl_UpdateSection() argument
616 ::std::auto_ptr<SwSectionData> const pSectionData( in SetPropertyValues_Impl()
656 pSectionData->SetCondition(uTmp); in SetPropertyValues_Impl()
802 pSectionData->SetHidden(!bVal); in SetPropertyValues_Impl()
839 pSectionData->SetProtectFlag(bVal); in SetPropertyValues_Impl()
872 pSectionData->SetPassword(aSeq); in SetPropertyValues_Impl()
1596 ::std::auto_ptr<SwSectionData> const pSectionData( in setPropertyToDefault()
1612 pSectionData->SetCondition(aEmptyStr); in setPropertyToDefault()
1630 pSectionData->SetType(CONTENT_SECTION); in setPropertyToDefault()
1651 pSectionData->SetHidden(false); in setPropertyToDefault()
[all …]
/trunk/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()

Completed in 35 milliseconds