Searched refs:SwFltSection (Results 1 – 3 of 3) sorted by relevance
631 *(static_cast<SwFltSection*>(pEntry->pAttr))->GetSectionData(), in SetAttrInDoc()633 delete (((SwFltSection*)pEntry->pAttr)->GetSectionData()); in SetAttrInDoc()990 SwFltSection::SwFltSection(SwSectionData *const pSect) in SwFltSection() function in SwFltSection996 SwFltSection::SwFltSection(const SwFltSection& rCpy) in SwFltSection() function in SwFltSection1002 int SwFltSection::operator==(const SfxPoolItem& rItem) const in operator ==()1004 return m_pSection == ((SwFltSection&)rItem).m_pSection; in operator ==()1007 SfxPoolItem* __EXPORT SwFltSection::Clone(SfxItemPool*) const in Clone()1009 return new SwFltSection(*this); in Clone()
859 rOut << SwFltSection( pSection ); in Out()
288 class SwFltSection : public SfxPoolItem class293 SwFltSection( SwSectionData *const pSect );294 SwFltSection( const SwFltSection& );
Completed in 35 milliseconds