Searched refs:Svx3DDepthItem (Results 1 – 6 of 6) sorted by relevance
47 class Svx3DDepthItem : public SfxUInt32Item { class49 SVX_DLLPUBLIC Svx3DDepthItem(sal_uInt32 nVal = 1000);
66 { return ((const Svx3DDepthItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_DEPTH)).GetValue(); } in GetExtrudeDepth()
49 Svx3DDepthItem::Svx3DDepthItem(sal_uInt32 nVal) in Svx3DDepthItem() function in Svx3DDepthItem
85 GetProperties().SetObjectItemDirect(Svx3DDepthItem((sal_uInt32)(fDepth + 0.5))); in E3dExtrudeObj()
765 sal_uInt32 nValue = ((const Svx3DDepthItem&)rAttrs.Get(SDRATTR_3DOBJ_DEPTH)).GetValue(); in Update()1861 rAttrs.Put(Svx3DDepthItem(nValue)); in GetAttr()
233 mppLocalPoolDefaults[ SDRATTR_3DOBJ_DEPTH - SDRATTR_START ] = new Svx3DDepthItem; in SdrItemPool()
Completed in 85 milliseconds