/aoo41x/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 1616 bRet=mxSelectionController->SetAttributes(*pSet,bReplaceAll ); in SetAttributes() 1620 bRet=SdrGlueEditView::SetAttributes(*pSet,bReplaceAll); in SetAttributes() 1652 sal_Bool bNoEEItems=!SearchOutlinerItems(*pSet,bReplaceAll,&bOnlyEEItems); in SetAttributes() 1658 bRet=mxSelectionController->SetAttributes(*pSet,bReplaceAll ); in SetAttributes() 1683 mxTextEditObj->SetMergedItemSetAndBroadcast(*pSet, bReplaceAll); in SetAttributes() 1709 bRet=mxSelectionController->SetAttributes(aSet,bReplaceAll ); in SetAttributes() 1723 mxTextEditObj->SetMergedItemSetAndBroadcast(aSet, bReplaceAll); in SetAttributes() 1727 SetNotPersistAttrToMarked(aSet,bReplaceAll); in SetAttributes() 1736 if (bReplaceAll) { in SetAttributes() 2253 const sal_Bool bReplaceAll = sal_False; in ApplyFormatPaintBrush() local [all …]
|
H A D | svdpntv.cxx | 1236 void SdrPaintView::SetDefaultAttr(const SfxItemSet& rAttr, sal_Bool bReplaceAll) in SetDefaultAttr() argument 1259 if (bReplaceAll) aDefaultAttr.Set(rAttr); in SetDefaultAttr() 1261 SetNotPersistDefaultAttr(rAttr,bReplaceAll); in SetDefaultAttr() 1307 sal_Bool SdrPaintView::SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll) in SetAttributes() argument 1309 SetDefaultAttr(rSet,bReplaceAll); in SetAttributes()
|
H A D | svdedtv1.cxx | 968 void SdrEditView::SetAttrToMarked(const SfxItemSet& rAttr, sal_Bool bReplaceAll) in SetAttrToMarked() argument 1014 sal_Bool bHasEEItems=SearchOutlinerItems(rAttr,bReplaceAll); in SetAttrToMarked() 1119 pObj->SetMergedItemSetAndBroadcast(aAttr, bReplaceAll); in SetAttrToMarked() 1192 SetNotPersistAttrToMarked(rAttr,bReplaceAll); in SetAttrToMarked() 1263 sal_Bool SdrEditView::SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll) in SetAttributes() argument 1266 SetAttrToMarked(rSet,bReplaceAll); in SetAttributes() 1269 return SdrMarkView::SetAttributes(rSet,bReplaceAll); in SetAttributes()
|
H A D | svdcrtv.cxx | 924 sal_Bool SdrCreateView::SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll) in SetAttributes() argument 928 pAktCreate->SetMergedItemSetAndBroadcast(rSet, bReplaceAll); in SetAttributes() 934 return SdrDragView::SetAttributes(rSet,bReplaceAll); in SetAttributes()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | view3d1.cxx | 178 void E3dView::Set3DAttributes( const SfxItemSet& rAttr, E3dScene* pInScene, sal_Bool bReplaceAll) in Set3DAttributes() argument 185 pInScene->SetMergedItemSetAndBroadcast(rAttr, bReplaceAll); in Set3DAttributes() 193 SetAttrToMarked(rAttr, bReplaceAll); in Set3DAttributes()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drawview.cxx | 162 sal_Bool bReplaceAll) in SetAttributes() argument 281 bOk = ::sd::View::SetAttributes(rSet, bReplaceAll); in SetAttributes() 381 bOk = ::sd::View::SetAttributes(rSet, bReplaceAll); in SetAttributes() 386 bOk = ::sd::View::SetAttributes(rSet, bReplaceAll); in SetAttributes()
|
H A D | sdview.cxx | 581 sal_Bool View::SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll) in SetAttributes() argument 583 sal_Bool bOk = FmFormView::SetAttributes(rSet, bReplaceAll); in SetAttributes()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdedtv.hxx | 329 void SetNotPersistAttrToMarked(const SfxItemSet& rAttr, sal_Bool bReplaceAll); 333 void SetAttrToMarked(const SfxItemSet& rAttr, sal_Bool bReplaceAll); 353 sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll);
|
H A D | svdpntv.hxx | 477 void SetDefaultAttr(const SfxItemSet& rAttr, sal_Bool bReplaceAll); 482 void SetNotPersistDefaultAttr(const SfxItemSet& rAttr, sal_Bool bReplaceAll); 520 sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll);
|
H A D | svdview.hxx | 236 …utes(const SfxItemSet& rSet, sal_Bool bReplaceAll=sal_False) { return SdrCreateView::SetAttributes… in SetAttributes() argument
|
H A D | selectioncontroller.hxx | 61 virtual bool SetAttributes(const SfxItemSet& rSet, bool bReplaceAll);
|
H A D | svdcrtv.hxx | 199 sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll);
|
H A D | svdedxv.hxx | 265 sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll);
|
/aoo41x/main/svx/inc/svx/sdr/table/ |
H A D | tablecontroller.hxx | 88 SVX_DLLPRIVATE void SetAttrToSelectedCells(const SfxItemSet& rAttr, bool bReplaceAll); 91 SVX_DLLPRIVATE virtual bool SetAttributes(const SfxItemSet& rSet, bool bReplaceAll);
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin3.cxx | 101 sal_Bool bReplaceAll = sal_True; in DrawMouseButtonUp() local 102 pDrView->SetAttrToMarked(*pDrawBrush, bReplaceAll); in DrawMouseButtonUp()
|
/aoo41x/main/svx/source/table/ |
H A D | tablecontroller.cxx | 2314 void SvxTableController::SetAttrToSelectedCells(const SfxItemSet& rAttr, bool bReplaceAll) in SetAttrToSelectedCells() argument 2346 xCell->SetMergedItemSetAndBroadcast(aAttr, bReplaceAll); in SetAttrToSelectedCells() 2396 bool SvxTableController::SetAttributes(const SfxItemSet& rSet, bool bReplaceAll) in SetAttributes() argument 2400 SetAttrToSelectedCells( rSet, bReplaceAll ); in SetAttributes() 2557 const bool bReplaceAll = false; in ApplyFormatPaintBrush() local 2568 xCell->SetMergedItemSetAndBroadcast(aAttr, bReplaceAll); in ApplyFormatPaintBrush()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | formatclipboard.cxx | 534 sal_Bool bReplaceAll = sal_True; in Paste() local 535 pDrawView->SetAttrToMarked(*m_pItemSet, bReplaceAll); in Paste()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | drawview.hxx | 59 virtual sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll = sal_False);
|
H A D | OutlineView.hxx | 125 virtual sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll = sal_False);
|
H A D | View.hxx | 88 …virtual sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll = sal_False…
|