summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/textfield/GetExpression.idl
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-11-15 13:01:00 +0000
committerOliver Specht <os@openoffice.org>2002-11-15 13:01:00 +0000
commit29e1cf1ae79e187aafb149da3507d00b936d7bc2 (patch)
tree12f3f4e47e01069831affbe9f2e3786314104b92 /offapi/com/sun/star/text/textfield/GetExpression.idl
parent9fcb82b87423aeff7fe7a80d34a809da88bde16a (diff)
#103096# optionally apply fixed (no language dependence) number format to text fields
Diffstat (limited to 'offapi/com/sun/star/text/textfield/GetExpression.idl')
-rw-r--r--offapi/com/sun/star/text/textfield/GetExpression.idl9
1 files changed, 6 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/textfield/GetExpression.idl b/offapi/com/sun/star/text/textfield/GetExpression.idl
index 6e298b43e107..55d66dea0a1b 100644
--- a/offapi/com/sun/star/text/textfield/GetExpression.idl
+++ b/offapi/com/sun/star/text/textfield/GetExpression.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GetExpression.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2002-01-08 15:34:00 $
+ * last change: $Author: os $ $Date: 2002-11-15 14:00:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,10 @@ service GetExpression
/** deprecated
*/
[property]short VariableSubtype;
-
+ /** determines whether changes in language attributes at the position the text field
+ is located also change the number format as appropriate for this language.
+ */
+ [optional, property] boolean IsFixedLanguage;
};
//=============================================================================