Searched refs:SwXModule (Results 1 – 6 of 6) sorted by relevance
214 static Reference< uno::XInterface > xModule = (cppu::OWeakObject*)new SwXModule();; in SwXModule_createInstance()236 SwXModule::SwXModule() : in SwXModule() function in SwXModule244 SwXModule::~SwXModule() in ~SwXModule()252 Reference< XPropertySet > SwXModule::getViewSettings(void) throw( uno::RuntimeException ) in getViewSettings()257 ((SwXModule*)this)->pxViewSettings = new Reference< XPropertySet > ; in getViewSettings()266 Reference< XPropertySet > SwXModule::getPrintSettings(void) throw( uno::RuntimeException ) in getPrintSettings()271 ((SwXModule*)this)->pxPrintSettings = new Reference< XPropertySet > ; in getPrintSettings()280 OUString SwXModule::getImplementationName(void) throw( RuntimeException ) in getImplementationName()287 sal_Bool SwXModule::supportsService(const OUString& rServiceName) throw( RuntimeException ) in supportsService()300 Sequence< OUString > SwXModule::getSupportedServiceNames(void) throw( RuntimeException ) in getSupportedServiceNames()
53 class SwXModule : public cppu::WeakImplHelper4 class66 virtual ~SwXModule();68 SwXModule();
1 "SwXModule";"com::sun::star::view::XViewSettingsSupplier";"getViewSettings()"2 "SwXModule";"com::sun::star::view::XPrintSettingsSupplier";"getPrintSettings()"
51 public class SwXModule extends TestCase { class
62 -o sw.SwXModule
217 job219=sw.SwXModule
Completed in 31 milliseconds