Searched refs:isLogarithmic (Results 1 – 5 of 5) sorted by relevance
192 if( AxisHelper::isLogarithmic(aScaleData.Scaling) ) in setPropertyValue()317 bool bWasLogarithm = AxisHelper::isLogarithmic( aScaleData.Scaling ); in setPropertyValue()411 bool bLogarithmic( AxisHelper::isLogarithmic(aScaleData.Scaling) ); in getPropertyValue()576 aRet <<= static_cast< sal_Bool >( AxisHelper::isLogarithmic(aScaleData.Scaling) ); in getPropertyValue()
224 sal_Bool bValue = AxisHelper::isLogarithmic( rScale.Scaling ); in FillSpecialItem()543 bool bWasLogarithm = AxisHelper::isLogarithmic( aScale.Scaling ); in ApplySpecialItem()
56 static bool isLogarithmic( const ::com::sun::star::uno::Reference<
224 bIsLogarithm = AxisHelper::isLogarithmic( rExplicitScale.Scaling ); in calculateExplicitScaleAndIncrement()
100 bool AxisHelper::isLogarithmic( const Reference< XScaling >& xScaling ) in isLogarithmic() function in chart::AxisHelper
Completed in 102 milliseconds