/aoo4110/main/svx/source/sdr/properties/ |
H A D | defaultproperties.cxx | 105 ItemChange(nWhichID, &rItem); in SetObjectItem() 120 ItemChange(nWhichID, &rItem); in SetObjectItemDirect() 128 ItemChange(nWhich); in ClearObjectItem() 143 ItemChange(nWhich); in ClearObjectItemDirect() 166 ItemChange(nWhich, pPoolItem); in SetObjectItemSet() 199 void DefaultProperties::ItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewItem*/) in ItemChange() function in sdr::properties::DefaultProperties
|
H A D | customshapeproperties.cxx | 171 void CustomShapeProperties::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) in ItemChange() function in sdr::properties::CustomShapeProperties 174 TextProperties::ItemChange( nWhich, pNewItem ); in ItemChange()
|
H A D | textproperties.cxx | 156 void TextProperties::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) in ItemChange() function in sdr::properties::TextProperties 204 AttributeProperties::ItemChange( nWhich, pNewItem ); in ItemChange()
|
H A D | pageproperties.cxx | 77 void PageProperties::ItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewItem*/) in ItemChange() function in sdr::properties::PageProperties
|
H A D | emptyproperties.cxx | 125 void EmptyProperties::ItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewItem*/) in ItemChange() function in sdr::properties::EmptyProperties
|
H A D | groupproperties.cxx | 199 void GroupProperties::ItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewItem*/) in ItemChange() function in sdr::properties::GroupProperties
|
H A D | attributeproperties.cxx | 170 void AttributeProperties::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) in ItemChange() function in sdr::properties::AttributeProperties
|
/aoo4110/main/svx/inc/svx/sdr/properties/ |
H A D | pageproperties.hxx | 42 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
|
H A D | textproperties.hxx | 47 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
|
H A D | customshapeproperties.hxx | 51 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem);
|
H A D | attributeproperties.hxx | 53 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
|
H A D | emptyproperties.hxx | 49 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
|
H A D | defaultproperties.hxx | 49 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
|
H A D | groupproperties.hxx | 45 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
|
H A D | properties.hxx | 77 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) = 0;
|
/aoo4110/main/svx/source/table/ |
H A D | cell.cxx | 135 void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem); 254 void CellProperties::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) in ItemChange() function in sdr::properties::CellProperties 276 AttributeProperties::ItemChange( nWhich, pNewItem ); in ItemChange()
|
H A D | svdotable.cxx | 113 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem); 135 void TableProperties::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) in ItemChange() function in sdr::table::TableProperties 138 AttributeProperties::ItemChange( nWhich, pNewItem ); in ItemChange() 140 TextProperties::ItemChange( nWhich, pNewItem ); in ItemChange()
|