Searched refs:aSect (Results 1 – 4 of 4) sorted by relevance
380 SwSectionData aSect(CONTENT_SECTION, in InsertLab() local382 pSh->InsertSection(aSect); in InsertLab()387 SwSectionData aSect(FILE_LINK_SECTION, in InsertLab() local392 aSect.SetLinkFileName(sLinkName); in InsertLab()393 aSect.SetProtectFlag(true); in InsertLab()397 pSh->InsertSection(aSect); in InsertLab()
370 SwSectionData aSect(eType, pDoc->GetUniqueSectionName(&tmp)); in attach() local371 aSect.SetCondition(m_pImpl->m_pProps->m_sCondition); in attach()377 aSect.SetLinkFileName(sLinkNameBuf.makeStringAndClear()); in attach()379 aSect.SetHidden(m_pImpl->m_pProps->m_bHidden); in attach()380 aSect.SetProtectFlag(m_pImpl->m_pProps->m_bProtect); in attach()382 aSect.SetEditInReadonlyFlag(m_pImpl->m_pProps->m_bEditInReadonly); in attach()428 aSect.SetPassword(m_pImpl->m_pProps->m_Password); in attach()432 pDoc->InsertSwSection( aPam, aSect, 0, aSet.Count() ? &aSet : 0 ); in attach()
2193 SwSectionData aSect( DDE_LINK_SECTION, aName ); in _PasteDDE() local2194 aSect.SetLinkFileName( aCmd ); in _PasteDDE()2195 aSect.SetProtectFlag(true); in _PasteDDE()2196 rWrtShell.InsertSection( aSect ); in _PasteDDE()
2352 rtfSection aSect(*pPam->GetPoint(), SectPageInformation(rInfo)); in SetPageInformationAsDefault() local2353 if (maSegments.empty() || (maSegments.back().maStart == aSect.maStart)) in SetPageInformationAsDefault()2354 maSegments.push_back(aSect); in SetPageInformationAsDefault()