Searched refs:SwFltSection (Results 1 – 3 of 3) sorted by relevance
634 *(static_cast<SwFltSection*>(pEntry->pAttr))->GetSectionData(), in SetAttrInDoc()636 delete (((SwFltSection*)pEntry->pAttr)->GetSectionData()); in SetAttrInDoc()993 SwFltSection::SwFltSection(SwSectionData *const pSect) in SwFltSection() function in SwFltSection999 SwFltSection::SwFltSection(const SwFltSection& rCpy) in SwFltSection() function in SwFltSection1005 int SwFltSection::operator==(const SfxPoolItem& rItem) const in operator ==()1007 return m_pSection == ((SwFltSection&)rItem).m_pSection; in operator ==()1010 SfxPoolItem* __EXPORT SwFltSection::Clone(SfxItemPool*) const in Clone()1012 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 28 milliseconds