From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel.baumann@progress-linux.org> Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> --- sc/qa/unit/data/html/numberformat.html | 8 ++++++++ sc/qa/unit/data/html/tdf103960.html | Bin 0 -> 971 bytes sc/qa/unit/data/html/tdf88821-2.html | 19 +++++++++++++++++++ sc/qa/unit/data/html/tdf88821.html | 23 +++++++++++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 sc/qa/unit/data/html/numberformat.html create mode 100644 sc/qa/unit/data/html/tdf103960.html create mode 100644 sc/qa/unit/data/html/tdf88821-2.html create mode 100644 sc/qa/unit/data/html/tdf88821.html (limited to 'sc/qa/unit/data/html') diff --git a/sc/qa/unit/data/html/numberformat.html b/sc/qa/unit/data/html/numberformat.html new file mode 100644 index 000000000..f5fdc026f --- /dev/null +++ b/sc/qa/unit/data/html/numberformat.html @@ -0,0 +1,8 @@ +<html lang="en"> +<body> +<table> + <tr><td>Product</td><td>Price</td><td>Note</td></tr> + <tr><td>Google Nexus 7 (8GB)</td><td>199.98</td><td>This should be imported as a number, not text.</td></tr> +</table> +</body> +</html> diff --git a/sc/qa/unit/data/html/tdf103960.html b/sc/qa/unit/data/html/tdf103960.html new file mode 100644 index 000000000..3e07ac127 Binary files /dev/null and b/sc/qa/unit/data/html/tdf103960.html differ diff --git a/sc/qa/unit/data/html/tdf88821-2.html b/sc/qa/unit/data/html/tdf88821-2.html new file mode 100644 index 000000000..e71094aba --- /dev/null +++ b/sc/qa/unit/data/html/tdf88821-2.html @@ -0,0 +1,19 @@ +<html lang="en"> +<head> +<meta charset="UTF-8"> +</head> +<body> + <table border="1"> + <tr> + <td>Text</td> + <td>Decimal</td> + <td>Date</td> + </tr> + <tr> + <td>ABCabcČŠŽčšž</td> + <td>10,50</td> + <td>30.1.2015</td> + </tr> + </table> +</body> +</html> diff --git a/sc/qa/unit/data/html/tdf88821.html b/sc/qa/unit/data/html/tdf88821.html new file mode 100644 index 000000000..f8e22c873 --- /dev/null +++ b/sc/qa/unit/data/html/tdf88821.html @@ -0,0 +1,23 @@ +<meta http-equiv="Content-type" content="application/xhtml+xml; charset=UTF-8" xmlns:myObj="urn:ms-kb" xmlns:myObjConvertBool="urn:ms-bool" xmlns:myObjConvertDecimal="urn:ms-dec" xmlns:myObjConvertText="urn:ms-text" /> +<HTML xmlns:myObj="urn:ms-kb" xmlns:myObjConvertBool="urn:ms-bool" xmlns:myObjConvertDecimal="urn:ms-dec" xmlns:myObjConvertText="urn:ms-text"> + <HEAD> + <STYLE>.HDR { background-color:bisque;font-weight:bold }</STYLE> + </HEAD> + <BODY> + <TABLE> + <COLGROUP WIDTH="150" ALIGN="LEFT" /> + <COLGROUP WIDTH="150" ALIGN="LEFT" /> + <TD CLASS="HDR" ALIGN="CENTER"> + Code de la liste</TD> + <TD CLASS="HDR" ALIGN="CENTER"> + Libellé de la liste</TD> + <TR> + <TD CLASS="TDR"> + ACT_PERIMETRE</TD> + <TD CLASS="TDR"> + Périmètre</TD> + </TR> + </TABLE> + </BODY> +</HTML> + -- cgit v1.2.3