forked from amazingfate/loongoffice
Patches contributed by Ocke Janssen converted reportdesign. http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patch contributed by Oliver Rainer-Wittmann sw34bf06: #i117783# - Writer's implementation of XPagePrintable - apply print settings to new printing routines http://svn.apache.org/viewvc?view=revision&revision=1172115
93 lines
3.6 KiB
XML
93 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
-->
|
|
<components cfg:package="uno"
|
|
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
|
|
xmlns:cfg="http://openoffice.org/2000/registry/instance"
|
|
xmlns="http://openoffice.org/2000/uno/Components">
|
|
|
|
|
|
<services cfg:type="set" cfg:element-type="service">
|
|
|
|
<service cfg:name="com.sun.star.script.Converter">
|
|
<available-implementations cfg:type="string" cfg:derivedBy="list">
|
|
com.sun.star.comp.stoc.TypeConverter
|
|
</available-implementations>
|
|
</service>
|
|
|
|
<service cfg:name="com.sun.star.bootstrap.TestComponent0">
|
|
<available-implementations cfg:type="string" cfg:derivedBy="list">
|
|
com.sun.star.comp.bootstrap.TestComponent0
|
|
</available-implementations>
|
|
<context-properties cfg:type="set" cfg:element-type="cfg:any">
|
|
<cfg:any cfg:name="serviceprop0" cfg:type="int">13</cfg:any>
|
|
<cfg:any cfg:name="serviceprop1" cfg:type="string">value of serviceprop1</cfg:any>
|
|
</context-properties>
|
|
</service>
|
|
|
|
</services>
|
|
|
|
|
|
<implementations cfg:type="set" cfg:element-type="implementation">
|
|
|
|
<implementation cfg:name="com.sun.star.comp.stoc.TypeConverter">
|
|
<activator cfg:type="string">com.sun.star.loader.SharedLibrary</activator>
|
|
<url cfg:type="string">tcv.dll</url>
|
|
<supported-services cfg:type="string" cfg:derivedBy="list">com.sun.star.script.Converter</supported-services>
|
|
</implementation>
|
|
|
|
<implementation cfg:name="com.sun.star.comp.bootstrap.TestComponent0">
|
|
<activator cfg:type="string">com.sun.star.loader.SharedLibrary</activator>
|
|
<url cfg:type="string">cfg_test.dll</url>
|
|
<supported-services cfg:type="string" cfg:derivedBy="list">com.sun.star.bootstrap.TestComponent0</supported-services>
|
|
<context-properties cfg:type="set" cfg:element-type="cfg:any">
|
|
<cfg:any cfg:name="implprop0" cfg:type="int">15</cfg:any>
|
|
<cfg:any cfg:name="implprop1" cfg:type="string">value of implprop1</cfg:any>
|
|
</context-properties>
|
|
</implementation>
|
|
|
|
</implementations>
|
|
|
|
|
|
<singletons cfg:type="set" cfg:element-type="singleton">
|
|
|
|
<singleton cfg:name="com.sun.star.script.theConverter">
|
|
<used-service cfg:type="string">com.sun.star.script.Converter</used-service>
|
|
</singleton>
|
|
|
|
<singleton cfg:name="com.sun.star.bootstrap.theTestComponent0">
|
|
<used-service cfg:type="string">com.sun.star.bootstrap.TestComponent0</used-service>
|
|
<initial-arguments cfg:type="set" cfg:element-type="cfg:any">
|
|
<cfg:any cfg:name="0" cfg:type="string">first argument</cfg:any>
|
|
<cfg:any cfg:name="1" cfg:type="string">second argument</cfg:any>
|
|
<cfg:any cfg:name="2" cfg:type="string">third argument</cfg:any>
|
|
</initial-arguments>
|
|
</singleton>
|
|
|
|
</singletons>
|
|
|
|
|
|
<global-context-properties cfg:type="set" cfg:element-type="cfg:any">
|
|
|
|
<cfg:any cfg:name="TestValue" cfg:type="int">5</cfg:any>
|
|
|
|
</global-context-properties>
|
|
|
|
|
|
</components>
|