Lines Matching refs:pFormat
400 SwSectionFmt *const pFormat( GetFmt() ); in SetProtect() local
401 ASSERT(pFormat, "SwSection::SetProtect: no format?"); in SetProtect()
402 if (pFormat) in SetProtect()
406 pFormat->SetFmtAttr( aItem ); in SetProtect()
418 SwSectionFmt *const pFormat( GetFmt() ); in SetEditInReadonly() local
419 ASSERT(pFormat, "SwSection::SetEditInReadonly: no format?"); in SetEditInReadonly()
420 if (pFormat) in SetEditInReadonly()
424 pFormat->SetFmtAttr( aItem ); in SetEditInReadonly()
1779 SwSectionFmt *const pFormat( GetFmt() ); in BreakLink() local
1780 ASSERT(pFormat, "SwSection::BreakLink: no format?"); in BreakLink()
1781 if (pFormat) in BreakLink()
1783 pFormat->GetDoc()->GetLinkManager().Remove( m_RefLink ); in BreakLink()