Lines Matching refs:rNode
87 const SwCntntNode& rNode, in GetNewAutoStyle() argument
91 if( rNode.GetModifyAtAttr() ) in GetNewAutoStyle()
94 mrpAttrSet = rSA.getAutomaticStyle( rNewAttrSet, rNode.IsTxtNode() ? in GetNewAutoStyle()
97 const bool bSetModifyAtAttr = ((SwAttrSet*)mrpAttrSet.get())->SetModifyAtAttr( &rNode ); in GetNewAutoStyle()
98 rNode.SetModifyAtAttr( bSetModifyAtAttr ); in GetNewAutoStyle()
103 const SwCntntNode& rNode, in SetParent() argument
134 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in SetParent()
139 const SwCntntNode& rNode, in Put() argument
145 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in Put()
149 int Put( boost::shared_ptr<const SfxItemSet>& mrpAttrSet, const SwCntntNode& rNode, in Put() argument
174 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in Put()
180 const SwCntntNode& rNode, const SfxPoolItem& rAttr, in Put_BC() argument
187 if( rNode.GetModifyAtAttr() ) in Put_BC()
188 aNewSet.SetModifyAtAttr( &rNode ); in Put_BC()
193 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in Put_BC()
199 const SwCntntNode& rNode, const SfxItemSet& rSet, in Put_BC() argument
215 if( rNode.GetModifyAtAttr() ) in Put_BC()
216 aNewSet.SetModifyAtAttr( &rNode ); in Put_BC()
229 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in Put_BC()
235 const SwCntntNode& rNode, sal_uInt16 nWhich, in ClearItem_BC() argument
239 if( rNode.GetModifyAtAttr() ) in ClearItem_BC()
240 aNewSet.SetModifyAtAttr( &rNode ); in ClearItem_BC()
243 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in ClearItem_BC()
248 const SwCntntNode& rNode, in ClearItem_BC() argument
253 if( rNode.GetModifyAtAttr() ) in ClearItem_BC()
254 aNewSet.SetModifyAtAttr( &rNode ); in ClearItem_BC()
257 GetNewAutoStyle( mrpAttrSet, rNode, aNewSet ); in ClearItem_BC()
1325 void SwCntntNode::MakeFrms( SwCntntNode& rNode ) in MakeFrms() argument
1327 ASSERT( &rNode != this, in MakeFrms()
1330 if( !GetDepends() || &rNode == this ) // gibt es ueberhaupt Frames ?? in MakeFrms()
1336 ASSERT( FindTableNode() == rNode.FindTableNode(), "Table confusion" ) in MakeFrms()
1338 SwNode2Layout aNode2Layout( *this, rNode.GetIndex() ); in MakeFrms()
1340 while( 0 != (pUpper = aNode2Layout.UpperFrm( pFrm, rNode )) ) in MakeFrms()
1342 pNew = rNode.MakeFrm( pUpper ); in MakeFrms()