Searched refs:BinaryFunctionFunctor (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/connectivity/source/commontools/ |
H A D | RowFunctionParser.cxx | 220 class BinaryFunctionFunctor class 227 BinaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) : in BinaryFunctionFunctor() function in connectivity::__anon3f8d21da0111::BinaryFunctionFunctor 386 [ BinaryFunctionFunctor( ENUM_FUNC_EQUATION, self.getContext()) ] in definition() 392 …| ( assignment >> AND_ >> assignment ) [ BinaryFunctionFunctor( ENUM_FUNC_AND, self.getContext… in definition() 397 …| ( orExpression >> OR_ >> andExpression ) [ BinaryFunctionFunctor( ENUM_FUNC_OR, self.getConte… in definition()
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFunctionParser.cxx | 876 class BinaryFunctionFunctor class 883 BinaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) : in BinaryFunctionFunctor() function in __anon2949390b0111::BinaryFunctionFunctor 1049 … '(' >> additiveExpression >> ',' >> additiveExpression >> ')' )[ BinaryFunctionFunctor( BINARY_FU… in definition() 1050 … '(' >> additiveExpression >> ',' >> additiveExpression >> ')' )[ BinaryFunctionFunctor( BINARY_FU… in definition() 1051 … '(' >> additiveExpression >> ',' >> additiveExpression >> ')' )[ BinaryFunctionFunctor( BINARY_FU… in definition() 1088 … >> *( ('*' >> unaryExpression)[ BinaryFunctionFunctor( BINARY_FUNC_MUL, self.getContext()) ] in definition() 1089 … | ('/' >> unaryExpression)[ BinaryFunctionFunctor( BINARY_FUNC_DIV, self.getContext()) ] in definition() 1095 …>> *( ('+' >> multiplicativeExpression)[ BinaryFunctionFunctor( BINARY_FUNC_PLUS, self.getContext… in definition() 1096 …| ('-' >> multiplicativeExpression)[ BinaryFunctionFunctor( BINARY_FUNC_MINUS, self.getContext()) ] in definition()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | smilfunctionparser.cxx | 307 template< class Generator > class BinaryFunctionFunctor class 310 BinaryFunctionFunctor( const Generator& rGenerator, in BinaryFunctionFunctor() function in slideshow::internal::__anon00cb2da60111::BinaryFunctionFunctor 357 template< typename Generator > BinaryFunctionFunctor<Generator> 361 return BinaryFunctionFunctor<Generator>( rGenerator, rContext ); in makeBinaryFunctionFunctor()
|
Completed in 24 milliseconds