Searched refs:DFF_Prop_adjustValue (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeGeometry.cxx | 141 { 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 D | EnhancedCustomShape2d.cxx | 352 case DFF_Prop_adjustValue : in AppendEnhancedCustomShapeEquationParameter() 364 … rParameter += rtl::OUString::valueOf( (sal_Int32)( nPara - DFF_Prop_adjustValue ) ); in AppendEnhancedCustomShapeEquationParameter()
|
| H A D | EnhancedCustomShapeFunctionParser.cxx | 78 …tar::drawing::EnhancedCustomShapeParameterType::ADJUSTMENT : nValue += DFF_Prop_adjustValue; break; in FillEquationParameter()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | msdffdef.hxx | 353 #define DFF_Prop_adjustValue 327 // LONG Adjustment values correspon… macro
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 281 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 D | escherex.cxx | 2479 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()
|