Home
last modified time | relevance | path

Searched refs:aSect (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Dapplab.cxx383 SwSectionData aSect(CONTENT_SECTION, in InsertLab() local
385 pSh->InsertSection(aSect); in InsertLab()
390 SwSectionData aSect(FILE_LINK_SECTION, in InsertLab() local
395 aSect.SetLinkFileName(sLinkName); in InsertLab()
396 aSect.SetProtectFlag(true); in InsertLab()
400 pSh->InsertSection(aSect); in InsertLab()
/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx370 SwSectionData aSect(eType, pDoc->GetUniqueSectionName(&tmp)); in attach() local
371 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()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2208 SwSectionData aSect( DDE_LINK_SECTION, aName ); in _PasteDDE() local
2209 aSect.SetLinkFileName( aCmd ); in _PasteDDE()
2210 aSect.SetProtectFlag(true); in _PasteDDE()
2211 rWrtShell.InsertSection( aSect ); in _PasteDDE()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx2353 rtfSection aSect(*pPam->GetPoint(), SectPageInformation(rInfo)); in SetPageInformationAsDefault() local
2354 if (maSegments.empty() || (maSegments.back().maStart == aSect.maStart)) in SetPageInformationAsDefault()
2355 maSegments.push_back(aSect); in SetPageInformationAsDefault()

Completed in 52 milliseconds