Home
last modified time | relevance | path

Searched refs:SwFltSection (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx631 *(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 SwFltSection
996 SwFltSection::SwFltSection(const SwFltSection& rCpy) in SwFltSection() function in SwFltSection
1002 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()
H A Dw1filter.cxx859 rOut << SwFltSection( pSection ); in Out()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx288 class SwFltSection : public SfxPoolItem class
293 SwFltSection( SwSectionData *const pSect );
294 SwFltSection( const SwFltSection& );

Completed in 35 milliseconds