Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx61 class ConstantValueExpression : public ExpressionNode class
67 ConstantValueExpression( ORowSetValueDecoratorRef rValue ) : in ConstantValueExpression() function in connectivity::__anon3e00e2220111::ConstantValueExpression
187 …mpContext->maOperandStack.push( ExpressionNodeSharedPtr( new ConstantValueExpression( new ORowSetV… in operator ()()
204 …mpContext->maOperandStack.push( ExpressionNodeSharedPtr( new ConstantValueExpression( new ORowSetV… in operator ()()
/aoo4110/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx100 class ConstantValueExpression : public ExpressionNode class
106 ConstantValueExpression( double rValue ) : in ConstantValueExpression() function in __anon027cc1530111::ConstantValueExpression
276 ConstantValueExpression aConstantValue( getValue( mrCustoShape, meFunct ) ); in fillNode()
781 …mpContext->maOperandStack.push( ExpressionNodeSharedPtr( new ConstantValueExpression( mnValue ) ) … in operator ()()
798 … mpContext->maOperandStack.push( ExpressionNodeSharedPtr( new ConstantValueExpression( n ) ) ); in operator ()()
863 …rNodeStack.push( ExpressionNodeSharedPtr( new ConstantValueExpression( UnaryFunctionExpression::ge… in operator ()()
906 rNodeStack.push( ExpressionNodeSharedPtr( new ConstantValueExpression( (*pNode)() ) ) ); in operator ()()
941 …rNodeStack.push( ExpressionNodeSharedPtr( new ConstantValueExpression( (*pNode)() ) ) ); // call t… in operator ()()
/aoo4110/main/slideshow/source/engine/
H A Dexpressionnodefactory.cxx48 class ConstantValueExpression : public ExpressionNode class
51 ConstantValueExpression( double rValue ) : in ConstantValueExpression() function in slideshow::internal::__anonb9e44cb40111::ConstantValueExpression
224 return ExpressionNodeSharedPtr( new ConstantValueExpression(rConstantValue) ); in createConstantValueExpression()

Completed in 32 milliseconds