diff options
author | Michael Brauer <mib@openoffice.org> | 2001-01-15 10:24:09 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2001-01-15 10:24:09 +0000 |
commit | 9f55147829ec63c7e872f9037d118e6fc8c0e6bd (patch) | |
tree | e4b662fdc4cfe850f564d196c50f95897638d59a /xmloff | |
parent | 128e943303bdd75b6560afffa061cff7aad78456 (diff) |
#81708#: new frame properties and XML attributes
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmlkywd.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/inc/xmlkywd.hxx b/xmloff/inc/xmlkywd.hxx index 6ed19c031e7e..f7d485a8a417 100644 --- a/xmloff/inc/xmlkywd.hxx +++ b/xmloff/inc/xmlkywd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlkywd.hxx,v $ * - * $Revision: 1.85 $ + * $Revision: 1.86 $ * - * last change: $Author: cmc $ $Date: 2001-01-11 13:43:07 $ + * last change: $Author: mib $ $Date: 2001-01-15 11:24:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1192,6 +1192,7 @@ XML_CONSTASCII_ACTION( sXML_register_true, "register-true" ); XML_CONSTASCII_ACTION( sXML_register_truth_ref_style_name, "register-truth-ref-style-name" ); XML_CONSTASCII_ACTION( sXML_regression_type, "regression-type" ); XML_CONSTASCII_ACTION( sXML_rel_column_width, "rel-column-width" ); +XML_CONSTASCII_ACTION( sXML_rel_height, "rel-height" ); XML_CONSTASCII_ACTION( sXML_rel_width, "rel-width" ); XML_CONSTASCII_ACTION( sXML_relative, "relative" ) ; XML_CONSTASCII_ACTION( sXML_relative_tab_stop_position, "relative-tab-stop-position" ); @@ -1233,6 +1234,8 @@ XML_CONSTASCII_ACTION( sXML_run_through, "run-through" ); XML_CONSTASCII_ACTION( sXML_rx, "rx" ); XML_CONSTASCII_ACTION( sXML_ry, "ry" ); XML_CONSTASCII_ACTION( sXML_s, "s" ); +XML_CONSTASCII_ACTION( sXML_scale, "scale" ); +XML_CONSTASCII_ACTION( sXML_scale_min, "scale-min" ); XML_CONSTASCII_ACTION( sXML_scale_text, "scale-text" ); XML_CONSTASCII_ACTION( sXML_scale_to, "scale-to" ); XML_CONSTASCII_ACTION( sXML_scale_to_pages, "scale-to-pages" ); |