DataSeriesPointWrapper.hxx (de7b3f82) DataSeriesPointWrapper.hxx (796b7e2a)
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

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

138
139 eType m_eType;
140 sal_Int32 m_nSeriesIndexInNewAPI;
141 sal_Int32 m_nPointIndex;
142
143 sal_Bool m_bLinesAllowed;
144
145 //this should only be used, if the DataSeriesPointWrapper is initialized via the XInitialize interface
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

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

138
139 eType m_eType;
140 sal_Int32 m_nSeriesIndexInNewAPI;
141 sal_Int32 m_nPointIndex;
142
143 sal_Bool m_bLinesAllowed;
144
145 //this should only be used, if the DataSeriesPointWrapper is initialized via the XInitialize interface
146 //because a big change in the chartmodel may leed to an dataseriespointer thats not connected to the model anymore
146 //because a big change in the chartmodel may leed to an dataseriespointer that's not connected to the model anymore
147 //with the indizes instead we are can aleays get the new dataseries
148 ::com::sun::star::uno::Reference<
149 ::com::sun::star::chart2::XDataSeries > m_xDataSeries;
150};
151
152} // namespace wrapper
153} // namespace chart
154
155// CHART_DATASERIESPOINTWRAPPER_HXX
156#endif
147 //with the indizes instead we are can aleays get the new dataseries
148 ::com::sun::star::uno::Reference<
149 ::com::sun::star::chart2::XDataSeries > m_xDataSeries;
150};
151
152} // namespace wrapper
153} // namespace chart
154
155// CHART_DATASERIESPOINTWRAPPER_HXX
156#endif