summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorDirk Grobler <dg@openoffice.org>2001-10-11 13:23:02 +0000
committerDirk Grobler <dg@openoffice.org>2001-10-11 13:23:02 +0000
commitecc3afa57a478e170bf9c6ad599c6ba78f0ad6c6 (patch)
tree3367b77d08744cdb3fa2a45b61a7b967b0b908a1 /configmgr
parentdcc4e67af54d75295f820c69ac9c008307ef0e9b (diff)
#92234# new string defs to share
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/strdecl.hxx19
-rw-r--r--configmgr/source/misc/strimpl.cxx20
2 files changed, 35 insertions, 4 deletions
diff --git a/configmgr/source/inc/strdecl.hxx b/configmgr/source/inc/strdecl.hxx
index 80b05d45c498..c638cdbfafc2 100644
--- a/configmgr/source/inc/strdecl.hxx
+++ b/configmgr/source/inc/strdecl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: strdecl.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: lla $ $Date: 2001-08-20 11:31:47 $
+ * last change: $Author: dg $ $Date: 2001-10-11 14:22:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,6 +143,21 @@ namespace configmgr
DECLARE_CONSTASCII_USTRING(PARAM_OBJECT);
DECLARE_CONSTASCII_USTRING(PARAM_NAME);
DECLARE_CONSTASCII_USTRING(PARAM_ISNEWOBJECT);
+ DECLARE_CONSTASCII_USTRING(PARAM_GROUP);
+
+ // Properties
+ DECLARE_CONSTASCII_USTRING(PROP_MEMBEROF);
+
+ // node constants
+ DECLARE_CONSTASCII_USTRING(NODE_TOPLEVEL);
+ DECLARE_CONSTASCII_USTRING(NODE_USERPROFILE);
+ DECLARE_CONSTASCII_USTRING(NODE_USERPROFILE_GROUP_PATH);
+ DECLARE_CONSTASCII_USTRING(NODE_USERPROFILE_GROUP_FIELD);
+ DECLARE_CONSTASCII_USTRING(NODE_USERPROFILE_DEFAULTGROUP);
+ DECLARE_CONSTASCII_USTRING(NODE_USERPROFILE_GROUPLIST);
+ DECLARE_CONSTASCII_USTRING(NODE_USERPROFILE_USERLIST);
+ DECLARE_CONSTASCII_USTRING(NODE_USERTEMPLATE_MODULE);
+ DECLARE_CONSTASCII_USTRING(NODE_USERTEMPLATE_NAME);
} // namespace configmgr
#endif
diff --git a/configmgr/source/misc/strimpl.cxx b/configmgr/source/misc/strimpl.cxx
index f06f41f4b1ec..616ee81cc10d 100644
--- a/configmgr/source/misc/strimpl.cxx
+++ b/configmgr/source/misc/strimpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: strimpl.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: lla $ $Date: 2001-08-20 11:31:47 $
+ * last change: $Author: dg $ $Date: 2001-10-11 14:23:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,6 +138,22 @@ namespace configmgr
IMPLEMENT_CONSTASCII_USTRING(PARAM_OBJECT, "Object");
IMPLEMENT_CONSTASCII_USTRING(PARAM_NAME, "Name");
IMPLEMENT_CONSTASCII_USTRING(PARAM_ISNEWOBJECT, "IsNewObject");
+ IMPLEMENT_CONSTASCII_USTRING(PARAM_GROUP, "Group");
+
+ // Properties
+ IMPLEMENT_CONSTASCII_USTRING(PROP_MEMBEROF, "MemberOf");
+
+ // node strings
+ IMPLEMENT_CONSTASCII_USTRING(NODE_TOPLEVEL, "TOPLEVEL");
+ IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE, "org.openoffice.UserProfile");
+ IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE_GROUP_PATH, "Data");
+ IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE_GROUP_FIELD, "UserGroup");
+ IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE_DEFAULTGROUP, "defaultGroup");
+ IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE_GROUPLIST, "org.openoffice.UserProfile/Group");
+ IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE_USERLIST, "org.openoffice.UserProfile/User");
+ IMPLEMENT_CONSTASCII_USTRING(NODE_USERTEMPLATE_MODULE, "org.openoffice.Webtop.Common");
+ IMPLEMENT_CONSTASCII_USTRING(NODE_USERTEMPLATE_NAME, "User");
+
// emacs:
// create the declare from the implement