mathmlimport.hxx (67e470da) mathmlimport.hxx (8f2cf668)
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

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

287};
288
289enum SmXMLPresLayoutAttrTokenMap
290{
291 XML_TOK_FONTWEIGHT,
292 XML_TOK_FONTSTYLE,
293 XML_TOK_FONTSIZE,
294 XML_TOK_FONTFAMILY,
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

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

287};
288
289enum SmXMLPresLayoutAttrTokenMap
290{
291 XML_TOK_FONTWEIGHT,
292 XML_TOK_FONTSTYLE,
293 XML_TOK_FONTSIZE,
294 XML_TOK_FONTFAMILY,
295 XML_TOK_COLOR
295 XML_TOK_COLOR,
296 XML_TOK_MATHCOLOR
296};
297
298
299enum SmXMLFencedAttrTokenMap
300{
301 XML_TOK_OPEN,
302 XML_TOK_CLOSE
303};

--- 40 unchanged lines hidden ---
297};
298
299
300enum SmXMLFencedAttrTokenMap
301{
302 XML_TOK_OPEN,
303 XML_TOK_CLOSE
304};

--- 40 unchanged lines hidden ---