VSeriesPlotter.hxx (de7b3f82) | VSeriesPlotter.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 --- 388 unchanged lines hidden (view full) --- 397 virtual void setMappedProperties( 398 const ::com::sun::star::uno::Reference< 399 ::com::sun::star::drawing::XShape >& xTarget 400 , const ::com::sun::star::uno::Reference< 401 ::com::sun::star::beans::XPropertySet >& xSource 402 , const tPropertyNameMap& rMap 403 , tPropertyNameValueMap* pOverwriteMap=0 ); 404 | 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 --- 388 unchanged lines hidden (view full) --- 397 virtual void setMappedProperties( 398 const ::com::sun::star::uno::Reference< 399 ::com::sun::star::drawing::XShape >& xTarget 400 , const ::com::sun::star::uno::Reference< 401 ::com::sun::star::beans::XPropertySet >& xSource 402 , const tPropertyNameMap& rMap 403 , tPropertyNameValueMap* pOverwriteMap=0 ); 404 |
405 virtual PlottingPositionHelper& getPlottingPositionHelper( sal_Int32 nAxisIndex ) const;//nAxisIndex indicates wether the position belongs to the main axis ( nAxisIndex==0 ) or secondary axis ( nAxisIndex==1 ) | 405 virtual PlottingPositionHelper& getPlottingPositionHelper( sal_Int32 nAxisIndex ) const;//nAxisIndex indicates whether the position belongs to the main axis ( nAxisIndex==0 ) or secondary axis ( nAxisIndex==1 ) |
406 407 VDataSeries* getFirstSeries() const; 408 409protected: //member 410 PlottingPositionHelper* m_pMainPosHelper; 411 412 ::com::sun::star::uno::Reference< 413 ::com::sun::star::chart2::XChartType > m_xChartTypeModel; --- 34 unchanged lines hidden --- | 406 407 VDataSeries* getFirstSeries() const; 408 409protected: //member 410 PlottingPositionHelper* m_pMainPosHelper; 411 412 ::com::sun::star::uno::Reference< 413 ::com::sun::star::chart2::XChartType > m_xChartTypeModel; --- 34 unchanged lines hidden --- |