Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww1/
H A Dfltshell.cxx634 *(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 SwFltSection
999 SwFltSection::SwFltSection(const SwFltSection& rCpy) in SwFltSection() function in SwFltSection
1005 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()
H A Dw1filter.cxx859 rOut << SwFltSection( pSection ); in Out()
/aoo41x/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 28 milliseconds