Searched refs:pSectionData (Results 1 – 3 of 3) sorted by relevance
566 ::std::auto_ptr<SwSectionData> const& pSectionData, in lcl_UpdateSection() argument616 ::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 …]
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()
Completed in 107 milliseconds