Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx491 case BINARY_FUNC_DIV : fRet = (*rFirstArg)() / (*rSecondArg)(); break; in getValue()
613 else if ( ( mpFirstArg->getType() == BINARY_FUNC_DIV ) // don't care of (pi/180) in fillNode()
619 else if ( ( mpSecondArg->getType() == BINARY_FUNC_DIV ) // don't care of (pi/180) in fillNode()
639 case BINARY_FUNC_DIV : in fillNode()
1089 … | ('/' >> unaryExpression)[ BinaryFunctionFunctor( BINARY_FUNC_DIV, self.getContext()) ] in definition()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShapeFunctionParser.hxx83 BINARY_FUNC_DIV, enumerator

Completed in 13 milliseconds