/aoo41x/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 1562 sal_Bool SdrObjEditView::GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr) const in GetAttributes() argument 1565 if( mxSelectionController->GetAttributes( rTargetSet, bOnlyHardAttr ) ) in GetAttributes() 1575 rTargetSet.Put(mxTextEditObj->GetStyleSheet()->GetItemSet()); in GetAttributes() 1578 rTargetSet.Put( mxTextEditObj->GetMergedItemSet() ); in GetAttributes() 1581 …rTargetSet.Put( SvxScriptTypeItem( mxTextEditObj->GetOutlinerParaObject()->GetTextObject().GetScri… in GetAttributes() 1586 rTargetSet.Put(pTextEditOutlinerView->GetAttribs(), sal_False); in GetAttributes() 1587 rTargetSet.Put( SvxScriptTypeItem( pTextEditOutlinerView->GetSelectedScriptType() ), sal_False ); in GetAttributes() 1592 MergeNotPersistAttrFromMarked(rTargetSet, bOnlyHardAttr); in GetAttributes() 1599 return SdrGlueEditView::GetAttributes(rTargetSet, bOnlyHardAttr); in GetAttributes() 2161 …s, SfxItemPool& rPool, const SfxItemSet& rSourceSet, const SfxItemSet& rTargetSet, bool bNoCharact… in CreatePaintSet() argument [all …]
|
H A D | svdpntv.cxx | 1291 sal_Bool SdrPaintView::GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr) const in GetAttributes() argument 1295 rTargetSet.Put(aDefaultAttr, sal_False); in GetAttributes() 1300 rTargetSet.Put(pDefaultStyleSheet->GetItemSet(), sal_False); in GetAttributes() 1301 rTargetSet.Put(aDefaultAttr, sal_False); in GetAttributes() 1303 MergeNotPersistDefaultAttr(rTargetSet, bOnlyHardAttr); in GetAttributes()
|
H A D | svdcrtv.cxx | 911 sal_Bool SdrCreateView::GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr) const in GetAttributes() argument 915 rTargetSet.Put(pAktCreate->GetMergedItemSet()); in GetAttributes() 920 return SdrDragView::GetAttributes(rTargetSet, bOnlyHardAttr); in GetAttributes()
|
H A D | svdedtv1.cxx | 1250 sal_Bool SdrEditView::GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr) const in GetAttributes() argument 1254 rTargetSet.Put(GetAttrFromMarked(bOnlyHardAttr), sal_False); in GetAttributes() 1259 return SdrMarkView::GetAttributes(rTargetSet, bOnlyHardAttr); in GetAttributes()
|
H A D | svdview.cxx | 291 sal_Bool SdrView::GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr) const in GetAttributes() argument 293 return SdrCreateView::GetAttributes(rTargetSet, bOnlyHardAttr); in GetAttributes()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | svxcss1.cxx | 1012 SfxItemSet& rTargetSet, in MergeStyles() argument 1018 rTargetSet.Put( rSrcSet ); in MergeStyles() 1022 SvxLRSpaceItem aLRSpace( (const SvxLRSpaceItem&)rTargetSet.Get(aItemIds.nLRSpace) ); in MergeStyles() 1023 SvxULSpaceItem aULSpace( (const SvxULSpaceItem&)rTargetSet.Get(aItemIds.nULSpace) ); in MergeStyles() 1024 SvxBoxItem aBox( (const SvxBoxItem&)rTargetSet.Get(aItemIds.nBox) ); in MergeStyles() 1026 rTargetSet.Put( rSrcSet ); in MergeStyles() 1041 rTargetSet.Put( aLRSpace ); in MergeStyles() 1054 rTargetSet.Put( aULSpace ); in MergeStyles()
|
H A D | svxcss1.hxx | 355 SfxItemSet& rTargetSet,
|
/aoo41x/main/svl/source/items/ |
H A D | style.cxx | 577 SfxItemSet& rTargetSet = rTarget.GetItemSet(); in Replace() local 578 rTargetSet.Intersect( rSourceSet ); in Replace() 579 rTargetSet.Put( rSourceSet ); in Replace()
|
/aoo41x/main/svx/source/table/ |
H A D | tablecontroller.cxx | 2366 bool SvxTableController::GetAttributes(SfxItemSet& rTargetSet, bool bOnlyHardAttr) const in GetAttributes() argument 2370 MergeAttrFromSelectedCells( rTargetSet, bOnlyHardAttr ); in GetAttributes() 2375 …rTargetSet.Put( SvxScriptTypeItem( mxTableObj->GetOutlinerParaObject()->GetTextObject().GetScriptT… in GetAttributes() 2381 rTargetSet.Put(pTextEditOutlinerView->GetAttribs(), sal_False); in GetAttributes() 2382 … rTargetSet.Put( SvxScriptTypeItem( pTextEditOutlinerView->GetSelectedScriptType() ), sal_False ); in GetAttributes()
|
/aoo41x/main/svx/inc/svx/ |
H A D | selectioncontroller.hxx | 60 virtual bool GetAttributes(SfxItemSet& rTargetSet, bool bOnlyHardAttr) const;
|
H A D | svdcrtv.hxx | 197 sal_Bool GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr=sal_False) const;
|
H A D | svdview.hxx | 240 sal_Bool GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr=sal_False) const;
|
H A D | svdedxv.hxx | 263 sal_Bool GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr=sal_False) const;
|
H A D | svdedtv.hxx | 351 sal_Bool GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr) const;
|
H A D | svdpntv.hxx | 518 sal_Bool GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr=sal_False) const;
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | OutlineView.hxx | 124 virtual sal_Bool GetAttributes( SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr=sal_False ) const;
|
H A D | View.hxx | 87 …virtual sal_Bool GetAttributes( SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr=sal_False …
|
/aoo41x/main/svx/inc/svx/sdr/table/ |
H A D | tablecontroller.hxx | 90 SVX_DLLPRIVATE virtual bool GetAttributes(SfxItemSet& rTargetSet, bool bOnlyHardAttr) const;
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview.cxx | 594 sal_Bool View::GetAttributes( SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr ) const in GetAttributes() argument 596 return( FmFormView::GetAttributes( rTargetSet, bOnlyHardAttr ) ); in GetAttributes()
|
H A D | outlview.cxx | 1282 sal_Bool OutlineView::GetAttributes( SfxItemSet& rTargetSet, sal_Bool ) const in GetAttributes() argument 1288 rTargetSet.Put( pOlView->GetAttribs(), sal_False ); in GetAttributes()
|