Lines Matching refs:OHatchWindowFactory
37 uno::Sequence< ::rtl::OUString > SAL_CALL OHatchWindowFactory::impl_staticGetSupportedServiceNames() in impl_staticGetSupportedServiceNames()
46 ::rtl::OUString SAL_CALL OHatchWindowFactory::impl_staticGetImplementationName() in impl_staticGetImplementationName()
52 uno::Reference< uno::XInterface > SAL_CALL OHatchWindowFactory::impl_staticCreateSelfInstance( in impl_staticCreateSelfInstance()
55 return uno::Reference< uno::XInterface >( *new OHatchWindowFactory( xServiceManager ) ); in impl_staticCreateSelfInstance()
60 uno::Reference< embed::XHatchWindow > SAL_CALL OHatchWindowFactory::createHatchWindowInstance( in createHatchWindowInstance()
76 ::rtl::OUString SAL_CALL OHatchWindowFactory::getImplementationName() in getImplementationName()
83 sal_Bool SAL_CALL OHatchWindowFactory::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()
96 uno::Sequence< ::rtl::OUString > SAL_CALL OHatchWindowFactory::getSupportedServiceNames() in getSupportedServiceNames()
120 …if (OHatchWindowFactory::impl_staticGetImplementationName().compareToAscii (pImplementationName ) … in component_getFactory()
124 OHatchWindowFactory::impl_staticGetImplementationName(), in component_getFactory()
125 OHatchWindowFactory::impl_staticCreateSelfInstance, in component_getFactory()
126 OHatchWindowFactory::impl_staticGetSupportedServiceNames()); in component_getFactory()