1<?xml version="1.0" encoding="UTF-8"?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the 9 * "License"); you may not use this file except in compliance 10 * with the License. You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, 15 * software distributed under the License is distributed on an 16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 * KIND, either express or implied. See the License for the 18 * specific language governing permissions and limitations 19 * under the License. 20 * 21 ***********************************************************--> 22 23 24 25<component loader="com.sun.star.loader.SharedLibrary" 26 xmlns="http://openoffice.org/2010/uno-components"> 27 <implementation name="com.sun.star.comp.Draw.DrawingDocument"> 28 <service name="com.sun.star.drawing.DrawingDocument"/> 29 <service name="com.sun.star.drawing.DrawingDocumentFactory"/> 30 </implementation> 31 <implementation name="com.sun.star.comp.Draw.DrawingModule"> 32 <service name="com.sun.star.drawing.ModuleDispatcher"/> 33 </implementation> 34 <implementation name="com.sun.star.comp.Draw.PresentationDocument"> 35 <service name="com.sun.star.drawing.DrawingDocumentFactory"/> 36 <service name="com.sun.star.presentation.PresentationDocument"/> 37 </implementation> 38 <implementation name="com.sun.star.comp.Draw.PresenterCanvasFactory"> 39 <service name="com.sun.star.rendering.Canvas"/> 40 </implementation> 41 <implementation name="com.sun.star.comp.Draw.PresenterHelper"> 42 <service name="com.sun.star.drawing.PresenterHelper"/> 43 </implementation> 44 <implementation name="com.sun.star.comp.Draw.PresenterPreviewCache"> 45 <service name="com.sun.star.drawing.PresenterPreviewCache"/> 46 </implementation> 47 <implementation name="com.sun.star.comp.Draw.PresenterTextView"> 48 <service name="com.sun.star.drawing.PresenterTextView"/> 49 </implementation> 50 <implementation name="com.sun.star.comp.Draw.SlideRenderer"> 51 <service name="com.sun.star.drawing.SlideRenderer"/> 52 </implementation> 53 <implementation name="com.sun.star.comp.Draw.SlideSorter"> 54 <service name="com.sun.star.drawing.SlideSorter"/> 55 </implementation> 56 <implementation name="com.sun.star.comp.Draw.framework.BasicPaneFactory"> 57 <service name="com.sun.star.drawing.framework.BasicPaneFactory"/> 58 </implementation> 59 <implementation name="com.sun.star.comp.Draw.framework.BasicToolBarFactory"> 60 <service name="com.sun.star.drawing.framework.BasicToolBarFactory"/> 61 </implementation> 62 <implementation name="com.sun.star.comp.Draw.framework.BasicViewFactory"> 63 <service name="com.sun.star.drawing.framework.BasicViewFactory"/> 64 </implementation> 65 <implementation name="com.sun.star.comp.Draw.framework.PresentationFactoryProvider"> 66 <service name="com.sun.star.drawing.framework.PresentationFactoryProvider"/> 67 </implementation> 68 <implementation name="com.sun.star.comp.Draw.framework.ResourceId"> 69 <service name="com.sun.star.drawing.framework.ResourceId"/> 70 </implementation> 71 <implementation name="org.openoffice.comp.Draw.framework.PanelFactory"> 72 <service name="com.sun.star.drawing.framework.PanelFactory"/> 73 </implementation> 74 <implementation name="com.sun.star.comp.Draw.framework.configuration.Configuration"> 75 <service name="com.sun.star.drawing.framework.Configuration"/> 76 </implementation> 77 <implementation name="com.sun.star.comp.Draw.framework.configuration.ConfigurationController"> 78 <service name="com.sun.star.drawing.framework.ConfigurationController"/> 79 </implementation> 80 <implementation name="com.sun.star.comp.Draw.framework.module.ModuleController"> 81 <service name="com.sun.star.drawing.framework.ModuleController"/> 82 </implementation> 83 <implementation name="com.sun.star.comp.draw.SdHtmlOptionsDialog"> 84 <service name="com.sun.star.ui.dialog.FilterOptionsDialog"/> 85 </implementation> 86 <implementation name="com.sun.star.comp.sd.InsertSlideController"> 87 <service name="com.sun.star.frame.ToolbarController"/> 88 </implementation> 89 <implementation name="com.sun.star.comp.sd.SlideLayoutController"> 90 <service name="com.sun.star.frame.ToolbarController"/> 91 </implementation> 92 <implementation name="sd::RandomAnimationNode"> 93 <service name="com.sun.star.comp.sd.RandomAnimationNode"/> 94 </implementation> 95</component> 96