XMLSymbolTypePropertyHdl.cxx (63bba73c) XMLSymbolTypePropertyHdl.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

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

53 { XML_GRADIENTSTYLE_SQUARE, 0 }, // "square"
54 { XML_DIAMOND, 1 },
55 { XML_ARROW_DOWN, 2 },
56 { XML_ARROW_UP, 3 },
57 { XML_ARROW_RIGHT, 4 },
58 { XML_ARROW_LEFT, 5 },
59 { XML_BOW_TIE, 6 },
60 { XML_HOURGLASS, 7 },
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

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

53 { XML_GRADIENTSTYLE_SQUARE, 0 }, // "square"
54 { XML_DIAMOND, 1 },
55 { XML_ARROW_DOWN, 2 },
56 { XML_ARROW_UP, 3 },
57 { XML_ARROW_RIGHT, 4 },
58 { XML_ARROW_LEFT, 5 },
59 { XML_BOW_TIE, 6 },
60 { XML_HOURGLASS, 7 },
61 { XML_CIRCLE, 8 },
62 { XML_STAR, 9 },
63 { XML_X, 10 },
64 { XML_PLUS, 11 },
65 { XML_ASTERISK, 12 },
66 { XML_HORIZONTAL_BAR, 13 },
67 { XML_VERTICAL_BAR, 14 },
61 { XML_TOKEN_INVALID, 0 }
62};
63
64sal_Bool lcl_convertEnum(
65 OUStringBuffer & rBuffer,
66 sal_Int32 nValue,
67 const SvXMLSignedEnumMapEntry *pMap )
68{

--- 98 unchanged lines hidden ---
68 { XML_TOKEN_INVALID, 0 }
69};
70
71sal_Bool lcl_convertEnum(
72 OUStringBuffer & rBuffer,
73 sal_Int32 nValue,
74 const SvXMLSignedEnumMapEntry *pMap )
75{

--- 98 unchanged lines hidden ---