Searched refs:rFormatSet (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 2135 bool SdrObjEditView::TakeFormatPaintBrush( boost::shared_ptr< SfxItemSet >& rFormatSet ) in TakeFormatPaintBrush() argument 2137 if( mxSelectionController.is() && mxSelectionController->TakeFormatPaintBrush(rFormatSet) ) in TakeFormatPaintBrush() 2145 …rFormatSet.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 …]
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdedxv.hxx | 304 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 D | selectioncontroller.hxx | 70 virtual bool TakeFormatPaintBrush( boost::shared_ptr< SfxItemSet >& rFormatSet ); 76 …virtual bool ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool bNoPara…
|
/aoo4110/main/svx/source/table/ |
H A D | tablecontroller.cxx | 2517 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()
|
/aoo4110/main/svx/inc/svx/sdr/table/ |
H A D | tablecontroller.hxx | 71 SVX_DLLPRIVATE virtual bool TakeFormatPaintBrush( boost::shared_ptr< SfxItemSet >& rFormatSet ); 72 …SVX_DLLPRIVATE virtual bool ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormat…
|
Completed in 62 milliseconds