added tab stop distance
This commit is contained in:
parent
9bd5d41fa2
commit
91505a9d85
2 changed files with 6 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: xmlkywd.hxx,v $
|
||||
*
|
||||
* $Revision: 1.133 $
|
||||
* $Revision: 1.134 $
|
||||
*
|
||||
* last change: $Author: sab $ $Date: 2001-03-22 17:36:24 $
|
||||
* last change: $Author: mtg $ $Date: 2001-03-23 13:37:23 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -1601,6 +1601,7 @@ XML_CONSTASCII_ACTION( sXML_table_row_group, "table-row-group" );
|
|||
XML_CONSTASCII_ACTION( sXML_table_rows, "table-rows" );
|
||||
XML_CONSTASCII_ACTION( sXML_table_source, "table-source" );
|
||||
XML_CONSTASCII_ACTION( sXML_table_view, "table-view" );
|
||||
XML_CONSTASCII_ACTION( sXML_tab_stop_distance, "tab-stop-distance" );
|
||||
XML_CONSTASCII_ACTION( sXML_tan, "tan" );
|
||||
XML_CONSTASCII_ACTION( sXML_tanh, "tanh" );
|
||||
XML_CONSTASCII_ACTION( sXML_target_cell_address, "target-cell-address");
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: txtprmap.cxx,v $
|
||||
*
|
||||
* $Revision: 1.35 $
|
||||
* $Revision: 1.36 $
|
||||
*
|
||||
* last change: $Author: dvo $ $Date: 2001-03-21 16:03:50 $
|
||||
* last change: $Author: mtg $ $Date: 2001-03-23 13:37:58 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -337,6 +337,7 @@ XMLPropertyMapEntry aXMLParaPropMap[] =
|
|||
M_ED( "ParaIsCharacterDistance", STYLE, text_autospace, XML_TYPE_TEXT_AUTOSPACE, 0 ),
|
||||
M_ED( "ParaIsHangingPunctuation", STYLE, punctuation_wrap, XML_TYPE_TEXT_PUNCTUATION_WRAP, 0 ),
|
||||
M_ED( "ParaIsForbiddenRules", STYLE, line_break, XML_TYPE_TEXT_LINE_BREAK, 0 ),
|
||||
M_ED( "TabStopDistance", STYLE, tab_stop_distance, XML_TYPE_MEASURE, 0 ),
|
||||
{ 0, 0, 0, 0 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue