Lines Matching refs:aCharSet
1619 SfxItemSet aCharSet( pDest->GetDoc()->GetAttrPool(), in CopyText() local
1625 aCharSet.Put( *GetpSwAttrSet() ); in CopyText()
1626 if( aCharSet.Count() ) in CopyText()
1628 pDest->SetAttr( aCharSet, nDestStart, nDestStart ); in CopyText()
1663 SfxItemSet aCharSet( pDest->GetDoc()->GetAttrPool(), in CopyText() local
1669 aCharSet.Put( *GetpSwAttrSet() ); in CopyText()
1670 if( aCharSet.Count() ) in CopyText()
1672 pDest->SetAttr( aCharSet, nDestStart, nDestStart + nLen ); in CopyText()
2184 SfxItemSet aCharSet( pDest->GetDoc()->GetAttrPool(), in CutImpl() local
2190 aCharSet.Put( *GetpSwAttrSet() ); in CutImpl()
2191 if( aCharSet.Count() ) in CutImpl()
2192 pDest->SetAttr( aCharSet, nDestStart, nDestStart + nLen ); in CutImpl()