Home
last modified time | relevance | path

Searched refs:rFormatSet (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx2135 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()
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()
2266 …ApplyFormatPaintBrushToText( rFormatSet, *pTextObj, pText, bNoCharacterFormats, bNoParagraphFormat… in ApplyFormatPaintBrush()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdedxv.hxx304 virtual bool TakeFormatPaintBrush( boost::shared_ptr< SfxItemSet >& rFormatSet );
310 …virtual void ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool bNoPara…
313 …void ApplyFormatPaintBrushToText( SfxItemSet& rFormatSet, SdrTextObj& rTextObj, SdrText* pText, bo…
H A Dselectioncontroller.hxx70 virtual bool TakeFormatPaintBrush( boost::shared_ptr< SfxItemSet >& rFormatSet );
76 …virtual bool ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool bNoPara…
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx2517 bool SvxTableController::ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, b… in ApplyFormatPaintBrush() argument
2533 SfxItemSet aAttr(*rFormatSet.GetPool(), rFormatSet.GetRanges()); in ApplyFormatPaintBrush()
2534 aAttr.Put(rFormatSet, sal_True); in ApplyFormatPaintBrush()
2536 …const bool bFrame = (rFormatSet.GetItemState( SDRATTR_TABLE_BORDER ) == SFX_ITEM_SET) || (rFormatS… in ApplyFormatPaintBrush()
2544 const sal_uInt16* pRanges = rFormatSet.GetRanges(); in ApplyFormatPaintBrush()
2571 …mpView->ApplyFormatPaintBrushToText( rFormatSet, *pTableObj, pText, bNoCharacterFormats, bNoParagr… in ApplyFormatPaintBrush()
2578 ApplyBorderAttr( rFormatSet ); in ApplyFormatPaintBrush()
/trunk/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx71 SVX_DLLPRIVATE virtual bool TakeFormatPaintBrush( boost::shared_ptr< SfxItemSet >& rFormatSet );
72 …SVX_DLLPRIVATE virtual bool ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormat…

Completed in 51 milliseconds