Home
last modified time | relevance | path

Searched refs:UNARY_FUNC_COS (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx320 case UNARY_FUNC_COS : fRet = cos( (*rArg)() ); break; in getValue()
391 case UNARY_FUNC_COS : in fillNode()
603 …if ( ( mpFirstArg->getType() == UNARY_FUNC_SIN ) || ( mpFirstArg->getType() == UNARY_FUNC_COS ) ||… in fillNode()
605 …ondArg->getType() == UNARY_FUNC_SIN ) || ( mpSecondArg->getType() == UNARY_FUNC_COS ) || ( mpSecon… in fillNode()
1043 …cos" ) >> '(' >> additiveExpression >> ')' )[ UnaryFunctionFunctor( UNARY_FUNC_COS, self.getCont… in definition()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShapeFunctionParser.hxx75 UNARY_FUNC_COS, enumerator

Completed in 25 milliseconds