Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 25 of 142) sorted by relevance

123456

/trunk/main/offapi/com/sun/star/xml/xpath/
H A DXXPathAPI.idl68 the context node (expression is relative to this node)
71 the XPath expression
74 if the expression is malformed, or evaluation fails
89 the context node (expression is relative to this node)
92 the XPath expression
98 if the expression is malformed, or evaluation fails
111 /** Evaluate an XPath expression to select a list of nodes.
114 the context node (expression is relative to this node)
117 the XPath expression
120 if the expression is malformed, or evaluation fails
[all …]
/trunk/main/connectivity/source/inc/
H A Ddiagnose_ex.h28 #define OSL_VERIFY_RES( expression, fail_message ) \ argument
29 OSL_ENSURE( expression, fail_message )
30 #define OSL_VERIFY_EQUALS( expression, compare, fail_message ) \ argument
31 OSL_ENSURE( expression == compare, fail_message )
33 #define OSL_VERIFY_RES( expression, fail_message ) \ argument
34 (void)(expression)
35 #define OSL_VERIFY_EQUALS( expression, compare, fail_message ) \ argument
36 (void)(expression)
39 #define OSL_UNUSED( expression ) \ argument
40 (void)(expression)
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DFunctionReadHandler.java47 private Expression expression; field in FunctionReadHandler
81 this.expression = function; in startParsing()
85 final FormulaExpression expression = new FormulaExpression(); in startParsing() local
86 expression.setFormula(formula); in startParsing()
87 this.expression = expression; in startParsing()
90 expression.setName(name); in startParsing()
91 expression.setDeepTraversing(OfficeToken.TRUE.equals(deepTraversing)); in startParsing()
93 expression.setPrecompute(OfficeToken.TRUE.equals(preEvaluated)); in startParsing()
110 return expression; in getExpression()
/trunk/main/solenv/bin/
H A Ddownload_external_dependencies.pl305 my $expression = shift;
308 while ($expression =~ /^(.*)\(([^\(\)]+)\)(.*)$/)
310 $expression = $1 . (EvaluateExpression($2) ? " true " : " false ") . $3;
313 if ($expression =~ /&&/ && $expression =~ /\|\|/)
317 elsif ($expression =~ /&&/)
319 foreach my $term (split (/\s*&&\s*/,$expression))
325 elsif ($expression =~ /\|\|/)
327 foreach my $term (split (/\s*\|\|\s*/,$expression))
335 return EvaluateTerm($expression);
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java254 String expression = (String) pair[0]; in getOrderStatement() local
256 if (!expression.startsWith(quote) && columns.hasByName(expression)) in getOrderStatement()
261 … column = UnoRuntime.queryInterface(XPropertySet.class, columns.getByName(expression)); in getOrderStatement()
262expression = quote + column.getPropertyValue("TableName") + quote + "." + quote + expression + quo… in getOrderStatement()
267 expression = quote + expression + quote; in getOrderStatement()
270 expression = expression.trim(); // Trim away white spaces in getOrderStatement()
272 if (expression.length() > 0) in getOrderStatement()
274 order.append(expression); in getOrderStatement()
H A DReportAddIn.java38 ReportExpression createExpression(int expression); in createExpression() argument
40 ReportExpressionMetaData getMetaData(int expression); in getMetaData() argument
/trunk/main/solenv/bin/modules/
H A DExtensionsLst.pm240 my $expression = shift;
245 if ($expression =~ /^\s*$/)
250 elsif ($expression =~ /^\s*(.*?)(&&|\|\|)\s*(.*)$/)
253 $expression = $3;
260 my $right_result = EvaluateSelector($expression, $languages);
271 elsif ($expression =~ /^\s*(.+?)\s*$/)
277 die "invalid expression syntax on line $LineNo ($expression)";
/trunk/main/offapi/com/sun/star/util/
H A DSearchFlags.idl51 /** Flag for "regular expression" search / Interpret as extended
52 regular expression.
58 /** Flag for "regular expression" search / No register information
66 /** Flag for "regular expression" search / Special new line
72 period outside bracket expression or by any form of a non
75 <p> A circumflex (^) in pattern when used to specify expression
80 <p> A dollar-sign ($) in pattern when used to specify expression
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFilterController.idl41 …which allows entering a search expression. This so-called <em>predicate expression</em> is basical…
63 …filter control displays exactly one <em>predicate expression</em>, this means that only a part of …
95 …/** is the number of <em>disjunctive terms</em> of the filter expression represented by the form b…
106 /** sets a given <em>predicate expression</em>
109 …denotes the filter component whose expression is to be set. Must be greater than or equal to 0, an…
113 …denotes the <em>disjunctive term</em> in which the expression is to be set. Must be greater than o…
117 … denotes the <em>predicate expression</em> to set for the given filter component in the given term.
H A DXFilterControllerListener.idl42 /** is fired when a single <em>predicate expression</em> of the filter represented by the filter
46 expression changed. This usually equals <member>XFilterController::ActiveTerm</member>.</p>
49 <em>predicate expression</em> changed.</p>
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportAddIn.java41 public ReportExpression createExpression(final int expression) in createExpression() argument
43 return (expression == 0) ? new SumExpression() : null; in createExpression()
51 public ReportExpressionMetaData getMetaData(final int expression) in getMetaData() argument
H A DPentahoReportJob.java250 final String expression = exp.getFormulaExpression(); in collectGroupExpressions() local
251 if (expression == null) in collectGroupExpressions()
255 final FormulaFunction function = (FormulaFunction) parser.parse(expression); in collectGroupExpressions()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java86 expression(); in parse()
278 expression(); in factor()
324 expression(); in arguments()
479 private void expression() throws FormulaParsingException { in expression() method in FormulaParser
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeGroupInstanceSectionLayoutController.java127 final Expression expression = node.getDisplayCondition(); in _isDisplayable() local
128 if (expression == null) in _isDisplayable()
133 …nal Object result = LayoutControllerUtil.evaluateExpression(getFlowController(), node, expression); in _isDisplayable()
/trunk/main/desktop/source/deployment/inc/
H A Ddp_descriptioninfoset.hxx220 ::rtl::OUString const & expression) const;
223 ::rtl::OUString const & expression) const;
273 getNodeValueFromExpression(::rtl::OUString const & expression) const;
/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx399 ::rtl::OUString DescriptionInfoset::getNodeValueFromExpression(::rtl::OUString const & expression) … in getNodeValueFromExpression()
404 n = m_xpath->selectSingleNode(m_element, expression); in getNodeValueFromExpression()
632 ::rtl::OUString const & expression) const in getOptionalValue()
637 n = m_xpath->selectSingleNode(m_element, expression); in getOptionalValue()
648 ::rtl::OUString const & expression) const in getUrls()
653 ns = m_xpath->selectNodeList(m_element, expression); in getUrls()
/trunk/main/forms/source/resource/
H A Dxforms.src31 Text [ en-US ] = "Please enter a binding expression.";
36 Text [ en-US ] = "This is an invalid binding expression.";
186 Text [ en-US ] = "The string '$1' does not match the required regular expression '$2'.";
/trunk/main/offapi/com/sun/star/report/
H A DXReportControlModel.idl75 <li>an expression like rpt:24+24-47</li>
95 /** Describes the print expression of the report control model.
96 … If the expression evaluates to true than the report control model will be printed otherwise not.
/trunk/main/udkapi/com/sun/star/script/
H A DXDebugging.idl65 /** Evaluates an expression.
67 @returns the value of the expression as string.
69 @param CallStackPos Position in the call stack for which the expression
/trunk/main/sal/osl/w32/
H A Dsignal.cxx56 const wchar_t* expression,
341 const wchar_t* expression, in InvalidParameterHandlerFunction() argument
353 L"pReserved: %p\n", function, file, line, expression, pReserved); in InvalidParameterHandlerFunction()
/trunk/main/toolkit/src2xml/source/
H A Dexpression_test.py25 import expression
29 expparser = expression.ExpParser(tokens)
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt18 … Condition Optional expression which skips the action if evaluates to expFalse.I…
21 … Condition Optional expression which skips the action if evaluates to expFalse.I…
24 … Condition Optional expression which skips the action if evaluates to expFalse.I…
27 … Condition Optional expression which skips the action if evaluates to expFalse.I…
193 … Condition Optional expression which skips the action if evaluates to expFalse.I…
196 … Condition Optional expression which skips the action if evaluates to expFalse.I…
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt18 … Condition Optional expression which skips the action if evaluates to expFalse.I…
21 … Condition Optional expression which skips the action if evaluates to expFalse.I…
24 … Condition Optional expression which skips the action if evaluates to expFalse.I…
27 … Condition Optional expression which skips the action if evaluates to expFalse.I…
193 … Condition Optional expression which skips the action if evaluates to expFalse.I…
196 … Condition Optional expression which skips the action if evaluates to expFalse.I…
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt18 … Condition Optional expression which skips the action if evaluates to expFalse.I…
21 … Condition Optional expression which skips the action if evaluates to expFalse.I…
24 … Condition Optional expression which skips the action if evaluates to expFalse.I…
27 … Condition Optional expression which skips the action if evaluates to expFalse.I…
193 … Condition Optional expression which skips the action if evaluates to expFalse.I…
196 … Condition Optional expression which skips the action if evaluates to expFalse.I…
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt18 … Condition Optional expression which skips the action if evaluates to expFalse.I…
21 … Condition Optional expression which skips the action if evaluates to expFalse.I…
24 … Condition Optional expression which skips the action if evaluates to expFalse.I…
27 … Condition Optional expression which skips the action if evaluates to expFalse.I…
193 … Condition Optional expression which skips the action if evaluates to expFalse.I…
196 … Condition Optional expression which skips the action if evaluates to expFalse.I…

123456