Searched refs:Svx3DCloseFrontItem (Results 1 – 8 of 8) sorted by relevance
347 Svx3DCloseFrontItem::Svx3DCloseFrontItem(sal_Bool bVal) in Svx3DCloseFrontItem() function in Svx3DCloseFrontItem351 sal_uInt16 Svx3DCloseFrontItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const in GetVersion()356 SfxPoolItem* Svx3DCloseFrontItem::Create(SvStream& rIn, sal_uInt16 nItemVersion) const in Create()358 SfxBoolItem* pRetval = new Svx3DCloseFrontItem(); in Create()
119 GetProperties().SetObjectItemDirect(Svx3DCloseFrontItem(rDefault.GetDefaultLatheCloseFront())); in SetDefaultAttributes()
101 GetProperties().SetObjectItemDirect(Svx3DCloseFrontItem(rDefault.GetDefaultExtrudeCloseFront())); in SetDefaultAttributes()
358 class SVX_DLLPUBLIC Svx3DCloseFrontItem : public SfxBoolItem { class360 Svx3DCloseFrontItem(sal_Bool bVal = 1);
82 …{ return ((const Svx3DCloseFrontItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_CLOSE_FRONT)).GetValue(… in GetCloseFront()
91 …{ return ((const Svx3DCloseFrontItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_CLOSE_FRONT)).GetValue(… in GetCloseFront()
568 p3DObj->SetMergedItem( Svx3DCloseFrontItem( sal_False ) ); in Create3DObject()592 p3DObj->SetMergedItem( Svx3DCloseFrontItem( sal_False ) ); in Create3DObject()
253 mppLocalPoolDefaults[ SDRATTR_3DOBJ_CLOSE_FRONT - SDRATTR_START ] = new Svx3DCloseFrontItem; in SdrItemPool()
Completed in 186 milliseconds