Home
last modified time | relevance | path

Searched refs:UnaryFunctionFunctor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/slideshow/source/engine/
H A Dsmilfunctionparser.cxx203 template< typename Functor > class UnaryFunctionFunctor class
235 UnaryFunctionFunctor( const Functor& rFunctor, in UnaryFunctionFunctor() function in slideshow::internal::__anond02c971d0111::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()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx839 class UnaryFunctionFunctor class
846 UnaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) : in UnaryFunctionFunctor() function in __anonebc81da20111::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()
/trunk/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx284 class UnaryFunctionFunctor class
291 UnaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) : in UnaryFunctionFunctor() function in connectivity::__anonaab85f710111::UnaryFunctionFunctor
381 [ UnaryFunctionFunctor( UNARY_FUNC_COLUMN, self.getContext()) ] in definition()

Completed in 28 milliseconds