Home
last modified time | relevance | path

Searched refs:nAdjustValue (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Descherex.cxx2164 sal_Int32 nAdjustValue; in lcl_GetConnectorAdjustValue() local
2166 nAdjustValue = ( aPt.Y()-aStart.Y())* 21600 /(aEnd.Y()-aStart.Y()); in lcl_GetConnectorAdjustValue()
2168 nAdjustValue = ( aPt.X()-aStart.X() )* 21600 /(aEnd.X()-aStart.X()); in lcl_GetConnectorAdjustValue()
2170 return nAdjustValue; in lcl_GetConnectorAdjustValue()
2478 sal_uInt32 nAdjustValue = 0; in GetValueForEnhancedCustomShapeParameter() local
2479 sal_Bool bGot = GetOpt((sal_uInt16)( DFF_Prop_adjustValue + nValue ), nAdjustValue); in GetValueForEnhancedCustomShapeParameter()
2480 if(bGot) nValue = (sal_Int32)nAdjustValue; in GetValueForEnhancedCustomShapeParameter()

Completed in 41 milliseconds