Home
last modified time | relevance | path

Searched refs:SDRATTR_3DOBJ_NORMALS_INVERT (Results 1 – 17 of 17) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/properties/
H A De3dcompoundproperties.cxx125 case SDRATTR_3DOBJ_NORMALS_INVERT: in PostItemChange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/properties/
H A De3dcompoundproperties.cxx127 case SDRATTR_3DOBJ_NORMALS_INVERT: in PostItemChange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/primitive3d/
H A Dsdrattributecreator3d.cxx50 const bool bInvertNormals(rSet.Get(SDRATTR_3DOBJ_NORMALS_INVERT).GetValue()); in createNewSdr3DObjectAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/primitive3d/
H A Dsdrattributecreator3d.cxx52 const bool bInvertNormals(rSet.Get(SDRATTR_3DOBJ_NORMALS_INVERT).GetValue()); in createNewSdr3DObjectAttribute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvx3ditems.hxx81 return SfxBoolItem(SDRATTR_3DOBJ_NORMALS_INVERT, bVal);
H A Dsvddef.hxx345 constexpr TypedWhichId<SfxBoolItem> SDRATTR_3DOBJ_NORMALS_INVERT (SDRATTR_3… variable
H A Dunoshprp.hxx513 …{ u"" UNO_NAME_3D_NORMALS_INVERT ,SDRATTR_3DOBJ_NORMALS_INVERT , cppu::UnoType<…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvx3ditems.hxx80 return SfxBoolItem(SDRATTR_3DOBJ_NORMALS_INVERT, bVal); in makeSvx3DNormalsInvertItem()
H A Dsvddef.hxx331 #define SDRATTR_3DOBJ_NORMALS_INVERT TypedWhichId<SfxBoolItem>(SDRATTR_3DOBJ_FIRST + 8) … macro
H A Dunoshprp.hxx495 …{ OUString(UNO_NAME_3D_NORMALS_INVERT) ,SDRATTR_3DOBJ_NORMALS_INVERT , cppu::Un…
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarAttribute.hxx647 SDRATTR_3DOBJ_NORMALS_INVERT, enumerator
H A DStarAttribute.cxx316 addAttributeBool(StarAttribute::SDRATTR_3DOBJ_NORMALS_INVERT,"obj3d[invertNormal]", false); in initAttributeMap()
H A DStarItemPool.cxx863 …StarAttribute::SDRATTR_3DOBJ_NORMALS_KIND, StarAttribute::SDRATTR_3DOBJ_NORMALS_INVERT, StarAttrib… in init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A Dfloat3d.cxx778 eState = rAttrs.GetItemState(SDRATTR_3DOBJ_NORMALS_INVERT); in Update()
781 bool bValue = rAttrs.Get(SDRATTR_3DOBJ_NORMALS_INVERT).GetValue(); in Update()
1774 rAttrs.InvalidateItem(SDRATTR_3DOBJ_NORMALS_INVERT); in GetAttr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/engine3d/
H A Dfloat3d.cxx779 eState = rAttrs.GetItemState(SDRATTR_3DOBJ_NORMALS_INVERT); in Update()
782 bool bValue = rAttrs.Get(SDRATTR_3DOBJ_NORMALS_INVERT).GetValue(); in Update()
1775 rAttrs.InvalidateItem(SDRATTR_3DOBJ_NORMALS_INVERT); in GetAttr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdattr.cxx270 …rPoolDefaults[ SDRATTR_3DOBJ_NORMALS_INVERT - SDRATTR_START ] = new SfxBoolItem(SDRATTR_3DOBJ_NORM… in SdrItemPool()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdattr.cxx262 …rPoolDefaults[ SDRATTR_3DOBJ_NORMALS_INVERT - SDRATTR_START ] = new SfxBoolItem(SDRATTR_3DOBJ_NORM… in SdrItemPool()