Searched refs:bClearAllItems (Results 1 – 12 of 12) sorted by relevance
/trunk/main/svx/source/sdr/properties/ |
H A D | properties.cxx | 59 void BaseProperties::SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSet() argument 62 if(bClearAllItems) in SetMergedItemSet() 122 void BaseProperties::SetMergedItemSetAndBroadcast(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSetAndBroadcast() argument 126 if(bClearAllItems) in SetMergedItemSetAndBroadcast()
|
H A D | e3dcompoundproperties.cxx | 83 void E3dCompoundProperties::SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSet() argument 98 if(bClearAllItems) in SetMergedItemSet() 110 E3dProperties::SetMergedItemSet(rSet, bClearAllItems); in SetMergedItemSet()
|
H A D | e3dsceneproperties.cxx | 120 void E3dSceneProperties::SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSet() argument 147 pObj->SetMergedItemSet(*pNewSet, bClearAllItems); in SetMergedItemSet() 156 E3dProperties::SetMergedItemSet(rSet, bClearAllItems); in SetMergedItemSet()
|
H A D | groupproperties.cxx | 119 void GroupProperties::SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSet() argument 132 pObj->SetMergedItemSet(rSet, bClearAllItems); in SetMergedItemSet()
|
/trunk/main/svx/inc/svx/sdr/properties/ |
H A D | properties.hxx | 117 virtual void SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems = sal_False); 171 void SetMergedItemSetAndBroadcast(const SfxItemSet& rSet, sal_Bool bClearAllItems = sal_False);
|
H A D | e3dcompoundproperties.hxx | 66 virtual void SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems = sal_False);
|
H A D | e3dsceneproperties.hxx | 65 virtual void SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems = sal_False);
|
H A D | groupproperties.hxx | 77 virtual void SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems = sal_False);
|
/trunk/main/svx/inc/svx/ |
H A D | svdobj.hxx | 840 void SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems = sal_False); 856 void SetMergedItemSetAndBroadcast(const SfxItemSet& rSet, sal_Bool bClearAllItems = sal_False);
|
/trunk/main/svx/source/svdraw/ |
H A D | svdobj.cxx | 2023 void SdrObject::SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSet() argument 2025 GetProperties().SetMergedItemSet(rSet, bClearAllItems); in SetMergedItemSet() 2055 void SdrObject::SetMergedItemSetAndBroadcast(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSetAndBroadcast() argument 2057 GetProperties().SetMergedItemSetAndBroadcast(rSet, bClearAllItems); in SetMergedItemSetAndBroadcast()
|
/trunk/main/svx/source/table/ |
H A D | cell.cxx | 625 void Cell::SetMergedItemSetAndBroadcast(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSetAndBroadcast() argument 629 mpProperties->SetMergedItemSetAndBroadcast(rSet, bClearAllItems); in SetMergedItemSetAndBroadcast()
|
H A D | cell.hxx | 88 … SVX_DLLPRIVATE void SetMergedItemSetAndBroadcast(const SfxItemSet& rSet, sal_Bool bClearAllItems);
|
Completed in 49 milliseconds