Lines Matching refs:SwSectionFmt
78 SwSectionFmt& rSectFmt;
80 SwIntrnlSectRefLink( SwSectionFmt& rFmt, sal_uInt16 nUpdateType, sal_uInt16 nFmt ) in SwIntrnlSectRefLink()
103 TYPEINIT1(SwSectionFmt,SwFrmFmt );
109 SV_IMPL_PTRARR(SwSectionFmts,SwSectionFmt*) in SV_IMPL_PTRARR()
204 SectionType const eType, String const& rName, SwSectionFmt & rFormat) in SwSection()
238 SwSectionFmt* pFmt = GetFmt(); in ~SwSection()
317 SwSectionFmt* pFmt = GetFmt(); in ImplSetHiddenFlag()
370 SwSectionFmt *const pFmt( GetFmt() ); in IsProtect()
380 SwSectionFmt *const pFmt( GetFmt() ); in IsEditInReadonly()
400 SwSectionFmt *const pFormat( GetFmt() ); in SetProtect()
418 SwSectionFmt *const pFormat( GetFmt() ); in SetEditInReadonly()
665 SwSectionFmt::SwSectionFmt( SwSectionFmt* pDrvdFrm, SwDoc *pDoc ) in SwSectionFmt() function in SwSectionFmt
673 SwSectionFmt::~SwSectionFmt() in ~SwSectionFmt()
716 SwSection * SwSectionFmt::GetSection() const in GetSection()
718 return SwIterator<SwSection,SwSectionFmt>::FirstElement( *this ); in GetSection()
724 void SwSectionFmt::DelFrms() in DelFrms()
739 SwIterator<SwSectionFmt,SwSectionFmt> aIter( *this ); in DelFrms()
740 SwSectionFmt *pLast = aIter.First(); in DelFrms()
770 void SwSectionFmt::MakeFrms() in MakeFrms()
783 void SwSectionFmt::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify()
875 ((SwFmtChg*)pNew)->pChangedFmt->IsA( TYPE( SwSectionFmt )) ) in Modify()
893 sal_Bool SwSectionFmt::GetInfo( SfxPoolItem& rInfo ) const in GetInfo()
912 SwIterator<SwSectionFmt,SwSectionFmt> aFormatIter(*this); in GetInfo()
913 SwSectionFmt* pChild = aFormatIter.First(); in GetInfo()
938 const SwSectionFmt* pFSectFmt = (*(SwSectionPtr*)pFirst)->GetFmt(); in lcl_SectionCmpPos()
939 const SwSectionFmt* pSSectFmt = (*(SwSectionPtr*)pSecond)->GetFmt(); in lcl_SectionCmpPos()
968 sal_uInt16 SwSectionFmt::GetChildSections( SwSections& rArr, in GetChildSections()
976 SwIterator<SwSectionFmt,SwSectionFmt> aIter(*this); in GetChildSections()
978 for( SwSectionFmt* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in GetChildSections()
1014 sal_Bool SwSectionFmt::IsInNodesArr() const in IsInNodesArr()
1021 void SwSectionFmt::UpdateParent() // Parent wurde veraendert in UpdateParent()
1037 if( pLast->IsA( TYPE(SwSectionFmt) ) ) in UpdateParent()
1110 SwSectionNode* SwSectionFmt::GetSectionNode(bool const bAlways) in GetSectionNode()
1119 const SwSection* SwSectionFmt::GetGlobalDocSection() const in GetGlobalDocSection()
1133 ::sfx2::IXmlIdRegistry& SwSectionFmt::GetRegistry() in GetRegistry()
1138 bool SwSectionFmt::IsInClipboard() const in IsInClipboard()
1143 bool SwSectionFmt::IsInUndo() const in IsInUndo()
1148 bool SwSectionFmt::IsInContent() const in IsInContent()
1161 SwSectionFmt::MakeUnoObject() in MakeUnoObject()
1701 SwSectionFmt* pFmt = GetFmt(); in CreateLink()
1779 SwSectionFmt *const pFormat( GetFmt() ); in BreakLink()