Home
last modified time | relevance | path

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

/AOO42X/main/sdext/source/minimizer/
H A Dpppoptimizer.cxx48 PPPOptimizer::PPPOptimizer( const Reference< XComponentContext > &rxContext ) : in PPPOptimizer() function in PPPOptimizer
56 PPPOptimizer::~PPPOptimizer() in ~PPPOptimizer()
65 void SAL_CALL PPPOptimizer::initialize( const Sequence< Any >& aArguments ) in initialize()
82 OUString SAL_CALL PPPOptimizer::getImplementationName() in getImplementationName()
88 sal_Bool SAL_CALL PPPOptimizer::supportsService( const OUString& rServiceName ) in supportsService()
94 Sequence< OUString > SAL_CALL PPPOptimizer::getSupportedServiceNames() in getSupportedServiceNames()
104 Reference< com::sun::star::frame::XDispatch > SAL_CALL PPPOptimizer::queryDispatch( in queryDispatch()
119 Sequence< Reference< com::sun::star::frame::XDispatch > > SAL_CALL PPPOptimizer::queryDispatches( in queryDispatches()
136 void SAL_CALL PPPOptimizer::dispatch( const URL& rURL, const Sequence< PropertyValue >& lArguments ) in dispatch()
163 void SAL_CALL PPPOptimizer::addStatusListener( const Reference< XStatusListener >&, const URL& ) in addStatusListener()
[all …]
H A Dpppoptimizer.hxx40 class PPPOptimizer : public cppu::WeakImplHelper4< class
51PPPOptimizer( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& rxCo…
52 virtual ~PPPOptimizer();
H A Dimpoptimizer.cxx679 nSourceSize = PPPOptimizer::GetFileSize( xStorable->getLocation() ); in Optimize()
691 nSourceSize = PPPOptimizer::GetFileSize( maSaveAsURL ); in Optimize()
733 nDestSize = PPPOptimizer::GetFileSize( maSaveAsURL ); in Optimize()
H A Doptimizerdialogcontrols.cxx881 nCurrentFileSize = PPPOptimizer::GetFileSize( xStorable->getLocation() ); in UpdateControlStatesPage4()