Home
last modified time | relevance | path

Searched refs:PowerScaling (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/chart2/source/tools/
H A DScaling.cxx216 PowerScaling::PowerScaling( const uno::Reference< uno::XComponentContext > & xContext ) : in APPHELPER_XSERVICEINFO_IMPL()
221 PowerScaling::PowerScaling( double fExponent ) : in PowerScaling() function in chart::PowerScaling
225 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 )
H A D_serviceregistration_tools.cxx98 ::chart::PowerScaling::create
99 , ::chart::PowerScaling::getImplementationName_Static
100 , ::chart::PowerScaling::getSupportedServiceNames_Static
/aoo4110/main/chart2/source/inc/
H A DScaling.hxx164 class PowerScaling : public ::cppu::WeakImplHelper3 < class
172 explicit PowerScaling(
175 explicit PowerScaling( double fExponent = 10.0 );
176 virtual ~PowerScaling();
179 APPHELPER_SERVICE_FACTORY_HELPER( PowerScaling )
/aoo4110/main/offapi/com/sun/star/chart2/
H A DPowerScaling.idl42 service PowerScaling

Completed in 27 milliseconds