Kaydet (Commit) d4fe677d authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS oasis (1.13.62); FILE MERGED

2004/06/21 09:12:34 mib 1.13.62.2: #i20153#: meta generator, service names for chart and forms
2004/06/08 14:49:17 mib 1.13.62.1: - #i20153#: form controls
üst eb0a1954
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: formattributes.cxx,v $ * $RCSfile: formattributes.cxx,v $
* *
* $Revision: 1.14 $ * $Revision: 1.15 $
* *
* last change: $Author: obo $ $Date: 2004-07-05 16:08:29 $ * last change: $Author: rt $ $Date: 2004-07-13 08:12:19 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -91,7 +91,7 @@ namespace xmloff ...@@ -91,7 +91,7 @@ namespace xmloff
switch (_nId) switch (_nId)
{ {
case CCA_NAME: return "name"; case CCA_NAME: return "name";
case CCA_SERVICE_NAME: return "service-name"; case CCA_SERVICE_NAME: return "control-implementation";
case CCA_BUTTON_TYPE: return "button-type"; case CCA_BUTTON_TYPE: return "button-type";
case CCA_CONTROL_ID: return "id"; case CCA_CONTROL_ID: return "id";
case CCA_CURRENT_SELECTED: return "current-selected"; case CCA_CURRENT_SELECTED: return "current-selected";
...@@ -236,7 +236,7 @@ namespace xmloff ...@@ -236,7 +236,7 @@ namespace xmloff
case SCA_CURRENT_STATE: return "current-state"; case SCA_CURRENT_STATE: return "current-state";
case SCA_IS_TRISTATE: return "is-tristate"; case SCA_IS_TRISTATE: return "is-tristate";
case SCA_STATE: return "state"; case SCA_STATE: return "state";
case SCA_COLUMN_STYLE_NAME: return "column-style-name"; case SCA_COLUMN_STYLE_NAME: return "text-style-name";
case SCA_STEP_SIZE: return "step-size"; case SCA_STEP_SIZE: return "step-size";
case SCA_PAGE_STEP_SIZE: return "page-step-size"; case SCA_PAGE_STEP_SIZE: return "page-step-size";
case SCA_REPEAT_DELAY: return "delay-for-repeat"; case SCA_REPEAT_DELAY: return "delay-for-repeat";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment