| /trunk/main/libxmlsec/ |
| H A D | xmlsec1-configure.patch | 66 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 75 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 84 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 93 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 102 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 232 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 234 - (eval "$ac_try") 2>&5 303 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 305 + (eval "$ac_link") 2>&5 314 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" [all …]
|
| H A D | xmlsec1-update-config-sub-and-guess.patch | 117 eval $set_cc_for_build 299 + eval $set_cc_for_build 400 eval $set_cc_for_build 494 eval $set_cc_for_build 561 - test -n "$CC_FOR_BUILD" || eval $set_cc_for_build 563 + eval $set_cc_for_build 591 eval $set_cc_for_build 711 - eval $set_cc_for_build 720 - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` 823 + eval $set_cc_for_build [all …]
|
| /trunk/main/connectivity/source/drivers/macab/ |
| H A D | macabcondition.cxx | 55 sal_Bool MacabConditionConstant::eval(const MacabRecord *) const in eval() function in MacabConditionConstant 83 sal_Bool MacabConditionNull::eval(const MacabRecord *aRecord) const in eval() function in MacabConditionNull 100 sal_Bool MacabConditionNotNull::eval(const MacabRecord *aRecord) const in eval() function in MacabConditionNotNull 123 sal_Bool MacabConditionEqual::eval(const MacabRecord *aRecord) const in eval() function in MacabConditionEqual 146 sal_Bool MacabConditionDifferent::eval(const MacabRecord *aRecord) const in eval() function in MacabConditionDifferent 169 sal_Bool MacabConditionSimilar::eval(const MacabRecord *aRecord) const in eval() function in MacabConditionSimilar 209 sal_Bool MacabConditionOr::eval(const MacabRecord *aRecord) const in eval() function in MacabConditionOr 215 if (m_pLeft->eval(aRecord)) return sal_True; in eval() 216 if (m_pRight->eval(aRecord)) return sal_True; in eval() 236 sal_Bool MacabConditionAnd::eval(const MacabRecord *aRecord) const in eval() function in MacabConditionAnd [all …]
|
| H A D | macabcondition.hxx | 46 virtual sal_Bool eval(const MacabRecord *aRecord) const = 0; 58 virtual sal_Bool eval(const MacabRecord *aRecord) const; 80 virtual sal_Bool eval(const MacabRecord *aRecord) const; 89 virtual sal_Bool eval(const MacabRecord *aRecord) const; 111 virtual sal_Bool eval(const MacabRecord *aRecord) const; 121 virtual sal_Bool eval(const MacabRecord *aRecord) const; 131 virtual sal_Bool eval(const MacabRecord *aRecord) const; 150 virtual sal_Bool eval(const MacabRecord *aRecord) const; 159 virtual sal_Bool eval(const MacabRecord *aRecord) const;
|
| /trunk/main/oovbaapi/ |
| H A D | ttt.diff | 37 +$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIS… 73 +$(eval $(call gb_Module_Module,oovbaapi)) 75 +$(eval $(call gb_Module_add_targets,oovbaapi,\ 114 +$(eval $(call gb_UnoApiTarget_autopackage_idl,oovbaapi)) 148 +$(eval $(call gb_UnoApiTarget_autopackage_inc,oovbaapi)) 182 +$(eval $(call gb_UnoApiTarget_UnoApiTarget,oovbaapi)) 184 +$(eval $(call gb_UnoApiTarget_add_rdbfiles,oovbaapi,\ 189 +$(eval $(call gb_UnoApiTarget_set_include,oovbaapi,\ 194 +#$(eval $(call gb_UnoApiTarget_set_defs,oovbaapi,\ 197 +$(eval $(call gb_UnoApiTarget_add_idlfiles,oovbaapi,\
|
| /trunk/main/cairo/ |
| H A D | cairo-1.8.0.patch | 94 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 151 + eval "$as_ac_var=yes" 157 + eval "$as_ac_var=no" 168 +ac_res=`eval echo '${'$as_ac_var'}'` 171 +if test `eval echo '${'$as_ac_var'}'` = yes; then
|
| /trunk/main/soltools/cpp/ |
| H A D | _cpp.c | 211 if (eval(trp, np->val)) in control() 225 if (eval(trp, np->val)) in control() 310 eval(trp, np->val); in control()
|
| /trunk/main/unoxml/source/xpath/ |
| H A D | xpathapi.cxx | 226 Reference< XXPathObject > xobj = eval(contextNode, expr); in selectNodeList() 344 Reference< XXPathObject > SAL_CALL CXPathAPI::eval( in eval() function in XPath::CXPathAPI 425 return eval(contextNode, expr); in evalNS()
|
| H A D | xpathapi.hxx | 138 …virtual Reference< XXPathObject > SAL_CALL eval(const Reference< XNode >& contextNode, const OUStr…
|
| /trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ |
| H A D | ScriptSourceModel.java | 121 result = interpreter.eval(view.getText()); in execute() 124 result = interpreter.eval(getText()); in execute()
|
| /trunk/main/unoxml/qa/complex/unoxml/ |
| H A D | DOMTest.java | 2473 xXPathAPI.eval(xRoot, "~/-$+&#_"); in testXXPathAPI() 2497 xXPathAPI.eval(null, "child::foo"); in testXXPathAPI() 2522 XXPathObject xResult = xXPathAPI.eval(xRoot, "count(child::foo)"); in testXXPathAPI() 2611 XXPathObject xResult = xXPathAPI.eval(xRoot, "count(//foo)"); in testXXPathObject() 2625 XXPathObject xResult = xXPathAPI.eval(xRoot, "count(//foo) = 2"); in testXXPathObject() 2633 XXPathObject xResult = xXPathAPI.eval(xRoot, "count(//foo) = 2"); in testXXPathObject() 2641 XXPathObject xResult = xXPathAPI.eval(xRoot, "local-name(foo)"); in testXXPathObject() 2648 XXPathObject xResult = xXPathAPI.eval(xRoot, "//foo"); in testXXPathObject() 2683 XXPathObject xResult = xXPathAPI.eval(xRoot, "//foo"); in testXNodeList_NodeList()
|
| /trunk/main/libtextcat/ |
| H A D | libtextcat-2.2.patch | 1757 eval $set_cc_for_build 1894 - eval $set_cc_for_build 2038 + eval $set_cc_for_build 2139 eval $set_cc_for_build 2235 eval $set_cc_for_build 2309 + eval $set_cc_for_build 2337 eval $set_cc_for_build 2460 - eval $set_cc_for_build 2469 - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` 2571 + eval $set_cc_for_build [all …]
|
| /trunk/main/toolkit/src2xml/source/ |
| H A D | srcparser.py | 435 return eval(values[0]), eval(values[1])
|
| /trunk/main/rsc/source/rscpp/ |
| H A D | cpp2.c | 253 if (eval() == 0) in control() 336 found = (eval() != 0); /* Evaluate expr, != 0 is TRUE */ in doif()
|
| /trunk/main/xmlsecurity/tools/demo/ |
| H A D | manifest | 1 RegistrationClassName: com.sun.star.xml.security.eval.JavaFlatFilter
|
| /trunk/main/ucpp/ |
| H A D | ucpp.patch | 46 +APP1OBJS= $(OBJ)$/assert.obj $(OBJ)$/cpp.obj $(OBJ)$/eval.obj $(OBJ)$/hash.obj $(OBJ)$/lexer.obj…
|
| /trunk/main/officecfg/util/ |
| H A D | template.gen | 22 eval 'exec perl -wS $0 ${1+"$@"}'
|
| H A D | component-conf.gen | 25 eval 'exec perl -wS $0 ${1+"$@"}'
|
| H A D | component-ldif.gen | 25 eval 'exec perl -wS $0 ${1+"$@"}'
|
| H A D | component-map.gen | 27 eval 'exec perl -wS $0 ${1+"$@"}'
|
| /trunk/main/idlc/inc/idlc/ |
| H A D | astexpression.hxx | 91 sal_uInt32 eval; // Contains enumeration value member
|
| /trunk/main/solenv/bin/ |
| H A D | msg_filter | 2 eval 'exec perl -wS $0 ${1+"$@"}'
|
| /trunk/main/mythes/ |
| H A D | mythes-1.2.0-vanilla-th-gen-idx.patch | 9 +eval 'exec perl -wS $0 ${1+"$@"}'
|
| /trunk/main/udkapi/com/sun/star/script/ |
| H A D | ContextInformation.idl | 40 generated eval-module is executed, this string is empty
|
| /trunk/main/forms/source/xforms/ |
| H A D | computedexpression.cxx | 149 mxResult = _getXPathAPI(rContext)->eval( rContext.mxContextNode, in _evaluate()
|