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