Searched refs:PowerScaling (Results 1 – 4 of 4) sorted by relevance
216 PowerScaling::PowerScaling( const uno::Reference< uno::XComponentContext > & xContext ) : in APPHELPER_XSERVICEINFO_IMPL()221 PowerScaling::PowerScaling( double fExponent ) : in PowerScaling() function in chart::PowerScaling225 PowerScaling::~PowerScaling() in ~PowerScaling()228 double SAL_CALL PowerScaling::doScaling( double value ) in doScaling()240 PowerScaling::getInverseScaling() in getInverseScaling()247 return new PowerScaling( 1.0 / m_fExponent ); in getInverseScaling()251 PowerScaling::getServiceName() in getServiceName()257 uno::Sequence< ::rtl::OUString > PowerScaling::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()263 APPHELPER_XSERVICEINFO_IMPL( PowerScaling, lcl_aServiceName_Power )
98 ::chart::PowerScaling::create99 , ::chart::PowerScaling::getImplementationName_Static100 , ::chart::PowerScaling::getSupportedServiceNames_Static
164 class PowerScaling : public ::cppu::WeakImplHelper3 < class172 explicit PowerScaling(175 explicit PowerScaling( double fExponent = 10.0 );176 virtual ~PowerScaling();179 APPHELPER_SERVICE_FACTORY_HELPER( PowerScaling )
42 service PowerScaling
Completed in 28 milliseconds