diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-05 09:54:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-05 09:54:07 +0000 |
commit | 06c9c4aec2efb97d0b5ae8036ef3bddcdc643ecd (patch) | |
tree | 92cbcf0cfecad68a4a48844dfb07c95d82d16285 /xmloff | |
parent | beb8cae0d8f529e2f90daedb6d42115008c5b4d8 (diff) |
INTEGRATION: CWS sch10 (1.22.180); FILE MERGED
2005/06/30 09:49:38 bm 1.22.180.1: #i51307# set size/position and 3d scene properties only if necessary, i.e. when respective attributes have been read
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/SchXMLImport.hxx | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx index be5341662113..c595154b74c3 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SchXMLImport.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: obo $ $Date: 2004-11-15 12:34:27 $ + * last change: $Author: obo $ $Date: 2005-07-05 10:54:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -164,7 +164,17 @@ enum SchXMLPlotAreaAttrTokenMap XML_TOK_PA_TRANSFORM, XML_TOK_PA_CHART_ADDRESS, XML_TOK_PA_TABLE_NUMBER_LIST, - XML_TOK_PA_DS_HAS_LABELS + XML_TOK_PA_DS_HAS_LABELS, + XML_TOK_PA_VRP, + XML_TOK_PA_VPN, + XML_TOK_PA_VUP, + XML_TOK_PA_PROJECTION, + XML_TOK_PA_DISTANCE, + XML_TOK_PA_FOCAL_LENGTH, + XML_TOK_PA_SHADOW_SLANT, + XML_TOK_PA_SHADE_MODE, + XML_TOK_PA_AMBIENT_COLOR, + XML_TOK_PA_LIGHTING_MODE }; enum SchXMLAxisAttrTokenMap |