Searched refs:sExtrusion (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/svx/source/toolbars/ |
| H A D | extrusionbar.cxx | 148 static const rtl::OUString sExtrusion( RTL_CONSTASCII_USTRINGPARAM ( "Extrusion" ) ); in impl_execute() local 161 … com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in impl_execute() 173 aPropValue.Name = sExtrusion; in impl_execute() 175 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute() 194 … com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sRotateAngle ); in impl_execute() 209 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute() 274 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute() 284 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute() 293 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute() 306 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute() [all …]
|
| /AOO41X/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 …]
|
| /AOO41X/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()
|