Lines Matching refs:pSectionData

566     ::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()
747 pSectionData->GetLinkFileName().GetToken(2, in SetPropertyValues_Impl()
751 pSectionData->SetLinkFileName(sFileName); in SetPropertyValues_Impl()
754 pSectionData->SetType(CONTENT_SECTION); in SetPropertyValues_Impl()
770 if (pSectionData->GetType() != FILE_LINK_SECTION && in SetPropertyValues_Impl()
773 pSectionData->SetType(FILE_LINK_SECTION); in SetPropertyValues_Impl()
775 String sSectLink(pSectionData->GetLinkFileName()); in SetPropertyValues_Impl()
781 pSectionData->SetLinkFileName(sSectLink); in SetPropertyValues_Impl()
784 pSectionData->SetType(CONTENT_SECTION); in SetPropertyValues_Impl()
802 pSectionData->SetHidden(!bVal); in SetPropertyValues_Impl()
819 if (pSectionData->GetCondition().Len() != 0) in SetPropertyValues_Impl()
821 pSectionData->SetCondHidden(!bVal); in SetPropertyValues_Impl()
839 pSectionData->SetProtectFlag(bVal); in SetPropertyValues_Impl()
857 pSectionData->SetEditInReadonlyFlag(bVal); in SetPropertyValues_Impl()
872 pSectionData->SetPassword(aSeq); in SetPropertyValues_Impl()
972 lcl_UpdateSection(pFmt, pSectionData, pItemSet, bLinkModeChanged, 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()
1663 pSectionData->SetProtectFlag(false); in setPropertyToDefault()
1676 pSectionData->SetEditInReadonlyFlag(false); in setPropertyToDefault()
1712 lcl_UpdateSection(pFmt, pSectionData, pNewAttrSet, bLinkModeChanged); in setPropertyToDefault()