VCoordinateSystem.hxx (de7b3f82) | VCoordinateSystem.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 --- 146 unchanged lines hidden (view full) --- 155 void impl_adjustDimensionAndIndex( sal_Int32& rDimensionIndex, sal_Int32& rAxisIndex ) const; 156 157protected: //member 158 ::com::sun::star::uno::Reference< 159 ::com::sun::star::chart2::XCoordinateSystem > m_xCooSysModel; 160 161 rtl::OUString m_aCooSysParticle; 162 | 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 --- 146 unchanged lines hidden (view full) --- 155 void impl_adjustDimensionAndIndex( sal_Int32& rDimensionIndex, sal_Int32& rAxisIndex ) const; 156 157protected: //member 158 ::com::sun::star::uno::Reference< 159 ::com::sun::star::chart2::XCoordinateSystem > m_xCooSysModel; 160 161 rtl::OUString m_aCooSysParticle; 162 |
163 typedef std::pair< sal_Int32, sal_Int32 > tFullAxisIndex; //first index is the dimension, second index is the axis index that indicates wether this is a main or secondary axis | 163 typedef std::pair< sal_Int32, sal_Int32 > tFullAxisIndex; //first index is the dimension, second index is the axis index that indicates whether this is a main or secondary axis |
164 165 // 166 ::com::sun::star::uno::Reference< 167 ::com::sun::star::drawing::XShapes > m_xLogicTargetForGrids; 168 ::com::sun::star::uno::Reference< 169 ::com::sun::star::drawing::XShapes > m_xLogicTargetForAxes; 170 ::com::sun::star::uno::Reference< 171 ::com::sun::star::drawing::XShapes > m_xFinalTarget; --- 34 unchanged lines hidden --- | 164 165 // 166 ::com::sun::star::uno::Reference< 167 ::com::sun::star::drawing::XShapes > m_xLogicTargetForGrids; 168 ::com::sun::star::uno::Reference< 169 ::com::sun::star::drawing::XShapes > m_xLogicTargetForAxes; 170 ::com::sun::star::uno::Reference< 171 ::com::sun::star::drawing::XShapes > m_xFinalTarget; --- 34 unchanged lines hidden --- |