WrappedSymbolProperties.cxx (cde9e8dc) | WrappedSymbolProperties.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 --- 134 unchanged lines hidden (view full) --- 143 switch( rSymbol.Style ) 144 { 145 case chart2::SymbolStyle_NONE: 146 break; 147 case chart2::SymbolStyle_AUTO: 148 nSymbol = ::com::sun::star::chart::ChartSymbolType::AUTO; 149 break; 150 case chart2::SymbolStyle_STANDARD: | 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 --- 134 unchanged lines hidden (view full) --- 143 switch( rSymbol.Style ) 144 { 145 case chart2::SymbolStyle_NONE: 146 break; 147 case chart2::SymbolStyle_AUTO: 148 nSymbol = ::com::sun::star::chart::ChartSymbolType::AUTO; 149 break; 150 case chart2::SymbolStyle_STANDARD: |
151 nSymbol = rSymbol.StandardSymbol%8; | 151 nSymbol = rSymbol.StandardSymbol%15; |
152 break; 153 case chart2::SymbolStyle_POLYGON://new feature 154 nSymbol = ::com::sun::star::chart::ChartSymbolType::AUTO; 155 break; 156 case chart2::SymbolStyle_GRAPHIC: 157 nSymbol = ::com::sun::star::chart::ChartSymbolType::BITMAPURL; 158 break; 159 default: --- 438 unchanged lines hidden --- | 152 break; 153 case chart2::SymbolStyle_POLYGON://new feature 154 nSymbol = ::com::sun::star::chart::ChartSymbolType::AUTO; 155 break; 156 case chart2::SymbolStyle_GRAPHIC: 157 nSymbol = ::com::sun::star::chart::ChartSymbolType::BITMAPURL; 158 break; 159 default: --- 438 unchanged lines hidden --- |