Searched refs:GetObjectItemPool (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/svx/source/sdr/properties/ |
H A D | defaultproperties.cxx | 90 … = &(((DefaultProperties*)this)->CreateObjectSpecificItemSet(*GetSdrObject().GetObjectItemPool())); in GetObjectItemSet() 108 SfxItemSet aSet(*GetSdrObject().GetObjectItemPool(), nWhichID, nWhichID); in SetObjectItem() 133 SfxItemSet aSet(*GetSdrObject().GetObjectItemPool(), nWhich, nWhich, 0, 0); in ClearObjectItem() 154 SfxItemSet aSet(*GetSdrObject().GetObjectItemPool(), SDRATTR_START, EE_ITEMS_END, 0, 0); in SetObjectItemSet()
|
H A D | pageproperties.cxx | 69 …Set = &(((PageProperties*)this)->CreateObjectSpecificItemSet(*GetSdrObject().GetObjectItemPool())); in GetObjectItemSet()
|
H A D | emptyproperties.cxx | 80 …et = &(((EmptyProperties*)this)->CreateObjectSpecificItemSet(*GetSdrObject().GetObjectItemPool())); in GetObjectItemSet()
|
H A D | customshapeproperties.cxx | 119 SfxItemSet aSet((SfxItemPool&)(*GetSdrObject().GetObjectItemPool())); in ClearObjectItem()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoattr.cxx | 121 if(pNewModel && GetObjectItemPool() && GetObjectItemPool() != &pNewModel->GetItemPool()) in SetModel() 123 MigrateItemPool(GetObjectItemPool(), &pNewModel->GetItemPool(), pNewModel); in SetModel()
|
H A D | svdogrp.cxx | 225 if(pNewModel && GetObjectItemPool() && GetObjectItemPool() != &pNewModel->GetItemPool()) in SetModel() 227 MigrateItemPool(GetObjectItemPool(), &pNewModel->GetItemPool(), pNewModel); in SetModel()
|
H A D | svdobj.cxx | 576 SdrItemPool* SdrObject::GetObjectItemPool() const in GetObjectItemPool() function in SdrObject 1181 SfxItemSet aNewSet(*GetObjectItemPool()); in TakeContour() 2036 SdrItemPool* pPool = GetObjectItemPool(); in GetObjectMapUnit()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | morphdlg.cxx | 82 SfxItemPool* pPool = (SfxItemPool*) pObj1->GetObjectItemPool(); in MorphDlg()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 340 SfxItemPool* pPool = pObj1->GetObjectItemPool(); in ImpInsertPolygons()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdobj.hxx | 561 SdrItemPool* GetObjectItemPool() const;
|
Completed in 140 milliseconds