Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dnode.cxx86 void GetNewAutoStyle( boost::shared_ptr<const SfxItemSet>& mrpAttrSet, in GetNewAutoStyle() argument
90 const SwAttrSet* pAttrSet = static_cast<const SwAttrSet*>(mrpAttrSet.get()); in GetNewAutoStyle()
94 mrpAttrSet = rSA.getAutomaticStyle( rNewAttrSet, rNode.IsTxtNode() ? in GetNewAutoStyle()
97 const bool bSetModifyAtAttr = ((SwAttrSet*)mrpAttrSet.get())->SetModifyAtAttr( &rNode ); in GetNewAutoStyle()
102 void SetParent( boost::shared_ptr<const SfxItemSet>& mrpAttrSet, in SetParent() argument
107 const SwAttrSet* pAttrSet = static_cast<const SwAttrSet*>(mrpAttrSet.get()); in SetParent()
134 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in SetParent()
138 const SfxPoolItem* Put( boost::shared_ptr<const SfxItemSet>& mrpAttrSet, in Put() argument
142 SwAttrSet aNewSet( (SwAttrSet&)*mrpAttrSet ); in Put()
145 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in Put()
[all …]