Lines Matching refs:rParameter

76 …hape2d::SetEnhancedCustomShapeParameter( EnhancedCustomShapeParameter& rParameter, const sal_Int32…  in SetEnhancedCustomShapeParameter()  argument
85 rParameter.Type = EnhancedCustomShapeParameterType::EQUATION; in SetEnhancedCustomShapeParameter()
88 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeParameter()
89 rParameter.Value <<= nNewValue; in SetEnhancedCustomShapeParameter()
338 void EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( rtl::OUString& rParameter, … in AppendEnhancedCustomShapeEquationParameter() argument
344 rParameter += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "?" ) ); in AppendEnhancedCustomShapeEquationParameter()
345 rParameter += rtl::OUString::valueOf( (sal_Int32)( nPara & 0xff ) ); in AppendEnhancedCustomShapeEquationParameter()
346 rParameter += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( " " ) ); in AppendEnhancedCustomShapeEquationParameter()
363 rParameter += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "$" ) ); in AppendEnhancedCustomShapeEquationParameter()
364 rParameter += rtl::OUString::valueOf( (sal_Int32)( nPara - DFF_Prop_adjustValue ) ); in AppendEnhancedCustomShapeEquationParameter()
365 rParameter += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( " " ) ); in AppendEnhancedCustomShapeEquationParameter()
370 rParameter += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "left" ) ); in AppendEnhancedCustomShapeEquationParameter()
375 rParameter += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "top" ) ); in AppendEnhancedCustomShapeEquationParameter()
380 rParameter += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "right" ) ); in AppendEnhancedCustomShapeEquationParameter()
385 rParameter += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "bottom" ) ); in AppendEnhancedCustomShapeEquationParameter()
393 rParameter += rtl::OUString::valueOf( (sal_Int32)( nPara ) ); in AppendEnhancedCustomShapeEquationParameter()
397 …::SetEnhancedCustomShapeHandleParameter( EnhancedCustomShapeParameter& rParameter, const sal_Int32… in SetEnhancedCustomShapeHandleParameter() argument
405 rParameter.Type = EnhancedCustomShapeParameterType::ADJUSTMENT; in SetEnhancedCustomShapeHandleParameter()
410 rParameter.Type = EnhancedCustomShapeParameterType::EQUATION; in SetEnhancedCustomShapeHandleParameter()
416 rParameter.Type = EnhancedCustomShapeParameterType::LEFT; in SetEnhancedCustomShapeHandleParameter()
418 rParameter.Type = EnhancedCustomShapeParameterType::TOP; in SetEnhancedCustomShapeHandleParameter()
424 rParameter.Type = EnhancedCustomShapeParameterType::RIGHT; in SetEnhancedCustomShapeHandleParameter()
426 rParameter.Type = EnhancedCustomShapeParameterType::BOTTOM; in SetEnhancedCustomShapeHandleParameter()
431 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeHandleParameter()
436 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeHandleParameter()
442 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeHandleParameter()
444 rParameter.Value <<= nValue; in SetEnhancedCustomShapeHandleParameter()
939 const EnhancedCustomShapeParameter& rParameter = nIndex ? rPair.Second : rPair.First; in GetPoint() local
942 GetParameter( fVal, rParameter, sal_False, bReplaceGeoSize ); in GetPoint()
955 GetParameter( fVal, rParameter, bReplaceGeoSize, sal_False ); in GetPoint()
971 …ncedCustomShape2d::GetParameter( double& rRetValue, const EnhancedCustomShapeParameter& rParameter, in GetParameter() argument
976 switch ( rParameter.Type ) in GetParameter()
981 if ( rParameter.Value >>= nAdjustmentIndex ) in GetParameter()
991 if ( rParameter.Value >>= nEquationIndex ) in GetParameter()
1000 if ( rParameter.Value.getValueTypeClass() == TypeClass_DOUBLE ) in GetParameter()
1003 if ( rParameter.Value >>= fValue ) in GetParameter()
1012 if ( rParameter.Value >>= nValue ) in GetParameter()