Searched refs:rTOXSect (Results 1 – 2 of 2) sorted by relevance
123 const SwTOXBaseSection& rTOXSect = (const SwTOXBaseSection&)rTOXBase; in IsTOXBaseReadonly() local124 return rTOXSect.IsProtect(); in IsTOXBaseReadonly()132 const SwTOXBaseSection& rTOXSect = (const SwTOXBaseSection&)rTOXBase; in SetTOXBaseReadonly() local134 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()
468 SwTOXBaseSection& rTOXSect = (SwTOXBaseSection&) in GetCurTOX() local470 return &rTOXSect; in GetCurTOX()480 const SwTOXBaseSection& rTOXSect = (const SwTOXBaseSection&)rTOXBase; in GetTOXBaseAttrSet() local481 SwSectionFmt* pFmt = rTOXSect.GetFmt(); in GetTOXBaseAttrSet()537 const SwTOXBaseSection& rTOXSect = (const SwTOXBaseSection&)rTOXBase; in DeleteTOX() local538 SwSectionFmt* pFmt = rTOXSect.GetFmt(); in DeleteTOX()
Completed in 50 milliseconds