Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/app/
H A Dapplab.cxx373 SwSectionData aSect(CONTENT_SECTION, in InsertLab() local
375 pSh->InsertSection(aSect); in InsertLab()
380 SwSectionData aSect(FILE_LINK_SECTION, in InsertLab() local
385 aSect.SetLinkFileName(sLinkName); in InsertLab()
386 aSect.SetProtectFlag(true); in InsertLab()
390 pSh->InsertSection(aSect); in InsertLab()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/source/filter/rtf/
H A Dswparrtf.cxx2362 rtfSection aSect(*pPam->GetPoint(), SectPageInformation(rInfo)); in SetPageInformationAsDefault() local
2363 if (maSegments.empty() || (maSegments.back().maStart == aSect.maStart)) in SetPageInformationAsDefault()
2364 maSegments.push_back(aSect); in SetPageInformationAsDefault()

Completed in 49 milliseconds