summaryrefslogtreecommitdiffstats
path: root/autodoc/source/ary/kernel/namesort.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:15:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:15:29 +0000
commit4fad8ef0f5a091004d0a13cdf83e1b7cb6564db7 (patch)
tree20b226787eb59c842a1a3dd596e6ad15bd226405 /autodoc/source/ary/kernel/namesort.cxx
parentINTEGRATION: CWS adc18 (1.1.2); FILE ADDED (diff)
downloadcore-4fad8ef0f5a091004d0a13cdf83e1b7cb6564db7.tar.gz
core-4fad8ef0f5a091004d0a13cdf83e1b7cb6564db7.zip
INTEGRATION: CWS adc18 (1.4.2); FILE MERGED
2007/10/18 14:18:25 np 1.4.2.1: #i81775#
Diffstat (limited to 'autodoc/source/ary/kernel/namesort.cxx')
-rw-r--r--autodoc/source/ary/kernel/namesort.cxx34
1 files changed, 15 insertions, 19 deletions
diff --git a/autodoc/source/ary/kernel/namesort.cxx b/autodoc/source/ary/kernel/namesort.cxx
index 9a267465f441..985fdd28be54 100644
--- a/autodoc/source/ary/kernel/namesort.cxx
+++ b/autodoc/source/ary/kernel/namesort.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: namesort.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2007-09-18 13:43:23 $
+ * last change: $Author: hr $ $Date: 2007-11-02 16:13:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,7 +34,7 @@
************************************************************************/
#include <precomp.h>
-#include <namesort.hxx>
+#include <ary/namesort.hxx>
// NOT FULLY DEFINED SERVICES
@@ -44,11 +44,12 @@
namespace
{
-int C_cAryNameOrdering1[256] =
+
+int C_cAutodocNameOrdering1[256] =
{ 0,255,255,255, 255,255,255,255, 255,255,255,255, 255,255,255,255, // 0 ..
255,255,255,255, 255,255,255,255, 255,255,255,255, 255,255,255,255,
255,255,255,255, 255,255,255,255, 255,255,255,255, 255,255,255,255, // 32 ..
- 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,255,255, 255,255,255,255,
+ 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,255,255, 255,255,255,255,
255, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, // 64 ..
41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61,255, 255,255,255, 63,
@@ -66,11 +67,11 @@ int C_cAryNameOrdering1[256] =
255,255,255,255, 255,255,255,255, 255,255,255,255, 255,255,255,255
};
-int C_cAryNameOrdering2[256] =
+int C_cAutodocNameOrdering2[256] =
{ 0,255,255,255, 255,255,255,255, 255,255,255,255, 255,255,255,255, // 0 ..
255,255,255,255, 255,255,255,255, 255,255,255,255, 255,255,255,255,
255,255,255,255, 255,255,255,255, 255,255,255,255, 255,255,255,255, // 32 ..
- 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,255,255, 255,255,255,255,
+ 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,255,255, 255,255,255,255,
255, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, // 64 ..
41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61,255, 255,255,255, 63,
@@ -87,26 +88,21 @@ int C_cAryNameOrdering2[256] =
255,255,255,255, 255,255,255,255, 255,255,255,255, 255,255,255,255,
255,255,255,255, 255,255,255,255, 255,255,255,255, 255,255,255,255
};
-}
-
-
-namespace ary
-{
+} // namespace anonymous
-
-CompareCeNames::CompareCeNames()
- : aOrdering1(C_cAryNameOrdering1),
- aOrdering2(C_cAryNameOrdering2)
+namespace ary
{
-}
+const csv::CharOrder_Table
+LesserName::aOrdering1_(C_cAutodocNameOrdering1);
-
-} // namespace ary
+const csv::CharOrder_Table
+LesserName::aOrdering2_(C_cAutodocNameOrdering2);
+} // namespace ary