Home
last modified time | relevance | path

Searched refs:Svx3DTextureKindItem (Results 1 – 11 of 11) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/engine3d/
H A Dsvx3ditems.cxx58 Svx3DTextureKindItem::Svx3DTextureKindItem(sal_uInt16 nVal) in Svx3DTextureKindItem() function in Svx3DTextureKindItem
192 bool Svx3DTextureKindItem::QueryValue(uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
198 bool Svx3DTextureKindItem::PutValue(const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()
207 Svx3DTextureKindItem* Svx3DTextureKindItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
209 return new Svx3DTextureKindItem(*this); in Clone()
H A Dfloat3d.cxx2053 rAttrs.Put(Svx3DTextureKindItem(nValue)); in GetAttr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A Dsvx3ditems.cxx55 Svx3DTextureKindItem::Svx3DTextureKindItem(sal_uInt16 nVal) in Svx3DTextureKindItem() function in Svx3DTextureKindItem
185 bool Svx3DTextureKindItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
191 bool Svx3DTextureKindItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()
200 SfxPoolItem* Svx3DTextureKindItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
202 return new Svx3DTextureKindItem(*this); in Clone()
H A Dfloat3d.cxx2052 rAttrs.Put(Svx3DTextureKindItem(nValue)); in GetAttr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvx3ditems.hxx120 class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) Svx3DTextureKindItem final : public SfxUInt16Item {
122 Svx3DTextureKindItem(sal_uInt16 nVal = 3);
127 SVX_DLLPRIVATE virtual Svx3DTextureKindItem* Clone(SfxItemPool* pPool = nullptr) const override;
H A Dsvddef.hxx175 class Svx3DTextureKindItem;
353 constexpr TypedWhichId<Svx3DTextureKindItem> SDRATTR_3DOBJ_TEXTURE_KIND (SDRATTR_3…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvx3ditems.hxx119 class SVX_DLLPUBLIC Svx3DTextureKindItem final : public SfxUInt16Item { class
121 Svx3DTextureKindItem(sal_uInt16 nVal = 3);
H A Dsvddef.hxx339 #define SDRATTR_3DOBJ_TEXTURE_KIND TypedWhichId<Svx3DTextureKindItem>(SDRATTR_3DOBJ_FI…
/dports/editors/libreoffice/libreoffice-7.2.6.2/bin/
H A Dfind-mergedlib-can-be-private.classes.results173 Svx3DTextureKindItem
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdattr.cxx278 rPoolDefaults[ SDRATTR_3DOBJ_TEXTURE_KIND - SDRATTR_START ] = new Svx3DTextureKindItem; in SdrItemPool()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdattr.cxx270 rPoolDefaults[ SDRATTR_3DOBJ_TEXTURE_KIND - SDRATTR_START ] = new Svx3DTextureKindItem; in SdrItemPool()