summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xsd
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:46:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:46:32 +0000
commit4562add21e36a4404e87a44abf1891e867f09feb (patch)
tree66da81e8bd78b3d44680bd6d07f81cb4e95f41b2 /offapi/com/sun/star/xsd
parent283019c0564ec116eb7f11459000bd9e91e21215 (diff)
INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED
2004/12/23 14:04:43 dvo 1.2.6.1: #i38666# change XSD type property names to reflect their type Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'offapi/com/sun/star/xsd')
-rw-r--r--offapi/com/sun/star/xsd/Decimal.idl12
-rw-r--r--offapi/com/sun/star/xsd/Month.idl12
-rw-r--r--offapi/com/sun/star/xsd/Time.idl12
-rw-r--r--offapi/com/sun/star/xsd/Year.idl12
4 files changed, 24 insertions, 24 deletions
diff --git a/offapi/com/sun/star/xsd/Decimal.idl b/offapi/com/sun/star/xsd/Decimal.idl
index 1f4cde15283d..0f85c34027e6 100644
--- a/offapi/com/sun/star/xsd/Decimal.idl
+++ b/offapi/com/sun/star/xsd/Decimal.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Decimal.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 11:13:56 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:45:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,22 +99,22 @@ service Decimal
/** specifies the inclusive upper bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-maxInclusive
*/
- [property, maybevoid] double MaxInclusive;
+ [property, maybevoid] double MaxInclusiveDouble;
/** specifies the exclusive upper bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-maxExclusive
*/
- [property, maybevoid] double MaxExclusive;
+ [property, maybevoid] double MaxExclusiveDouble;
/** specifies the inclusive lower bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-minInclusive
*/
- [property, maybevoid] double MinInclusive;
+ [property, maybevoid] double MinInclusiveDouble;
/** specifies the exclusive lower bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-minExclusive
*/
- [property, maybevoid] double MinExclusive;
+ [property, maybevoid] double MinExclusiveDouble;
};
//=============================================================================
diff --git a/offapi/com/sun/star/xsd/Month.idl b/offapi/com/sun/star/xsd/Month.idl
index 95e16848600d..2937c1cb27a5 100644
--- a/offapi/com/sun/star/xsd/Month.idl
+++ b/offapi/com/sun/star/xsd/Month.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Month.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 11:14:08 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:46:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,22 +81,22 @@ service Month
/** specifies the inclusive upper bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-maxInclusive
*/
- [property, maybevoid] byte MaxInclusive;
+ [property, maybevoid] short MaxInclusiveInt;
/** specifies the exclusive upper bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-maxExclusive
*/
- [property, maybevoid] byte MaxExclusive;
+ [property, maybevoid] short MaxExclusiveInt;
/** specifies the inclusive lower bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-minInclusive
*/
- [property, maybevoid] byte MinInclusive;
+ [property, maybevoid] short MinInclusiveInt;
/** specifies the exclusive lower bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-minExclusive
*/
- [property, maybevoid] byte MinExclusive;
+ [property, maybevoid] short MinExclusiveInt;
};
//=============================================================================
diff --git a/offapi/com/sun/star/xsd/Time.idl b/offapi/com/sun/star/xsd/Time.idl
index 4aba589f703e..5aa0a91b1ea0 100644
--- a/offapi/com/sun/star/xsd/Time.idl
+++ b/offapi/com/sun/star/xsd/Time.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Time.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Time: 2004/07/15 07:47:13 $
+ * last change: $Author: vg $ $Time: 2004/07/15 07:47:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,22 +84,22 @@ service Time
/** specifies the inclusive upper bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-maxInclusive
*/
- [property, maybevoid] com::sun::star::util::Time MaxInclusive;
+ [property, maybevoid] com::sun::star::util::Time MaxInclusiveTime;
/** specifies the exclusive upper bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-maxExclusive
*/
- [property, maybevoid] com::sun::star::util::Time MaxExclusive;
+ [property, maybevoid] com::sun::star::util::Time MaxExclusiveTime;
/** specifies the inclusive lower bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-minInclusive
*/
- [property, maybevoid] com::sun::star::util::Time MinInclusive;
+ [property, maybevoid] com::sun::star::util::Time MinInclusiveTime;
/** specifies the exclusive lower bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-minExclusive
*/
- [property, maybevoid] com::sun::star::util::Time MinExclusive;
+ [property, maybevoid] com::sun::star::util::Time MinExclusiveTime;
};
//=============================================================================
diff --git a/offapi/com/sun/star/xsd/Year.idl b/offapi/com/sun/star/xsd/Year.idl
index 9b78f80551a8..eb4feeb204bf 100644
--- a/offapi/com/sun/star/xsd/Year.idl
+++ b/offapi/com/sun/star/xsd/Year.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Year.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 11:15:05 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:46:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,22 +81,22 @@ service Year
/** specifies the inclusive upper bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-maxInclusive
*/
- [property, maybevoid] short MaxInclusive;
+ [property, maybevoid] short MaxInclusiveInt;
/** specifies the exclusive upper bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-maxExclusive
*/
- [property, maybevoid] short MaxExclusive;
+ [property, maybevoid] short MaxExclusiveInt;
/** specifies the inclusive lower bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-minInclusive
*/
- [property, maybevoid] short MinInclusive;
+ [property, maybevoid] short MinInclusiveInt;
/** specifies the exclusive lower bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-minExclusive
*/
- [property, maybevoid] short MinExclusive;
+ [property, maybevoid] short MinExclusiveInt;
};
//=============================================================================