Searched refs:AllowItemChange (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/svx/source/sdr/properties/ |
H A D | defaultproperties.cxx | 103 if(AllowItemChange(nWhichID, &rItem)) in SetObjectItem() 118 if(AllowItemChange(nWhichID, &rItem)) in SetObjectItemDirect() 126 if(AllowItemChange(nWhich)) in ClearObjectItem() 141 if(AllowItemChange(nWhich)) in ClearObjectItemDirect() 163 if(AllowItemChange(nWhich, pPoolItem)) in SetObjectItemSet() 194 …sal_Bool DefaultProperties::AllowItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNew… in AllowItemChange() function in sdr::properties::DefaultProperties
|
H A D | customshapeproperties.cxx | 95 …sal_Bool CustomShapeProperties::AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewIt… in AllowItemChange() function in sdr::properties::CustomShapeProperties 104 bAllowItemChange = TextProperties::AllowItemChange( nWhich, pNewItem ); in AllowItemChange()
|
H A D | emptyproperties.cxx | 119 …sal_Bool EmptyProperties::AllowItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewIt… in AllowItemChange() function in sdr::properties::EmptyProperties
|
H A D | groupproperties.cxx | 193 …sal_Bool GroupProperties::AllowItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewIt… in AllowItemChange() function in sdr::properties::GroupProperties
|
/aoo42x/main/svx/inc/svx/sdr/properties/ |
H A D | customshapeproperties.hxx | 45 virtual sal_Bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const;
|
H A D | emptyproperties.hxx | 46 virtual sal_Bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const;
|
H A D | defaultproperties.hxx | 46 virtual sal_Bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const;
|
H A D | groupproperties.hxx | 42 virtual sal_Bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const;
|
H A D | properties.hxx | 73 …virtual sal_Bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const =…
|
Completed in 31 milliseconds