Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx472 ExpressionNodeSharedPtr mpFirstArg; member in __anonebc81da20111::BinaryFunctionExpression
479 mpFirstArg( rFirstArg ), in BinaryFunctionExpression()
502 return getValue( meFunct, mpFirstArg, mpSecondArg ); in operator ()()
521 if ( mpFirstArg->getType() == ENUM_FUNC_ADJUSTMENT ) in fillNode()
568 sal_Bool bFirstIsEmpty = mpFirstArg->isConstant() && ( (*mpFirstArg)() == 0 ); in fillNode()
603 …if ( ( mpFirstArg->getType() == UNARY_FUNC_SIN ) || ( mpFirstArg->getType() == UNARY_FUNC_COS ) ||… in fillNode()
609 if ( mpFirstArg->isConstant() && (*mpFirstArg)() == 1 ) in fillNode()
614 …&& ( ((BinaryFunctionExpression*)((BinaryFunctionExpression*)mpFirstArg.get())->mpFirstArg.get())-… in fillNode()
693 ExpressionNodeSharedPtr mpFirstArg; member in __anonebc81da20111::IfExpression
702 mpFirstArg( rFirstArg ), in IfExpression()
[all …]
/trunk/main/slideshow/source/engine/
H A Dexpressionnodefactory.cxx99 mpFirstArg( rFirstArg ), in BinaryExpressionBase()
107 mpFirstArg->isConstant() && in isConstant()
112 ExpressionNodeSharedPtr mpFirstArg; member in slideshow::internal::__anon1e2b7a830111::BinaryExpressionBase
127 return (*mpFirstArg)(t) + (*mpSecondArg)(t); in operator ()()
142 return (*mpFirstArg)(t) - (*mpSecondArg)(t); in operator ()()
157 return (*mpFirstArg)(t) * (*mpSecondArg)(t); in operator ()()
172 return (*mpFirstArg)(t) / (*mpSecondArg)(t); in operator ()()
187 return (*mpFirstArg)( (*mpSecondArg)(t) ); in operator ()()
202 return ::std::min( (*mpFirstArg)(t), (*mpSecondArg)(t) ); in operator ()()
217 return ::std::max( (*mpFirstArg)(t), (*mpSecondArg)(t) ); in operator ()()
/trunk/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx96 ExpressionNodeSharedPtr mpFirstArg; member in connectivity::__anonaab85f710111::BinaryFunctionExpression
103 mpFirstArg( rFirstArg ), in BinaryFunctionExpression()
113 …aRet = new ORowSetValueDecorator(sal_Bool(mpFirstArg->evaluate(_aRow )->getValue() == mpSecondArg-… in evaluate()
116 …aRet = new ORowSetValueDecorator( sal_Bool(mpFirstArg->evaluate(_aRow )->getValue().getBool() && m… in evaluate()
119 …aRet = new ORowSetValueDecorator( sal_Bool(mpFirstArg->evaluate(_aRow )->getValue().getBool() || m… in evaluate()
131 (*mpFirstArg->evaluate(_aRow )) = mpSecondArg->evaluate(_aRow )->getValue(); in fill()

Completed in 38 milliseconds