Searched refs:SwFmtMeta (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/inc/ |
H A D | fmtmeta.hxx | 90 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 D | txatbase.hxx | 45 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 D | txtatr.hxx | 74 SwTxtMeta( SwFmtMeta & i_rAttr, 81 SwFmtMeta & i_rAttr,
|
/trunk/main/sw/source/core/txtnode/ |
H A D | fmtatr2.cxx | 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() 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 D | txtatr2.cxx | 322 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 D | thints.cxx | 1108 static_cast<SwFmtMeta&>(rNew), nStt, nEnd, bIsCopy ); in MakeTxtAttr()
|
/trunk/main/sw/source/core/bastyp/ |
H A D | init.cxx | 537 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()
|
/trunk/main/sw/source/core/text/ |
H A D | txtfld.cxx | 357 static_cast<SwFmtMeta &>(rHint.GetAttr()).GetMeta() ); in lcl_NewMetaPortion()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unocrsrhelper.cxx | 128 static_cast<SwFmtMeta &>(pTxtAttr->GetAttr()).GetMeta()); in GetNestedTextContent()
|
H A D | unoportenum.cxx | 601 *static_cast<SwFmtMeta &>(rAttr.GetAttr()).GetMeta(), in lcl_CreateMetaPortion()
|
H A D | unorefmk.cxx | 1116 SwFmtMeta meta(pMeta, i_nWhich); // this is cloned by Insert! in AttachImpl()
|
Completed in 584 milliseconds