Searched refs:nAdjustmentsWhichNeedsToBeConverted (Results 1 – 6 of 6) sorted by relevance
/trunk/main/oox/source/export/ |
H A D | drawingml.cxx | 1208 …SPT eShapeType, sal_Bool bPredefinedHandlesUsed, sal_Int32 nAdjustmentsWhichNeedsToBeConverted, co… in WritePresetShape() argument 1219 … EscherPropertyContainer::LookForPolarHandles( eShapeType, nAdjustmentsWhichNeedsToBeConverted ); in WritePresetShape() 1223 …ertyContainer::GetAdjustmentValue( aAdjustmentSeq[ i ], i, nAdjustmentsWhichNeedsToBeConverted, nV… in WritePresetShape()
|
H A D | shapes.cxx | 456 sal_Int32 nAdjustmentsWhichNeedsToBeConverted = 0; in WriteCustomShape() local 495 …etShape( sPresetShape, eShapeType, bPredefinedHandlesUsed, nAdjustmentsWhichNeedsToBeConverted, aG… in WriteCustomShape()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 2658 …er::LookForPolarHandles( const MSO_SPT eShapeType, sal_Int32& nAdjustmentsWhichNeedsToBeConverted ) in LookForPolarHandles() argument 2670 nAdjustmentsWhichNeedsToBeConverted |= ( 1 << k ); in LookForPolarHandles() 2676 …ShapeAdjustmentValue & rkProp, sal_Int32 nIndex, sal_Int32 nAdjustmentsWhichNeedsToBeConverted, sa… in GetAdjustmentValue() argument 2681 sal_Bool bUseFixedFloat = ( nAdjustmentsWhichNeedsToBeConverted & ( 1 << nIndex ) ) != 0; in GetAdjustmentValue() 2725 sal_Int32 nAdjustmentsWhichNeedsToBeConverted = 0; in CreateCustomShapeProperties() local 3786 nAdjustmentsWhichNeedsToBeConverted |= ( 1 << ( nYPosition - 0x100 ) ); in CreateCustomShapeProperties() 3814 LookForPolarHandles( eShapeType, nAdjustmentsWhichNeedsToBeConverted ); in CreateCustomShapeProperties() 3818 … if( GetAdjustmentValue( aAdjustmentSeq[ k ], k, nAdjustmentsWhichNeedsToBeConverted, nValue ) ) in CreateCustomShapeProperties()
|
H A D | msdffimp.cxx | 1580 sal_uInt32 nAdjustmentsWhichNeedsToBeConverted = 0; in ApplyCustomShapeGeometryAttributes() local 2091 nAdjustmentsWhichNeedsToBeConverted |= ( 1 << i ); in ApplyCustomShapeGeometryAttributes() 2222 nAdjustmentsWhichNeedsToBeConverted |= ( 1 << i ); in ApplyCustomShapeGeometryAttributes() 2612 if ( nAdjustmentsWhichNeedsToBeConverted & ( 1 << ( i - DFF_Prop_adjustValue ) ) ) in ApplyCustomShapeGeometryAttributes()
|
/trunk/main/oox/inc/oox/export/ |
H A D | drawingml.hxx | 119 …SPT eShapeType, sal_Bool bPredefinedHandlesUsed, sal_Int32 nAdjustmentsWhichNeedsToBeConverted, co…
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1259 …id LookForPolarHandles( const MSO_SPT eShapeType, sal_Int32& nAdjustmentsWhichNeedsToBeConverted ); 1260 …ShapeAdjustmentValue & rkProp, sal_Int32 nIndex, sal_Int32 nAdjustmentsWhichNeedsToBeConverted, sa…
|
Completed in 101 milliseconds