summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/scfuncs.src
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-16 01:19:22 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-16 15:59:06 +0200
commit3b9620e18bdcb91a229e9aefef5192f346030b52 (patch)
tree521daa0fd89815baad948d26ea7d383dd910d51e /sc/source/ui/src/scfuncs.src
parentde8a82d9ac6ce02416aa820f82b5a3ea2598ec1c (diff)
inital work on FILTERXML function
Change-Id: Ifb884a52b275df818812f8be6cd7650dcb97849d
Diffstat (limited to 'sc/source/ui/src/scfuncs.src')
-rw-r--r--sc/source/ui/src/scfuncs.src30
1 files changed, 30 insertions, 0 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 87b9cdd70f8f..702abcde07be 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -9730,6 +9730,36 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
String 7 // Description of Parameter 3
{
Text [ en-US ] = "The number of characters for the text." ;
+ }
+ Resource SC_OPCODE_FILTERXML
+ {
+ ExtraData =
+ {
+ 0;
+ ID_FUNCTION_GRP_TEXT;
+ U2S( HID_FUNC_BITLSHIFT );
+ 2; 0; 0;
+ 0;
+ }
+ String 1 // Description
+ {
+ Text [ en-US ] = "Apply an XPath expression to an XML document";
+ };
+ String 2 // Name of Parameter 1
+ {
+ Text [ en-US ] = "XML Document";
+ };
+ String 3 // Description of Parameter 1
+ {
+ Text [ en-US ] = "String containing a valid XML stream";
+ };
+ String 4 // Name of parameter 2
+ {
+ Text [ en-US ] = "XPath expression";
+ };
+ String 5 // Description of Parameter 2
+ {
+ Text [ en-US ] = "String containing a valid XPath expression";
};
};
};