Home
last modified time | relevance | path

Searched refs:SwFmtMeta (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/sw/inc/
H A Dfmtmeta.hxx90 class SwFmtMeta class
107 explicit SwFmtMeta( const sal_uInt16 i_nWhich );
113 virtual ~SwFmtMeta();
135 friend class ::SwFmtMeta; // SetFmtMeta, NotifyChangeTxtNode
141 SwFmtMeta * m_pFmt;
147 SwFmtMeta * GetFmtMeta() const { return m_pFmt; } in GetFmtMeta()
148 void SetFmtMeta( SwFmtMeta * const i_pFmt ) { m_pFmt = i_pFmt; }; in SetFmtMeta()
164 explicit Meta(SwFmtMeta * const i_pFmt = 0);
180 friend class ::SwFmtMeta;
192 explicit MetaField(SwFmtMeta * const i_pFmt = 0,
[all …]
H A Dtxatbase.hxx45 class SwFmtMeta;
121 inline const SwFmtMeta &GetMeta() const;
237 inline const SwFmtMeta& SwTxtAttr::GetMeta() const in GetMeta()
242 return (const SwFmtMeta&)(*m_pAttr); in GetMeta()
H A Dtxtatr.hxx74 SwTxtMeta( SwFmtMeta & i_rAttr,
81 SwFmtMeta & i_rAttr,
/aoo42x/main/sw/source/core/txtnode/
H A Dfmtatr2.cxx593 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()
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()
710 Meta::Meta(SwFmtMeta * const i_pFmt) in Meta()
808 MetaField::MetaField(SwFmtMeta * const i_pFmt, in MetaField()
[all …]
H A Dtxtatr2.cxx322 SwFmtMeta & i_rAttr, in CreateTxtMeta()
336 SwTxtMeta::SwTxtMeta( SwFmtMeta & i_rAttr, in SwTxtMeta()
346 SwFmtMeta & rFmtMeta( static_cast<SwFmtMeta &>(GetAttr()) ); in ~SwTxtMeta()
355 SwFmtMeta & rFmtMeta( static_cast<SwFmtMeta &>(GetAttr()) ); in ChgTxtNode()
H A Dthints.cxx1108 static_cast<SwFmtMeta&>(rNew), nStt, nEnd, bIsCopy ); in MakeTxtAttr()
/aoo42x/main/sw/source/core/bastyp/
H A Dinit.cxx537 aAttrTab[ RES_TXTATR_META - POOLATTR_BEGIN ] = SwFmtMeta::CreatePoolDefault(RES_TXTATR_META); in _InitCore()
538 …aAttrTab[ RES_TXTATR_METAFIELD - POOLATTR_BEGIN ] = SwFmtMeta::CreatePoolDefault(RES_TXTATR_METAFI… in _InitCore()
/aoo42x/main/sw/source/core/text/
H A Dtxtfld.cxx357 static_cast<SwFmtMeta &>(rHint.GetAttr()).GetMeta() ); in lcl_NewMetaPortion()
/aoo42x/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx128 static_cast<SwFmtMeta &>(pTxtAttr->GetAttr()).GetMeta()); in GetNestedTextContent()
H A Dunoportenum.cxx601 *static_cast<SwFmtMeta &>(rAttr.GetAttr()).GetMeta(), in lcl_CreateMetaPortion()
H A Dunorefmk.cxx1116 SwFmtMeta meta(pMeta, i_nWhich); // this is cloned by Insert! in AttachImpl()

Completed in 75 milliseconds