Home
last modified time | relevance | path

Searched refs:sExtrusion (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx140 static const rtl::OUString sExtrusion( RTL_CONSTASCII_USTRINGPARAM ( "Extrusion" ) ); in impl_execute() local
153 … com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in impl_execute()
165 aPropValue.Name = sExtrusion; in impl_execute()
167 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
186 … com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sRotateAngle ); in impl_execute()
201 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
266 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
276 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
285 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
298 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx70 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 …]
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2714 const rtl::OUString sExtrusion ( RTL_CONSTASCII_USTRINGPARAM( "Extrusion" ) ); in CreateCustomShapeProperties() local
2769 else if ( rProp.Name.equals( sExtrusion ) ) in CreateCustomShapeProperties()
2810 if ( rrProp.Name.equals( sExtrusion ) ) in CreateCustomShapeProperties()
H A Dmsdffimp.cxx1971 const rtl::OUString sExtrusion( RTL_CONSTASCII_USTRINGPARAM ( "Extrusion" ) ); in ApplyCustomShapeGeometryAttributes() local
1978 aProp.Name = sExtrusion; in ApplyCustomShapeGeometryAttributes()