summaryrefslogtreecommitdiff
path: root/svtools/util/svt.component
blob: 2ba695d72e92c545e2b1b0c6462aed91c269acea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<!--**********************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org.  If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
**********************************************************************-->

<component loader="com.sun.star.loader.SharedLibrary" prefix="svt"
    xmlns="http://openoffice.org/2010/uno-components">
  <implementation name="com.sun.star.comp.graphic.GraphicProvider">
    <service name="com.sun.star.graphic.GraphicProvider"/>
  </implementation>
  <implementation name="com.sun.star.comp.graphic.GraphicRendererVCL">
    <service name="com.sun.star.graphic.GraphicRendererVCL"/>
  </implementation>
  <implementation name="com.sun.star.comp.svtools.OAddressBookSourceDialogUno">
    <service name="com.sun.star.ui.AddressBookSourceDialog"/>
  </implementation>
  <implementation name="com.sun.star.comp.svtools.uno.Wizard">
    <service name="com.sun.star.ui.dialogs.Wizard"/>
  </implementation>
  <implementation name="com.sun.star.graphic.GraphicObject">
    <service name="com.sun.star.graphic.GraphicObject"/>
  </implementation>
  <implementation name="com.sun.star.svtools.SvFilterOptionsDialog">
    <service name="com.sun.star.ui.dialogs.FilterOptionsDialog"/>
  </implementation>
</component>
a8b4b125710'>Let's see if this works for Visual Studio 2010....Kohei Yoshida 2013-04-13Go back to using Visual Studio project files to build.Kohei Yoshida 2013-04-13Trying to fix Windows build. Still broken.Kohei Yoshida 2013-04-13Deliver orcus-parser.lib on Windows.Kohei Yoshida 2013-04-13Deliver another library, though sc still can't link to it. Damn.Kohei Yoshida 2013-04-13Fix linker error against system zlib.Kohei Yoshida 2013-04-13This patch has been upstreamed.Kohei Yoshida 2013-04-13Update the internal liborcus package to 0.5.0.Kohei Yoshida 2013-03-22liborcus depends on zlibStephan Bergmann 2013-03-16move liborcus to gcc-wrapperPeter Foley 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-11remove remaining UTF bomBorim 2013-03-02fix build on android with gcc 4.7Peter Foley 2013-03-01Add informative comment and revert unneeded (?) changeTor Lillqvist 2013-02-28fix boost threading on androidPeter Foley 2013-02-28remove all d.lstMichael Stahl 2013-02-22quiet external module build log unless failureNorbert Thiebaud 2013-02-17Improve support for --with-system-boost --with-boost=... in external modulesStephan Bergmann 2013-02-17Missing include in liborcus when building against Boost 1.53.0Stephan Bergmann 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2012-12-14Make MSBuild actually run the 2012 compiler when that is what we useTor Lillqvist