xmltoken.cxx (5aaf853b) xmltoken.cxx (3a5971bb)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 3116 unchanged lines hidden (view full) ---

3125 TOKEN( "major-interval-unit", XML_MAJOR_INTERVAL_UNIT ),
3126 TOKEN( "minor-interval-unit", XML_MINOR_INTERVAL_UNIT ),
3127
3128 TOKEN( "min-value", XML_MIN_VALUE ),
3129 TOKEN( "max-value", XML_MAX_VALUE ),
3130
3131 TOKEN( "margin", XML_MARGIN),
3132
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 3116 unchanged lines hidden (view full) ---

3125 TOKEN( "major-interval-unit", XML_MAJOR_INTERVAL_UNIT ),
3126 TOKEN( "minor-interval-unit", XML_MINOR_INTERVAL_UNIT ),
3127
3128 TOKEN( "min-value", XML_MIN_VALUE ),
3129 TOKEN( "max-value", XML_MAX_VALUE ),
3130
3131 TOKEN( "margin", XML_MARGIN),
3132
3133 // regina, ODF1.2 additional symbols in charts
3134 TOKEN( "star", XML_STAR ),
3135 TOKEN( "asterisk", XML_ASTERISK ),
3136 TOKEN( "horizontal-bar", XML_HORIZONTAL_BAR ),
3137 TOKEN( "vertical-bar", XML_VERTICAL_BAR ),
3138
3133#if OSL_DEBUG_LEVEL > 0
3134 { 0, NULL, NULL, XML_TOKEN_END }
3135#else
3136 { 0, NULL, NULL /* XML_TOKEN_END */ }
3137#endif
3138 };
3139
3140 sal_Int32 nRescheduleCount = 0;

--- 73 unchanged lines hidden ---
3139#if OSL_DEBUG_LEVEL > 0
3140 { 0, NULL, NULL, XML_TOKEN_END }
3141#else
3142 { 0, NULL, NULL /* XML_TOKEN_END */ }
3143#endif
3144 };
3145
3146 sal_Int32 nRescheduleCount = 0;

--- 73 unchanged lines hidden ---