Lines Matching refs:SwFmtMeta
593 SwFmtMeta * SwFmtMeta::CreatePoolDefault(const sal_uInt16 i_nWhich) in CreatePoolDefault()
595 return new SwFmtMeta(i_nWhich); in CreatePoolDefault()
598 SwFmtMeta::SwFmtMeta(const sal_uInt16 i_nWhich) in SwFmtMeta() function in SwFmtMeta
607 SwFmtMeta::SwFmtMeta( ::boost::shared_ptr< ::sw::Meta > const & i_pMeta, in SwFmtMeta() function in SwFmtMeta
619 SwFmtMeta::~SwFmtMeta() in ~SwFmtMeta()
628 int SwFmtMeta::operator==( const SfxPoolItem & i_rOther ) const in operator ==()
632 && (m_pMeta == static_cast<SwFmtMeta const &>( i_rOther ).m_pMeta); in operator ==()
635 SfxPoolItem * SwFmtMeta::Clone( SfxItemPool * /*pPool*/ ) const in Clone()
639 ? new SwFmtMeta( m_pMeta, Which() ) : new SwFmtMeta( Which() ); in Clone()
642 void SwFmtMeta::SetTxtAttr(SwTxtMeta * const i_pTxtAttr) in SetTxtAttr()
665 void SwFmtMeta::NotifyChangeTxtNode(SwTxtNode *const pTxtNode) in NotifyChangeTxtNode()
678 void SwFmtMeta::DoCopy(::sw::MetaFieldManager & i_rTargetDocManager, in DoCopy()
710 Meta::Meta(SwFmtMeta * const i_pFmt) in Meta()
808 MetaField::MetaField(SwFmtMeta * const i_pFmt, in MetaField()
871 MetaFieldManager::makeMetaField(SwFmtMeta * const i_pFmt, in makeMetaField()