Home
last modified time | relevance | path

Searched refs:DFF_Prop_adjustValue (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/svx/source/customshapes/
H A DEnhancedCustomShapeGeometry.cxx321 { 0x4000, { 0, DFF_Prop_adjustValue, 0 } },
394 { 0x2000, { DFF_Prop_adjustValue, 0, 0 } },
398 { 0x2001, { DFF_Prop_adjustValue, 1, 2 } },
442 { 0x2001, { DFF_Prop_adjustValue, 1, 2 } },
484 { 0x4000, { 0, DFF_Prop_adjustValue, 0 } },
485 { 0x2001, { DFF_Prop_adjustValue, 1, 2 } },
487 { 0x2001, { DFF_Prop_adjustValue, 2, 3 } },
531 { 0x2000, { DFF_Prop_adjustValue, 0, 0 } },
649 { 0x2001, { DFF_Prop_adjustValue, 2, 2 } },
690 { 0x2000, { DFF_Prop_adjustValue, 0, 0 } },
[all …]
H A DEnhancedCustomShape2d.cxx352 case DFF_Prop_adjustValue : in AppendEnhancedCustomShapeEquationParameter()
364 rParameter += rtl::OUString::valueOf( (sal_Int32)( nPara - DFF_Prop_adjustValue ) ); in AppendEnhancedCustomShapeEquationParameter()
H A DEnhancedCustomShapeFunctionParser.cxx78 …tar::drawing::EnhancedCustomShapeParameterType::ADJUSTMENT : nValue += DFF_Prop_adjustValue; break; in FillEquationParameter()
/aoo4110/main/svx/inc/svx/
H A Dmsdffdef.hxx353 #define DFF_Prop_adjustValue 327 // LONG Adjustment values correspon… macro
/aoo4110/main/filter/source/msfilter/
H A Dmsdffimp.cxx281 if ( IsProperty( DFF_Prop_adjustValue ) || IsProperty( DFF_Prop_pVertices ) ) in ReadPropSet()
288 for ( sal_uInt32 i = DFF_Prop_adjustValue; i <= DFF_Prop_adjust10Value; i++ ) in ReadPropSet()
293 aString.Append( ByteString::CreateFromInt32( ( i - DFF_Prop_adjustValue ) + 1 ) ); in ReadPropSet()
302 if ( ( i >= DFF_Prop_adjustValue ) && ( i <= DFF_Prop_adjust10Value ) ) in ReadPropSet()
2594 while ( ( i >= DFF_Prop_adjustValue ) && !IsProperty( i ) ) in ApplyCustomShapeGeometryAttributes()
2596 sal_Int32 nAdjustmentValues = ( i - DFF_Prop_adjustValue ) + 1; in ApplyCustomShapeGeometryAttributes()
2609 if ( nAdjustmentsWhichNeedsToBeConverted & ( 1 << ( i - DFF_Prop_adjustValue ) ) ) in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx2479 sal_Bool bGot = GetOpt((sal_uInt16)( DFF_Prop_adjustValue + nValue ), nAdjustValue); in GetValueForEnhancedCustomShapeParameter()
3808 AddOpt( (sal_uInt16)( DFF_Prop_adjustValue + k ), (sal_uInt32)nValue ); in CreateCustomShapeProperties()

Completed in 168 milliseconds