Searched refs:Svx3DCloseBackItem (Results 1 – 8 of 8) sorted by relevance
372 Svx3DCloseBackItem::Svx3DCloseBackItem(sal_Bool bVal) in Svx3DCloseBackItem() function in Svx3DCloseBackItem376 sal_uInt16 Svx3DCloseBackItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const in GetVersion()381 SfxPoolItem* Svx3DCloseBackItem::Create(SvStream& rIn, sal_uInt16 nItemVersion) const in Create()383 SfxBoolItem* pRetval = new Svx3DCloseBackItem(); in Create()
120 GetProperties().SetObjectItemDirect(Svx3DCloseBackItem(rDefault.GetDefaultLatheCloseBack())); in SetDefaultAttributes()
102 GetProperties().SetObjectItemDirect(Svx3DCloseBackItem(rDefault.GetDefaultExtrudeCloseBack())); in SetDefaultAttributes()
366 class SVX_DLLPUBLIC Svx3DCloseBackItem : public SfxBoolItem { class368 Svx3DCloseBackItem(sal_Bool bVal = 1);
86 …{ return ((const Svx3DCloseBackItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_CLOSE_BACK)).GetValue();… in GetCloseBack()
95 …{ return ((const Svx3DCloseBackItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_CLOSE_BACK)).GetValue();… in GetCloseBack()
569 p3DObj->SetMergedItem( Svx3DCloseBackItem( sal_False ) ); in Create3DObject()593 p3DObj->SetMergedItem( Svx3DCloseBackItem( sal_False ) ); in Create3DObject()
254 mppLocalPoolDefaults[ SDRATTR_3DOBJ_CLOSE_BACK - SDRATTR_START ] = new Svx3DCloseBackItem; in SdrItemPool()
Completed in 32 milliseconds