Searched refs:sExtrusion (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/svx/source/toolbars/ |
H A D | extrusionbar.cxx | 161 com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in impl_execute() 173 aPropValue.Name = sExtrusion; in impl_execute() 209 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute() 678 Any* pAny_ = aGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in getExtrusionDirectionState() 825 Any* pAny_ = aGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in getExtrusionProjectionState() 885 Any* pAny_ = aGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in getExtrusionSurfaceState() 971 Any* pAny_ = aGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in getExtrusionDepthState() 1057 Any* pAny_ = aGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in getExtrusionLightingDirectionState() 1132 Any* pAny_ = aGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in getExtrusionLightingIntensityState() 1202 Any* pAny_ = aGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in getExtrusionColorState() [all …]
|
/aoo4110/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape3d.cxx | 70 const rtl::OUString sExtrusion( RTL_CONSTASCII_USTRINGPARAM ( "Extrusion" ) ); variable 76 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sOrigin ); in GetOrigin() 88 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sRotateAngle ); in GetRotateAngle() 102 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sSkew ); in GetSkew() 116 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sDepth ); in GetExtrusionDepth() 138 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, rPropertyName ); in GetDouble() 150 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sShadeMode ); in GetShadeMode() 159 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, rPropertyName ); in GetInt32() 168 const Any* pAny = rItem.GetPropertyValueByName( sExtrusion, rPropertyName ); in GetBool() 177 const Any* pAny = rItem.GetPropertyValueByName( sExtrusion, rPropertyName ); in GetPoint() [all …]
|
/aoo4110/main/filter/source/msfilter/ |
H A D | escherex.cxx | 2703 const rtl::OUString sExtrusion ( RTL_CONSTASCII_USTRINGPARAM( "Extrusion" ) ); in CreateCustomShapeProperties() local 2758 else if ( rProp.Name.equals( sExtrusion ) ) in CreateCustomShapeProperties() 2799 if ( rrProp.Name.equals( sExtrusion ) ) in CreateCustomShapeProperties()
|
H A D | msdffimp.cxx | 1974 const rtl::OUString sExtrusion( RTL_CONSTASCII_USTRINGPARAM ( "Extrusion" ) ); in ApplyCustomShapeGeometryAttributes() local 1981 aProp.Name = sExtrusion; in ApplyCustomShapeGeometryAttributes()
|
Completed in 82 milliseconds