Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/customshapes/
H A DEnhancedCustomShapeGeometry.cxx141 { 0x4009, { 10800, DFF_Prop_adjustValue, 0 } },
143 { 0x400a, { 10800, DFF_Prop_adjustValue, 0 } },
224 { 0x6009, { DFF_Prop_adjustValue, 0x400, 0 } },
230 { 0x6000, { DFF_Prop_geoLeft, DFF_Prop_adjustValue, 0 } },
231 { 0x6000, { DFF_Prop_geoTop, DFF_Prop_adjustValue, 0 } },
232 { 0xa000, { DFF_Prop_geoBottom, 0, DFF_Prop_adjustValue } },
233 { 0xa000, { DFF_Prop_geoRight, 0, DFF_Prop_adjustValue } }
321 { 0x4000, { 0, DFF_Prop_adjustValue, 0 } },
322 { 0x8000, { 0, 21600, DFF_Prop_adjustValue } },
323 { 0x2001, { DFF_Prop_adjustValue, 10, 24 } },
[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()
/AOO41X/main/svx/inc/svx/
H A Dmsdffdef.hxx353 #define DFF_Prop_adjustValue 327 // LONG Adjustment values correspon… macro
/AOO41X/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()