VDataSeries.hxx (de7b3f82) | VDataSeries.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 --- 205 unchanged lines hidden (view full) --- 214 VDataSequence* m_pValueSequenceForDataLabelNumberFormatDetection; 215 216 mutable double m_fYMeanValue; 217 218 ::com::sun::star::uno::Sequence< sal_Int32 > m_aAttributedDataPointIndexList; 219 220 ::com::sun::star::chart2::StackingDirection m_eStackingDirection; 221 | 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 --- 205 unchanged lines hidden (view full) --- 214 VDataSequence* m_pValueSequenceForDataLabelNumberFormatDetection; 215 216 mutable double m_fYMeanValue; 217 218 ::com::sun::star::uno::Sequence< sal_Int32 > m_aAttributedDataPointIndexList; 219 220 ::com::sun::star::chart2::StackingDirection m_eStackingDirection; 221 |
222 sal_Int32 m_nAxisIndex;//indicates wether this is attached to a main or secondary axis | 222 sal_Int32 m_nAxisIndex;//indicates whether this is attached to a main or secondary axis |
223 224 sal_Bool m_bConnectBars; 225 226 sal_Bool m_bGroupBarsPerAxis; 227 228 sal_Int32 m_nStartingAngle; 229 230 rtl::OUString m_aSeriesParticle; --- 34 unchanged lines hidden --- | 223 224 sal_Bool m_bConnectBars; 225 226 sal_Bool m_bGroupBarsPerAxis; 227 228 sal_Int32 m_nStartingAngle; 229 230 rtl::OUString m_aSeriesParticle; --- 34 unchanged lines hidden --- |