Home
last modified time | relevance | path

Searched refs:Svx3DNormalsKindItem (Results 1 – 13 of 13) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/engine3d/
H A Dsvx3ditems.cxx43 Svx3DNormalsKindItem::Svx3DNormalsKindItem(sal_uInt16 nVal) in Svx3DNormalsKindItem() function in Svx3DNormalsKindItem
129 bool Svx3DNormalsKindItem::QueryValue(uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
135 bool Svx3DNormalsKindItem::PutValue(const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()
144 Svx3DNormalsKindItem* Svx3DNormalsKindItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
146 return new Svx3DNormalsKindItem(*this); in Clone()
H A Dfloat3d.cxx1763 rAttrs.Put(Svx3DNormalsKindItem(nValue)); in GetAttr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A Dsvx3ditems.cxx43 Svx3DNormalsKindItem::Svx3DNormalsKindItem(sal_uInt16 nVal) in Svx3DNormalsKindItem() function in Svx3DNormalsKindItem
122 bool Svx3DNormalsKindItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
128 bool Svx3DNormalsKindItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()
137 SfxPoolItem* Svx3DNormalsKindItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
139 return new Svx3DNormalsKindItem(*this); in Clone()
H A Dfloat3d.cxx1762 rAttrs.Put(Svx3DNormalsKindItem(nValue)); in GetAttr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvx3ditems.hxx70 class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) Svx3DNormalsKindItem : public SfxUInt16Item {
72 Svx3DNormalsKindItem(sal_uInt16 nVal = 0);
77 SVX_DLLPRIVATE virtual Svx3DNormalsKindItem* Clone(SfxItemPool* pPool = nullptr) const override;
H A Dsvddef.hxx149 class Svx3DNormalsKindItem;
344 constexpr TypedWhichId<Svx3DNormalsKindItem> SDRATTR_3DOBJ_NORMALS_KIND (SDRATTR_3…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvx3ditems.hxx69 class SVX_DLLPUBLIC Svx3DNormalsKindItem : public SfxUInt16Item { class
71 Svx3DNormalsKindItem(sal_uInt16 nVal = 0);
H A Dsvddef.hxx148 class Svx3DNormalsKindItem;
330 #define SDRATTR_3DOBJ_NORMALS_KIND TypedWhichId<Svx3DNormalsKindItem>(SDRATTR_3DOBJ_FI…
/dports/editors/libreoffice/libreoffice-7.2.6.2/bin/
H A Dfind-mergedlib-can-be-private.classes.results170 Svx3DNormalsKindItem
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx339 aSet.Put( Svx3DNormalsKindItem( 1 ) ); in Create3DObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx333 aSet.Put( Svx3DNormalsKindItem( 1 ) ); in Create3DObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdattr.cxx269 rPoolDefaults[ SDRATTR_3DOBJ_NORMALS_KIND - SDRATTR_START ] = new Svx3DNormalsKindItem; in SdrItemPool()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdattr.cxx261 rPoolDefaults[ SDRATTR_3DOBJ_NORMALS_KIND - SDRATTR_START ] = new Svx3DNormalsKindItem; in SdrItemPool()