Added two new options to the text document XPropertySet

This commit is contained in:
Martin Gallwey 2001-03-29 16:17:20 +00:00
parent ce54e25971
commit b698a85532
2 changed files with 8 additions and 4 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: unomap.hxx,v $
*
* $Revision: 1.21 $
* $Revision: 1.22 $
*
* last change: $Author: mtg $ $Date: 2001-03-28 11:05:33 $
* last change: $Author: mtg $ $Date: 2001-03-29 17:15:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -219,6 +219,8 @@
#define WID_DOC_ADD_PARA_TABLE_SPACING 1013
#define WID_DOC_ADD_PARA_TABLE_SPACING_AT_START 1014
#define WID_DOC_PRINTER_NAME 1015
#define WID_DOC_IS_KERN_ASIAN_PUNCTUATION 1016
#define WID_DOC_CHARACTER_COMPRESSION_TYPE 1017
//AutoText
#define WID_GROUP_PATH 0

View file

@ -2,9 +2,9 @@
*
* $RCSfile: unoprnms.hxx,v $
*
* $Revision: 1.48 $
* $Revision: 1.49 $
*
* last change: $Author: mtg $ $Date: 2001-03-28 11:32:19 $
* last change: $Author: mtg $ $Date: 2001-03-29 17:17:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -693,4 +693,6 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_CHART_AUTO_UPDATE;
extern const SwPropNameLen __FAR_DATA UNO_NAME_ADD_PARA_TABLE_SPACING;
extern const SwPropNameLen __FAR_DATA UNO_NAME_ADD_PARA_TABLE_SPACING_AT_START;
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINTER_NAME;
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_KERN_ASIAN_PUNCTUATION;
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHARACTER_COMPRESSION_TYPE;
#endif