Lines Matching refs:SwSectionFmt
48 class SwSectionFmt;
185 SwSectionFmt & rFormat);
197 SwSectionFmt* GetFmt() { return (SwSectionFmt*)GetRegisteredIn(); } in GetFmt()
198 SwSectionFmt* GetFmt() const { return (SwSectionFmt*)GetRegisteredIn(); } in GetFmt()
306 class SW_DLLPUBLIC SwSectionFmt class
322 SwSectionFmt( SwSectionFmt* pDrvdFrm, SwDoc *pDoc );
327 ~SwSectionFmt();
339 inline SwSectionFmt* GetParent() const;
355 { return const_cast<SwSectionFmt *>(this) in GetSectionNode()
382 SwSectionFmt* pFmt = GetFmt(); in GetParent()
389 inline SwSectionFmt* SwSectionFmt::GetParent() const in GetParent()
391 SwSectionFmt* pRet = 0; in GetParent()
393 pRet = PTR_CAST( SwSectionFmt, GetRegisteredIn() ); in GetParent()
397 inline SwSection* SwSectionFmt::GetParentSection() const in GetParentSection()
399 SwSectionFmt* pParent = GetParent(); in GetParentSection()