Searched refs:aSect (Results 1 – 4 of 4) sorted by relevance
383 SwSectionData aSect(CONTENT_SECTION, in InsertLab() local385 pSh->InsertSection(aSect); in InsertLab()390 SwSectionData aSect(FILE_LINK_SECTION, in InsertLab() local395 aSect.SetLinkFileName(sLinkName); in InsertLab()396 aSect.SetProtectFlag(true); in InsertLab()400 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()
2208 SwSectionData aSect( DDE_LINK_SECTION, aName ); in _PasteDDE() local2209 aSect.SetLinkFileName( aCmd ); in _PasteDDE()2210 aSect.SetProtectFlag(true); in _PasteDDE()2211 rWrtShell.InsertSection( aSect ); in _PasteDDE()
2353 rtfSection aSect(*pPam->GetPoint(), SectPageInformation(rInfo)); in SetPageInformationAsDefault() local2354 if (maSegments.empty() || (maSegments.back().maStart == aSect.maStart)) in SetPageInformationAsDefault()2355 maSegments.push_back(aSect); in SetPageInformationAsDefault()
Completed in 56 milliseconds