Searched refs:Svx3DPerspectiveItem (Results 1 – 7 of 7) sorted by relevance
145 Svx3DPerspectiveItem::Svx3DPerspectiveItem(sal_uInt16 nVal) in Svx3DPerspectiveItem() function in Svx3DPerspectiveItem502 sal_Bool Svx3DPerspectiveItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()508 sal_Bool Svx3DPerspectiveItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()517 SfxPoolItem* Svx3DPerspectiveItem::Clone(SfxItemPool* /*pPool*/) const in Clone()519 return new Svx3DPerspectiveItem(*this); in Clone()
1715 …ProjectionType ePT = (ProjectionType)((const Svx3DPerspectiveItem&)rAttrs.Get(SDRATTR_3DSCENE_PERS… in Update()1822 rAttrs.Put(Svx3DPerspectiveItem(nValue)); in GetAttr()
167 class SVX_DLLPUBLIC Svx3DPerspectiveItem : public SfxUInt16Item { class169 Svx3DPerspectiveItem(sal_uInt16 nVal = (sal_uInt16)PR_PERSPECTIVE);
116 …{ return (ProjectionType)((const Svx3DPerspectiveItem&)GetObjectItemSet().Get(SDRATTR_3DSCENE_PERS… in GetPerspective()
318 mpItemSet->Put(Svx3DPerspectiveItem((sal_uInt16)aSceneCam.GetProjection())); in SetSceneItemsFromCamera()
874 …const sal_uInt16 nProjectionValue(((const Svx3DPerspectiveItem&)rSet.Get(SDRATTR_3DSCENE_PERSPECTI… in createNewSdrSceneAttribute()
256 mppLocalPoolDefaults[ SDRATTR_3DSCENE_PERSPECTIVE - SDRATTR_START ] = new Svx3DPerspectiveItem; in SdrItemPool()
Completed in 97 milliseconds