Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx321 case UNARY_FUNC_TAN : fRet = tan( (*rArg)() ); break; in getValue()
416 case UNARY_FUNC_TAN : in fillNode()
603 …N ) || ( mpFirstArg->getType() == UNARY_FUNC_COS ) || ( mpFirstArg->getType() == UNARY_FUNC_TAN ) ) in fillNode()
605 …) || ( mpSecondArg->getType() == UNARY_FUNC_COS ) || ( mpSecondArg->getType() == UNARY_FUNC_TAN ) ) in fillNode()
1044 …tan" ) >> '(' >> additiveExpression >> ')' )[ UnaryFunctionFunctor( UNARY_FUNC_TAN, self.getCont… in definition()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShapeFunctionParser.hxx76 UNARY_FUNC_TAN, enumerator

Completed in 15 milliseconds