Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 10 of 10) sorted by last modified time

/trunk/test/testassistant/lib/
H A Dtestcommon.jar ... .XPath xpath javax.xml.xpath.XPathExpression expr javax.xml.xpath.XPathExpressionException e public static ...
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java155 XPathExpression expr = xpath.compile(xpathStr); in getStringByXPath() local
505 public static void replace(String file, String expr, String substitute) { in replace()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaCompiler.java105 Vector expr = new Vector(5); in RPN2Infix() local
/trunk/main/unoxml/source/xpath/
H A Dxpathapi.cxx223 const OUString& expr) in selectNodeList()
235 const OUString& expr, in selectNodeListNS()
248 const OUString& expr) in selectSingleNode()
262 const OUString& expr, in selectSingleNodeNS()
338 const OUString& expr) in eval()
412 const OUString& expr, in evalNS()
/trunk/main/sax/test/sax/
H A Dfactory.hxx32 #define BUILD_ERROR(expr, Message)\ argument
52 #define WARNING_ASSERT(expr, Message) \ argument
71 #define ERROR_ASSERT(expr, Message) \ argument
78 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument
/trunk/main/sal/inc/sal/
H A Dtypes.h372 #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
/trunk/main/io/test/stm/
H A Dtestfactreg.hxx63 #define BUILD_ERROR(expr, Message)\ argument
83 #define WARNING_ASSERT(expr, Message) \ argument
102 #define ERROR_ASSERT(expr, Message) \ argument
109 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument
/trunk/main/extensions/test/stm/
H A Dtestfactreg.hxx56 #define BUILD_ERROR(expr, Message)\ argument
75 #define WARNING_ASSERT(expr, Message) \ argument
93 #define ERROR_ASSERT(expr, Message) \ argument
100 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx56 #define BUILD_ERROR(expr, Message)\ argument
75 #define WARNING_ASSERT(expr, Message) \ argument
93 #define ERROR_ASSERT(expr, Message) \ argument
100 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument
H A Dtestwriter.cxx55 #define BUILD_ERROR(expr, Message)\ argument
74 #define WARNING_ASSERT(expr, Message) \ argument
92 #define ERROR_ASSERT(expr, Message) \ argument
99 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument

Completed in 50 milliseconds