VSeriesPlotter.cxx (9ec58d04) VSeriesPlotter.cxx (b1bc2d97)
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

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

1301 }
1302 if(::rtl::math::isInf(fMaximum))
1303 ::rtl::math::setNan(&fMaximum);
1304 return fMaximum;
1305}
1306
1307double VSeriesPlotter::getMinimumZ()
1308{
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

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

1301 }
1302 if(::rtl::math::isInf(fMaximum))
1303 ::rtl::math::setNan(&fMaximum);
1304 return fMaximum;
1305}
1306
1307double VSeriesPlotter::getMinimumZ()
1308{
1309 //this is the default for all charts without a meaningfull z axis
1309 //this is the default for all charts without a meaningful z axis
1310 return 1.0;
1311}
1312double VSeriesPlotter::getMaximumZ()
1313{
1314 if( 3!=m_nDimension || !m_aZSlots.size() )
1315 return getMinimumZ()+1;
1316 return m_aZSlots.size();
1317}

--- 959 unchanged lines hidden ---
1310 return 1.0;
1311}
1312double VSeriesPlotter::getMaximumZ()
1313{
1314 if( 3!=m_nDimension || !m_aZSlots.size() )
1315 return getMinimumZ()+1;
1316 return m_aZSlots.size();
1317}

--- 959 unchanged lines hidden ---