Lines Matching refs:rNewHint
290 void SwpHints::InsertNesting(SwTxtAttrNesting & rNewHint) in InsertNesting() argument
292 SwpHintsArray::Insert(& rNewHint); in InsertNesting()
293 NoteInHistory( & rNewHint, true ); in InsertNesting()
364 SwpHints::TryInsertNesting( SwTxtNode & rNode, SwTxtAttrNesting & rNewHint ) in TryInsertNesting() argument
367 const sal_uInt16 nNewWhich( rNewHint.Which() ); in TryInsertNesting()
368 const xub_StrLen nNewStart( *rNewHint.GetStart() ); in TryInsertNesting()
369 const xub_StrLen nNewEnd ( *rNewHint.GetEnd() ); in TryInsertNesting()
383 SplitNew.push_back(& rNewHint); in TryInsertNesting()
427 if (rNewHint.HasDummyChar()) in TryInsertNesting()
592 void SwpHints::BuildPortions( SwTxtNode& rNode, SwTxtAttr& rNewHint, in BuildPortions() argument
595 const sal_uInt16 nWhich = rNewHint.Which(); in BuildPortions()
597 const xub_StrLen nThisStart = *rNewHint.GetStart(); in BuildPortions()
598 const xub_StrLen nThisEnd = *rNewHint.GetEnd(); in BuildPortions()
604 ASSERT( RES_TXTATR_CHARFMT == rNewHint.Which() || in BuildPortions()
605 RES_TXTATR_AUTOFMT == rNewHint.Which(), in BuildPortions()
747 const SwFmtCharFmt& rThisCharFmt = rNewHint.GetCharFmt(); in BuildPortions()
782 if ( !CharFmt::IsItemIncluded( pItem->Which(), &rNewHint ) ) in BuildPortions()
815 pNewAttr = &rNewHint; in BuildPortions()
820 pNewAttr = MakeTxtAttr( *rNode.GetDoc(), rNewHint.GetAttr(), in BuildPortions()
840 …boost::shared_ptr<SfxItemSet> pNewStyle = static_cast<const SwFmtAutoFmt&>(rNewHint.GetAttr()).Get… in BuildPortions()
932 pNewAttr = &rNewHint; in BuildPortions()
960 rNode.DestroyAttr( &rNewHint ); in BuildPortions()