Lines Matching refs:rFormatSet

2135 bool SdrObjEditView::TakeFormatPaintBrush( boost::shared_ptr< SfxItemSet >& rFormatSet  )  in TakeFormatPaintBrush()  argument
2137 if( mxSelectionController.is() && mxSelectionController->TakeFormatPaintBrush(rFormatSet) ) in TakeFormatPaintBrush()
2145rFormatSet.reset( new SfxItemSet( GetModel()->GetItemPool(), GetFormatRangeImpl( pOLV != NULL ) ) … in TakeFormatPaintBrush()
2148 rFormatSet->Put( pOLV->GetAttribs() ); in TakeFormatPaintBrush()
2153 rFormatSet->Put( GetAttrFromMarked(bOnlyHardAttr) ); in TakeFormatPaintBrush()
2190 void SdrObjEditView::ApplyFormatPaintBrushToText( SfxItemSet& rFormatSet, SdrTextObj& rTextObj, Sdr… in ApplyFormatPaintBrushToText() argument
2208 …aSet.Put(CreatePaintSet( GetFormatRangeImpl(true), *aSet.GetPool(), rFormatSet, aSet, bNoCharacter… in ApplyFormatPaintBrushToText()
2220 void SdrObjEditView::ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool … in ApplyFormatPaintBrush() argument
2222 …if( !mxSelectionController.is() || !mxSelectionController->ApplyFormatPaintBrush( rFormatSet, bNoC… in ApplyFormatPaintBrush()
2237 const sal_uInt16* pRanges = rFormatSet.GetRanges(); in ApplyFormatPaintBrush()
2252 …tSet( CreatePaintSet( GetFormatRangeImpl(false), *rShapeSet.GetPool(), rFormatSet, rShapeSet, bNoC… in ApplyFormatPaintBrush()
2266 …ApplyFormatPaintBrushToText( rFormatSet, *pTextObj, pText, bNoCharacterFormats, bNoParagraphFormat… in ApplyFormatPaintBrush()
2284 …SfxItemSet aPaintSet( CreatePaintSet(GetFormatRangeImpl(true), *aSet.GetPool(), rFormatSet, aSet, … in ApplyFormatPaintBrush()