sd.component (7a32b0c8) | sd.component (3a30d0b9) |
---|---|
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 --- 54 unchanged lines hidden (view full) --- 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> | 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 --- 54 unchanged lines hidden (view full) --- 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="com.sun.star.comp.Draw.framework.TaskPanelFactory"> 72 <service name="com.sun.star.drawing.framework.TaskPanelFactory"/> | 71 <implementation name="org.openoffice.comp.Draw.framework.PanelFactory"> 72 <service name="com.sun.star.drawing.framework.PanelFactory"/> |
73 </implementation> | 73 </implementation> |
74 <implementation name="org.openoffice.comp.Draw.framework.SidebarFactory"> 75 <service name="com.sun.star.drawing.framework.SidebarFactory"/> 76 </implementation> | |
77 <implementation name="com.sun.star.comp.Draw.framework.configuration.Configuration"> 78 <service name="com.sun.star.drawing.framework.Configuration"/> 79 </implementation> 80 <implementation name="com.sun.star.comp.Draw.framework.configuration.ConfigurationController"> 81 <service name="com.sun.star.drawing.framework.ConfigurationController"/> 82 </implementation> 83 <implementation name="com.sun.star.comp.Draw.framework.module.ModuleController"> 84 <service name="com.sun.star.drawing.framework.ModuleController"/> 85 </implementation> 86 <implementation name="com.sun.star.comp.draw.SdHtmlOptionsDialog"> 87 <service name="com.sun.star.ui.dialog.FilterOptionsDialog"/> 88 </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> |
89 <implementation name="com.sun.star.comp.drawing.ToolPanelFactory"> 90 <service name="com.sun.star.drawing.DefaultToolPanelFactory"/> 91 </implementation> | |
92 <implementation name="com.sun.star.comp.sd.InsertSlideController"> 93 <service name="com.sun.star.frame.ToolbarController"/> 94 </implementation> 95 <implementation name="com.sun.star.comp.sd.SlideLayoutController"> 96 <service name="com.sun.star.frame.ToolbarController"/> 97 </implementation> 98 <implementation name="sd::RandomAnimationNode"> 99 <service name="com.sun.star.comp.sd.RandomAnimationNode"/> 100 </implementation> 101</component> | 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> |