Lines Matching refs:ComputedExpression
70 ComputedExpression::ComputedExpression() in ComputedExpression() function in xforms::ComputedExpression
78 ComputedExpression::~ComputedExpression() in ~ComputedExpression()
83 OUString ComputedExpression::getExpression() const in getExpression()
88 void ComputedExpression::setExpression( const OUString& rExpression ) in setExpression()
98 bool ComputedExpression::_checkExpression( const sal_Char* pExpression ) const in _checkExpression()
121 bool ComputedExpression::isEmptyExpression() const in isEmptyExpression()
126 bool ComputedExpression::isSimpleExpression() const in isSimpleExpression()
133 const OUString ComputedExpression::_getExpressionForEvaluation() const in _getExpressionForEvaluation()
139 bool ComputedExpression::_evaluate( in _evaluate()
160 bool ComputedExpression::evaluate( const EvaluationContext& rContext ) in evaluate()
171 bool ComputedExpression::hasValue() const in hasValue()
177 void ComputedExpression::clear() in clear()
182 Reference<XXPathObject> ComputedExpression::getXPath() in getXPath()
187 OUString ComputedExpression::getString( const rtl::OUString& rDefault ) const in getString()
192 bool ComputedExpression::getBool( bool bDefault ) const in getBool()
200 Reference<XXPathAPI> ComputedExpression::_getXPathAPI(const xforms::EvaluationContext& aContext) in _getXPathAPI()