SchXMLChartContext.hxx (ecfe53c5) | SchXMLChartContext.hxx (940681c7) |
---|---|
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 --- 119 unchanged lines hidden (view full) --- 128 ::rtl::OUString msRowTrans; 129 ::rtl::OUString maChartTypeServiceName; 130 131 ::com::sun::star::awt::Size maChartSize; 132 133 /** @descr This method bundles some settings to the chart model and executes them with 134 a locked controller. This includes setting the chart type. 135 @param aServiceName The name of the service the diagram is initialized with. | 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 --- 119 unchanged lines hidden (view full) --- 128 ::rtl::OUString msRowTrans; 129 ::rtl::OUString maChartTypeServiceName; 130 131 ::com::sun::star::awt::Size maChartSize; 132 133 /** @descr This method bundles some settings to the chart model and executes them with 134 a locked controller. This includes setting the chart type. 135 @param aServiceName The name of the service the diagram is initialized with. |
136 @param bSetWitchData Indicates wether the data set takes it's data series from | 136 @param bSetWitchData Indicates whether the data set takes it's data series from |
137 rows or from columns. 138 */ 139 void InitChart (const ::rtl::OUString & rChartTypeServiceName, 140 sal_Bool bSetSwitchData); 141 142 void MergeSeriesForStockChart(); 143}; 144 --- 26 unchanged lines hidden --- | 137 rows or from columns. 138 */ 139 void InitChart (const ::rtl::OUString & rChartTypeServiceName, 140 sal_Bool bSetSwitchData); 141 142 void MergeSeriesForStockChart(); 143}; 144 --- 26 unchanged lines hidden --- |