facreg.cxx (02c50d82) facreg.cxx (62024513)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 126 unchanged lines hidden (view full) ---

135extern OUString PresentationFactoryProvider_getImplementationName(void)
136 throw (uno::RuntimeException);
137extern uno::Sequence<OUString> SAL_CALL PresentationFactoryProvider_getSupportedServiceNames (void)
138 throw (uno::RuntimeException);
139} }
140
141namespace sd { namespace sidebar {
142
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 126 unchanged lines hidden (view full) ---

135extern OUString PresentationFactoryProvider_getImplementationName(void)
136 throw (uno::RuntimeException);
137extern uno::Sequence<OUString> SAL_CALL PresentationFactoryProvider_getSupportedServiceNames (void)
138 throw (uno::RuntimeException);
139} }
140
141namespace sd { namespace sidebar {
142
143extern uno::Reference<uno::XInterface> SAL_CALL SidebarFactory_createInstance(
143extern uno::Reference<uno::XInterface> SAL_CALL PanelFactory_createInstance(
144 const uno::Reference<uno::XComponentContext>& rxContext)
145 throw(uno::Exception);
144 const uno::Reference<uno::XComponentContext>& rxContext)
145 throw(uno::Exception);
146extern OUString SidebarFactory_getImplementationName(void) throw (uno::RuntimeException);
147extern uno::Sequence<OUString> SAL_CALL SidebarFactory_getSupportedServiceNames (void)
146extern OUString PanelFactory_getImplementationName(void) throw (uno::RuntimeException);
147extern uno::Sequence<OUString> SAL_CALL PanelFactory_getSupportedServiceNames (void)
148 throw (uno::RuntimeException);
149
150} }
151
152namespace sd { namespace presenter {
153extern uno::Reference<uno::XInterface> SAL_CALL SlideRenderer_createInstance(
154 const uno::Reference<uno::XComponentContext>& rxContext)
155 throw(uno::Exception);

--- 68 unchanged lines hidden (view full) ---

224 RandomNodeFactoryId,
225
226 ConfigurationFactoryId,
227 ConfigurationControllerFactoryId,
228 ModuleControllerFactoryId,
229 BasicPaneFactoryFactoryId,
230 BasicToolBarFactoryFactoryId,
231 BasicViewFactoryFactoryId,
148 throw (uno::RuntimeException);
149
150} }
151
152namespace sd { namespace presenter {
153extern uno::Reference<uno::XInterface> SAL_CALL SlideRenderer_createInstance(
154 const uno::Reference<uno::XComponentContext>& rxContext)
155 throw(uno::Exception);

--- 68 unchanged lines hidden (view full) ---

224 RandomNodeFactoryId,
225
226 ConfigurationFactoryId,
227 ConfigurationControllerFactoryId,
228 ModuleControllerFactoryId,
229 BasicPaneFactoryFactoryId,
230 BasicToolBarFactoryFactoryId,
231 BasicViewFactoryFactoryId,
232 SidebarFactoryFactoryId,
232 PanelFactoryFactoryId,
233 ResourceIdFactoryId,
234 PresentationFactoryProviderFactoryId,
235 SlideRendererFactoryId,
236 PresenterCanvasFactoryId,
237 PresenterTextViewServiceFactoryId,
238 PresenterHelperServiceFactoryId,
239 PresenterPreviewCacheFactoryId,
240 SlideSorterServiceFactoryId,

--- 16 unchanged lines hidden (view full) ---

257 (*spFactoryMap)[SdUnoModule_getImplementationName()] = SdUnoModuleFactoryId;
258 (*spFactoryMap)[RandomNode__getImplementationName()] = RandomNodeFactoryId;
259 (*spFactoryMap)[Configuration_getImplementationName()] = ConfigurationFactoryId;
260 (*spFactoryMap)[ConfigurationController_getImplementationName()] = ConfigurationControllerFactoryId;
261 (*spFactoryMap)[ModuleController_getImplementationName()] = ModuleControllerFactoryId;
262 (*spFactoryMap)[BasicPaneFactory_getImplementationName()] = BasicPaneFactoryFactoryId;
263 (*spFactoryMap)[BasicToolBarFactory_getImplementationName()] = BasicToolBarFactoryFactoryId;
264 (*spFactoryMap)[BasicViewFactory_getImplementationName()] = BasicViewFactoryFactoryId;
233 ResourceIdFactoryId,
234 PresentationFactoryProviderFactoryId,
235 SlideRendererFactoryId,
236 PresenterCanvasFactoryId,
237 PresenterTextViewServiceFactoryId,
238 PresenterHelperServiceFactoryId,
239 PresenterPreviewCacheFactoryId,
240 SlideSorterServiceFactoryId,

--- 16 unchanged lines hidden (view full) ---

257 (*spFactoryMap)[SdUnoModule_getImplementationName()] = SdUnoModuleFactoryId;
258 (*spFactoryMap)[RandomNode__getImplementationName()] = RandomNodeFactoryId;
259 (*spFactoryMap)[Configuration_getImplementationName()] = ConfigurationFactoryId;
260 (*spFactoryMap)[ConfigurationController_getImplementationName()] = ConfigurationControllerFactoryId;
261 (*spFactoryMap)[ModuleController_getImplementationName()] = ModuleControllerFactoryId;
262 (*spFactoryMap)[BasicPaneFactory_getImplementationName()] = BasicPaneFactoryFactoryId;
263 (*spFactoryMap)[BasicToolBarFactory_getImplementationName()] = BasicToolBarFactoryFactoryId;
264 (*spFactoryMap)[BasicViewFactory_getImplementationName()] = BasicViewFactoryFactoryId;
265 (*spFactoryMap)[sidebar::SidebarFactory_getImplementationName()] = SidebarFactoryFactoryId;
265 (*spFactoryMap)[sidebar::PanelFactory_getImplementationName()] = PanelFactoryFactoryId;
266 (*spFactoryMap)[ResourceId_getImplementationName()] = ResourceIdFactoryId;
267 (*spFactoryMap)[PresentationFactoryProvider_getImplementationName()] = PresentationFactoryProviderFactoryId;
268 (*spFactoryMap)[SlideRenderer_getImplementationName()] = SlideRendererFactoryId;
269 (*spFactoryMap)[PresenterCanvas_getImplementationName()] = PresenterCanvasFactoryId;
270 (*spFactoryMap)[PresenterTextViewService_getImplementationName()] = PresenterTextViewServiceFactoryId;
271 (*spFactoryMap)[PresenterHelperService_getImplementationName()] = PresenterHelperServiceFactoryId;
272 (*spFactoryMap)[PresenterPreviewCache_getImplementationName()] = PresenterPreviewCacheFactoryId;
273 (*spFactoryMap)[SlideSorterService_getImplementationName()] = SlideSorterServiceFactoryId;

--- 113 unchanged lines hidden (view full) ---

387
388 case BasicViewFactoryFactoryId:
389 xComponentFactory = ::cppu::createSingleComponentFactory(
390 sd::framework::BasicViewFactory_createInstance,
391 sd::framework::BasicViewFactory_getImplementationName(),
392 sd::framework::BasicViewFactory_getSupportedServiceNames());
393 break;
394
266 (*spFactoryMap)[ResourceId_getImplementationName()] = ResourceIdFactoryId;
267 (*spFactoryMap)[PresentationFactoryProvider_getImplementationName()] = PresentationFactoryProviderFactoryId;
268 (*spFactoryMap)[SlideRenderer_getImplementationName()] = SlideRendererFactoryId;
269 (*spFactoryMap)[PresenterCanvas_getImplementationName()] = PresenterCanvasFactoryId;
270 (*spFactoryMap)[PresenterTextViewService_getImplementationName()] = PresenterTextViewServiceFactoryId;
271 (*spFactoryMap)[PresenterHelperService_getImplementationName()] = PresenterHelperServiceFactoryId;
272 (*spFactoryMap)[PresenterPreviewCache_getImplementationName()] = PresenterPreviewCacheFactoryId;
273 (*spFactoryMap)[SlideSorterService_getImplementationName()] = SlideSorterServiceFactoryId;

--- 113 unchanged lines hidden (view full) ---

387
388 case BasicViewFactoryFactoryId:
389 xComponentFactory = ::cppu::createSingleComponentFactory(
390 sd::framework::BasicViewFactory_createInstance,
391 sd::framework::BasicViewFactory_getImplementationName(),
392 sd::framework::BasicViewFactory_getSupportedServiceNames());
393 break;
394
395 case SidebarFactoryFactoryId:
395 case PanelFactoryFactoryId:
396 xComponentFactory = ::cppu::createSingleComponentFactory(
396 xComponentFactory = ::cppu::createSingleComponentFactory(
397 sd::sidebar::SidebarFactory_createInstance,
398 sd::sidebar::SidebarFactory_getImplementationName(),
399 sd::sidebar::SidebarFactory_getSupportedServiceNames());
397 sd::sidebar::PanelFactory_createInstance,
398 sd::sidebar::PanelFactory_getImplementationName(),
399 sd::sidebar::PanelFactory_getSupportedServiceNames());
400 break;
401
402 case ResourceIdFactoryId:
403 xComponentFactory = ::cppu::createSingleComponentFactory(
404 sd::framework::ResourceId_createInstance,
405 sd::framework::ResourceId_getImplementationName(),
406 sd::framework::ResourceId_getSupportedServiceNames());
407 break;

--- 86 unchanged lines hidden ---
400 break;
401
402 case ResourceIdFactoryId:
403 xComponentFactory = ::cppu::createSingleComponentFactory(
404 sd::framework::ResourceId_createInstance,
405 sd::framework::ResourceId_getImplementationName(),
406 sd::framework::ResourceId_getSupportedServiceNames());
407 break;

--- 86 unchanged lines hidden ---