Searched refs:mpArg (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFunctionParser.cxx | 304 ExpressionNodeSharedPtr mpArg; member in __anon027cc1530111::UnaryFunctionExpression 309 mpArg( rArg ) in UnaryFunctionExpression() 331 return getValue( meFunct, mpArg ); in operator ()() 335 return mpArg->isConstant(); in isConstant() 350 FillEquationParameter( mpArg->fillNode( rEquations, NULL, nFlags ), 0, aEquation ); in fillNode() 360 FillEquationParameter( mpArg->fillNode( rEquations, NULL, nFlags ), 0, aEquation ); in fillNode() 375 …EnhancedCustomShapeParameter aSource( mpArg->fillNode( rEquations, NULL, nFlags | EXPRESSION_FLAG_… in fillNode() 400 …EnhancedCustomShapeParameter aSource( mpArg->fillNode( rEquations, NULL, nFlags | EXPRESSION_FLAG_… in fillNode() 425 …EnhancedCustomShapeParameter aSource( mpArg->fillNode( rEquations, NULL, nFlags | EXPRESSION_FLAG_… in fillNode() 453 FillEquationParameter( mpArg->fillNode( rEquations, NULL, nFlags ), 0, aEquation ); in fillNode()
|
/aoo4110/main/slideshow/source/engine/ |
H A D | smilfunctionparser.cxx | 215 mpArg( rArg ) in UnaryFunctionExpression() 221 return maFunctor( (*mpArg)(t) ); in operator ()() 226 return mpArg->isConstant(); in isConstant() 231 ExpressionNodeSharedPtr mpArg; member in slideshow::internal::__anon43462eee0111::UnaryFunctionFunctor::UnaryFunctionExpression
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | RowFunctionParser.cxx | 258 ExpressionNodeSharedPtr mpArg; member in connectivity::__anon3e00e2220111::UnaryFunctionExpression 263 mpArg( rArg ) in UnaryFunctionExpression() 268 return _aRow[mpArg->evaluate(_aRow )->getValue().getInt32()]; in evaluate()
|
Completed in 42 milliseconds