Home
last modified time | relevance | path

Searched refs:bReplaceAll (Results 1 – 20 of 20) sorted by last modified time

/trunk/main/sd/source/ui/inc/
H A DOutlineView.hxx125 virtual sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll = sal_False);
H A Ddrawview.hxx59 virtual sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll = sal_False);
H A DView.hxx88 …virtual sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll = sal_False…
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1616 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 Dsvdpntv.cxx1236 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 Dsvdedtv1.cxx968 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 Dsvdcrtv.cxx924 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()
/trunk/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx88 SVX_DLLPRIVATE void SetAttrToSelectedCells(const SfxItemSet& rAttr, bool bReplaceAll);
91 SVX_DLLPRIVATE virtual bool SetAttributes(const SfxItemSet& rSet, bool bReplaceAll);
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx581 sal_Bool View::SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll) in SetAttributes() argument
583 sal_Bool bOk = FmFormView::SetAttributes(rSet, bReplaceAll); in SetAttributes()
H A Ddrawview.cxx162 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()
/trunk/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx534 sal_Bool bReplaceAll = sal_True; in Paste() local
535 pDrawView->SetAttrToMarked(*m_pItemSet, bReplaceAll); in Paste()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx2314 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()
/trunk/main/svx/source/engine3d/
H A Dview3d1.cxx178 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()
/trunk/main/svx/inc/svx/
H A Dsvdview.hxx236 …utes(const SfxItemSet& rSet, sal_Bool bReplaceAll=sal_False) { return SdrCreateView::SetAttributes… in SetAttributes() argument
H A Dsvdpntv.hxx477 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 Dsvdedtv.hxx329 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 Dsvdedxv.hxx265 sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll);
H A Dselectioncontroller.hxx61 virtual bool SetAttributes(const SfxItemSet& rSet, bool bReplaceAll);
H A Dsvdcrtv.hxx199 sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll);
/trunk/main/sc/source/ui/view/
H A Dgridwin3.cxx101 sal_Bool bReplaceAll = sal_True; in DrawMouseButtonUp() local
102 pDrView->SetAttrToMarked(*pDrawBrush, bReplaceAll); in DrawMouseButtonUp()

Completed in 93 milliseconds