Home
last modified time | relevance | path

Searched refs:rTOXSect (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/core/edit/
H A Dedtox.cxx123 const SwTOXBaseSection& rTOXSect = (const SwTOXBaseSection&)rTOXBase; in IsTOXBaseReadonly() local
124 return rTOXSect.IsProtect(); in IsTOXBaseReadonly()
132 const SwTOXBaseSection& rTOXSect = (const SwTOXBaseSection&)rTOXBase; in SetTOXBaseReadonly() local
134 ASSERT( rTOXSect.SwSection::GetType() == TOX_CONTENT_SECTION, "not a TOXContentSection" ); in SetTOXBaseReadonly()
136 SwSectionData aSectionData(rTOXSect); in SetTOXBaseReadonly()
138 UpdateSection( GetSectionFmtPos( *rTOXSect.GetFmt() ), aSectionData, 0 ); in SetTOXBaseReadonly()
/aoo41x/main/sw/source/core/doc/
H A Ddoctxm.cxx468 SwTOXBaseSection& rTOXSect = (SwTOXBaseSection&) in GetCurTOX() local
470 return &rTOXSect; in GetCurTOX()
480 const SwTOXBaseSection& rTOXSect = (const SwTOXBaseSection&)rTOXBase; in GetTOXBaseAttrSet() local
481 SwSectionFmt* pFmt = rTOXSect.GetFmt(); in GetTOXBaseAttrSet()
537 const SwTOXBaseSection& rTOXSect = (const SwTOXBaseSection&)rTOXBase; in DeleteTOX() local
538 SwSectionFmt* pFmt = rTOXSect.GetFmt(); in DeleteTOX()

Completed in 26 milliseconds