Searched refs:UnaryFunctionFunctor (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/slideshow/source/engine/ |
H A D | smilfunctionparser.cxx | 203 template< typename Functor > class UnaryFunctionFunctor class 235 UnaryFunctionFunctor( const Functor& rFunctor, in UnaryFunctionFunctor() function in slideshow::internal::__anon43462eee0111::UnaryFunctionFunctor 283 template< typename Functor > UnaryFunctionFunctor<Functor> 287 return UnaryFunctionFunctor<Functor>( rFunctor, rContext ); in makeUnaryFunctionFunctor() 293 UnaryFunctionFunctor< double (*)(double) > 297 return UnaryFunctionFunctor< double (*)(double) >( pFunc, rContext ); in makeUnaryFunctionFunctor()
|
/aoo4110/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFunctionParser.cxx | 839 class UnaryFunctionFunctor class 846 UnaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) : in UnaryFunctionFunctor() function in __anon027cc1530111::UnaryFunctionFunctor 1040 …(str_p( "abs" ) >> '(' >> additiveExpression >> ')' )[ UnaryFunctionFunctor( UNARY_FUNC_ABS, sel… in definition() 1041 …| (str_p( "sqrt" ) >> '(' >> additiveExpression >> ')' )[ UnaryFunctionFunctor( UNARY_FUNC_SQRT, s… in definition() 1042 …| (str_p( "sin" ) >> '(' >> additiveExpression >> ')' )[ UnaryFunctionFunctor( UNARY_FUNC_SIN, s… in definition() 1043 …| (str_p( "cos" ) >> '(' >> additiveExpression >> ')' )[ UnaryFunctionFunctor( UNARY_FUNC_COS, s… in definition() 1044 …| (str_p( "tan" ) >> '(' >> additiveExpression >> ')' )[ UnaryFunctionFunctor( UNARY_FUNC_TAN, s… in definition() 1045 …| (str_p( "atan" ) >> '(' >> additiveExpression >> ')' )[ UnaryFunctionFunctor( UNARY_FUNC_ATAN, s… in definition() 1082 … ('-' >> basicExpression)[ UnaryFunctionFunctor( UNARY_FUNC_NEG, self.getContext()) ] in definition()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | RowFunctionParser.cxx | 284 class UnaryFunctionFunctor class 291 UnaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) : in UnaryFunctionFunctor() function in connectivity::__anon3e00e2220111::UnaryFunctionFunctor 381 [ UnaryFunctionFunctor( UNARY_FUNC_COLUMN, self.getContext()) ] in definition()
|
Completed in 17 milliseconds