Lines Matching refs:aNewSet

115         SwAttrSet aNewSet( *pAttrSet );  in SetParent()  local
116 aNewSet.SetParent( pParentSet ); in SetParent()
117 aNewSet.ClearItem( RES_FRMATR_STYLE_NAME ); in SetParent()
118 aNewSet.ClearItem( RES_FRMATR_CONDITIONAL_STYLE_NAME ); in SetParent()
125 aNewSet.Put( aAnyFmtColl ); in SetParent()
131 aNewSet.Put( aFmtColl ); in SetParent()
134 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in SetParent()
142 SwAttrSet aNewSet( (SwAttrSet&)*mrpAttrSet ); in Put() local
143 const SfxPoolItem* pRet = aNewSet.Put( rAttr ); in Put()
145 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in Put()
152 SwAttrSet aNewSet( (SwAttrSet&)*mrpAttrSet ); in Put() local
158 …pStyleNames = new SfxItemSet( *aNewSet.GetPool(), RES_FRMATR_STYLE_NAME, RES_FRMATR_CONDITIONAL_ST… in Put()
159 pStyleNames->Put( aNewSet ); in Put()
163 const int nRet = aNewSet.Put( rSet ); in Put()
168 aNewSet.Put( *pStyleNames ); in Put()
174 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in Put()
183 SwAttrSet aNewSet( (SwAttrSet&)*mrpAttrSet ); in Put_BC() local
188 aNewSet.SetModifyAtAttr( &rNode ); in Put_BC()
190 const int nRet = aNewSet.Put_BC( rAttr, pOld, pNew ); in Put_BC()
193 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in Put_BC()
202 SwAttrSet aNewSet( (SwAttrSet&)*mrpAttrSet ); in Put_BC() local
208 …pStyleNames = new SfxItemSet( *aNewSet.GetPool(), RES_FRMATR_STYLE_NAME, RES_FRMATR_CONDITIONAL_ST… in Put_BC()
209 pStyleNames->Put( aNewSet ); in Put_BC()
216 aNewSet.SetModifyAtAttr( &rNode ); in Put_BC()
218 const int nRet = aNewSet.Put_BC( rSet, pOld, pNew ); in Put_BC()
223 aNewSet.Put( *pStyleNames ); in Put_BC()
229 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in Put_BC()
238 SwAttrSet aNewSet( (SwAttrSet&)*mrpAttrSet ); in ClearItem_BC() local
240 aNewSet.SetModifyAtAttr( &rNode ); in ClearItem_BC()
241 const sal_uInt16 nRet = aNewSet.ClearItem_BC( nWhich, pOld, pNew ); in ClearItem_BC()
243 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in ClearItem_BC()
252 SwAttrSet aNewSet( (SwAttrSet&)*mrpAttrSet ); in ClearItem_BC() local
254 aNewSet.SetModifyAtAttr( &rNode ); in ClearItem_BC()
255 const sal_uInt16 nRet = aNewSet.ClearItem_BC( nWhich1, nWhich2, pOld, pNew ); in ClearItem_BC()
257 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in ClearItem_BC()