fwk.component (67a4c099) | fwk.component (d975be8c) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 40 <service name="com.sun.star.frame.PopupMenuController"/> 41 </implementation> 42 <implementation name="com.sun.star.comp.framework.Desktop"> 43 <service name="com.sun.star.frame.Desktop"/> 44 </implementation> 45 <implementation name="com.sun.star.comp.framework.DocumentAcceleratorConfiguration"> 46 <service name="com.sun.star.ui.DocumentAcceleratorConfiguration"/> 47 </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 --- 31 unchanged lines hidden (view full) --- 40 <service name="com.sun.star.frame.PopupMenuController"/> 41 </implementation> 42 <implementation name="com.sun.star.comp.framework.Desktop"> 43 <service name="com.sun.star.frame.Desktop"/> 44 </implementation> 45 <implementation name="com.sun.star.comp.framework.DocumentAcceleratorConfiguration"> 46 <service name="com.sun.star.ui.DocumentAcceleratorConfiguration"/> 47 </implementation> |
48 <implementation name="org.apache.openoffice.comp.framework.EventMultiplexer"> 49 <service name="com.sun.star.util.EventMultiplexer"/> 50 <singleton name="com.sun.star.ui.ContextChangeEventMultiplexer"/> 51 </implementation> |
|
48 <implementation name="com.sun.star.comp.framework.Frame"> 49 <service name="com.sun.star.frame.Frame"/> 50 </implementation> 51 <implementation name="com.sun.star.comp.framework.GlobalAcceleratorConfiguration"> 52 <service name="com.sun.star.ui.GlobalAcceleratorConfiguration"/> 53 </implementation> 54 <implementation name="com.sun.star.comp.framework.ImageManager"> 55 <service name="com.sun.star.ui.ImageManager"/> --- 86 unchanged lines hidden --- | 52 <implementation name="com.sun.star.comp.framework.Frame"> 53 <service name="com.sun.star.frame.Frame"/> 54 </implementation> 55 <implementation name="com.sun.star.comp.framework.GlobalAcceleratorConfiguration"> 56 <service name="com.sun.star.ui.GlobalAcceleratorConfiguration"/> 57 </implementation> 58 <implementation name="com.sun.star.comp.framework.ImageManager"> 59 <service name="com.sun.star.ui.ImageManager"/> --- 86 unchanged lines hidden --- |