/aoo42x/main/sal/inc/sal/ |
H A D | types.h | 372 #define SAL_CONST_CAST(type, expr) (const_cast< type >(expr)) argument 373 #define SAL_REINTERPRET_CAST(type, expr) (reinterpret_cast< type >(expr)) argument 374 #define SAL_STATIC_CAST(type, expr) (static_cast< type >(expr)) argument 376 #define SAL_CONST_CAST(type, expr) ((type) (expr)) argument 377 #define SAL_REINTERPRET_CAST(type, expr) ((type) (expr)) argument 378 #define SAL_STATIC_CAST(type, expr) ((type) (expr)) argument 455 #define SAL_INT_CAST(type, expr) ((type) (expr)) argument
|
/aoo42x/main/sax/test/sax/ |
H A D | factory.hxx | 32 #define BUILD_ERROR(expr, Message)\ argument 43 str.append( #expr ); \ 52 #define WARNING_ASSERT(expr, Message) \ argument 53 if( ! (expr) ) { \ 62 str.append( #expr ); \ 71 #define ERROR_ASSERT(expr, Message) \ argument 72 if( ! (expr) ) { \ 73 BUILD_ERROR(expr, Message );\ 78 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument 79 if( !(expr)) { \ [all …]
|
/aoo42x/main/extensions/test/stm/ |
H A D | testfactreg.hxx | 56 #define BUILD_ERROR(expr, Message)\ argument 67 str += #expr; \ 75 #define WARNING_ASSERT(expr, Message) \ argument 76 if( ! (expr) ) { \ 85 str += #expr; \ 93 #define ERROR_ASSERT(expr, Message) \ argument 94 if( ! (expr) ) { \ 95 BUILD_ERROR(expr, Message );\ 100 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument 101 if( !(expr)) { \ [all …]
|
/aoo42x/main/io/test/stm/ |
H A D | testfactreg.hxx | 63 #define BUILD_ERROR(expr, Message)\ argument 74 str.append( #expr ); \ 83 #define WARNING_ASSERT(expr, Message) \ argument 84 if( ! (expr) ) { \ 93 str.append( #expr ); \ 102 #define ERROR_ASSERT(expr, Message) \ argument 103 if( ! (expr) ) { \ 104 BUILD_ERROR(expr, Message );\ 109 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument 110 if( !(expr)) { \ [all …]
|
/aoo42x/main/unoxml/source/xpath/ |
H A D | xpathapi.cxx | 223 const OUString& expr) in selectNodeList() argument 226 Reference< XXPathObject > xobj = eval(contextNode, expr); in selectNodeList() 235 const OUString& expr, in selectNodeListNS() argument 240 return selectNodeList(contextNode, expr); in selectNodeListNS() 248 const OUString& expr) in selectSingleNode() argument 262 const OUString& expr, in selectSingleNodeNS() argument 267 return selectSingleNode(contextNode, expr); in selectSingleNodeNS() 338 const OUString& expr) in eval() argument 394 OString o1 = OUStringToOString(expr, RTL_TEXTENCODING_UTF8); in eval() 412 const OUString& expr, in evalNS() argument [all …]
|
/aoo42x/main/offapi/com/sun/star/xml/xpath/ |
H A D | XXPathAPI.idl | 70 @param expr 83 [in] string expr) 91 @param expr 107 [in] string expr, 116 @param expr 129 [in] string expr) 137 @param expr 162 @param expr 173 [in] string expr) 181 @param expr
|
/aoo42x/main/extensions/test/sax/ |
H A D | testwriter.cxx | 55 #define BUILD_ERROR(expr, Message)\ argument 66 str += #expr; \ 74 #define WARNING_ASSERT(expr, Message) \ argument 75 if( ! (expr) ) { \ 84 str += #expr; \ 92 #define ERROR_ASSERT(expr, Message) \ argument 93 if( ! (expr) ) { \ 94 BUILD_ERROR(expr, Message );\ 99 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument 100 if( !(expr)) { \ [all …]
|
H A D | testsax.cxx | 56 #define BUILD_ERROR(expr, Message)\ argument 67 str += #expr; \ 75 #define WARNING_ASSERT(expr, Message) \ argument 76 if( ! (expr) ) { \ 85 str += #expr; \ 93 #define ERROR_ASSERT(expr, Message) \ argument 94 if( ! (expr) ) { \ 95 BUILD_ERROR(expr, Message );\ 100 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument 101 if( !(expr)) { \ [all …]
|
/aoo42x/ext_libraries/coinmp/ |
H A D | coinmp-1.7.6.patch | 182 current=`expr $number_major + $number_minor` 197 + major=.`expr $current - $age` 396 current=`expr $number_major + $number_minor` 411 + major=.`expr $current - $age` 597 current=`expr $number_major + $number_minor` 612 + major=.`expr $current - $age` 798 current=`expr $number_major + $number_minor` 813 + major=.`expr $current - $age` 999 current=`expr $number_major + $number_minor` 1014 + major=.`expr $current - $age` [all …]
|
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | FormulaCompiler.java | 105 Vector expr = new Vector(5); in RPN2Infix() local 106 expr.add(pt); in RPN2Infix() 107 evalStack.push(expr); in RPN2Infix()
|
/aoo42x/main/setup_native/scripts/ |
H A D | unpack_update.sh | 23 EXTENSION=`expr "//$1" : '.*\/.*\.\(t.*\)'` 33 NUM=`expr $NUM + 1`
|
H A D | fake-db.spec | 51 Provides: /usr/bin/expr
|
H A D | install_solaris.sh | 129 shift `expr $OPTIND - 1`
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileUtil.java | 155 XPathExpression expr = xpath.compile(xpathStr); in getStringByXPath() local 156 return (String) expr.evaluate(doc); in getStringByXPath() 505 public static void replace(String file, String expr, String substitute) { in replace() argument 507 str = str.replaceAll(expr, substitute); in replace()
|
/aoo42x/main/xmloff/source/meta/ |
H A D | xmlmetai.cxx | 173 ::rtl::OUString const expr(RTL_CONSTASCII_USTRINGPARAM( in lcl_initGenerator() 176 xPath->eval(xDoc.get(), expr), uno::UNO_SET_THROW); in lcl_initGenerator()
|
/aoo42x/test/testassistant/lib/ |
H A D | testcommon.jar | ... .XPath xpath
javax.xml.xpath.XPathExpression expr
javax.xml.xpath.XPathExpressionException e
public static ... |
/aoo42x/main/openssl/ |
H A D | opensslmingw.patch | 5 if expr $(PLATFORM) : 'mingw' > /dev/null; then \
|
/aoo42x/main/external/mingwheaders/ |
H A D | mingw_headers.patch | 11 +#define _ASSERTE(expr) ((void)0) 305 +#define __out_awcount(expr,size) 324 +#define __success(expr)
|
/aoo42x/main/dbaccess/ |
H A D | Library_dbui.mk | 291 ifeq ($(COM)$(shell expr $(CCNUMVER) '>=' 000400090000 '&' $(CCNUMVER) '<' 000500000000),GCC1)
|
/aoo42x/main/ |
H A D | config.guess | 254 expr='s/^earmv[0-9]/-eabi/;s/eb$//' 255 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
|
H A D | configure.ac | 1163 _osx_version="10.`expr $_darwin_version - 4`" 6805 if dir=`expr -- $dir : '-I\(.*\)'`; then
|
/aoo42x/main/solenv/gbuild/platform/ |
H A D | freebsd.mk | 160 ifeq ($(COM)$(CPUNAME)$(shell expr $(CCNUMVER) '>=' 000300060000 '&' $(CCNUMVER) '<' 000300080000),…
|
/aoo42x/main/svx/ |
H A D | Library_svxcore.mk | 454 ifeq ($(COM)$(shell expr $(CCNUMVER) '>=' 000400090000 '&' $(CCNUMVER) '<' 000500000000),GCC1)
|
/aoo42x/main/oox/source/dump/ |
H A D | biffdumper.ini | 2140 0x4000=lotus-expr-eval
|