summaryrefslogtreecommitdiff
path: root/vcl/vcl.android.component
blob: d59855a7342ecbb35e9b494164eea562ef2d72a0 (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
<?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 .
 -->

<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
    xmlns="http://openoffice.org/2010/uno-components">
  <implementation name="com.sun.star.datatransfer.VCLGenericClipboard"
    constructor="vcl_SystemClipboard_get_implementation">
    <service name="com.sun.star.datatransfer.clipboard.SystemClipboard"/>
  </implementation>
  <implementation name="com.sun.star.frame.VCLSessionManagerClient"
    constructor="com_sun_star_frame_VCLSessionManagerClient_get_implementation">
    <service name="com.sun.star.frame.SessionManagerClient"/>
  </implementation>
  <implementation name="vcl::FontIdentificator"
    constructor="vcl_FontIdentificator_get_implementation">
    <service name="com.sun.star.awt.FontIdentificator"/>
  </implementation>
</component>
Fix memory leaksStephan Bergmann 2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann 2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann 2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann 2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann 2016-03-10No need to repeat SAL_CALL in definitionsStephan Bergmann 2016-03-10No need for extern "C" hereStephan Bergmann 2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-02-08loplugin:unusedmethodsNoel Grandin 2016-01-10Fix typosAndrea Gelmini 2016-01-06jvmfwk/plugins: clean-up in util.cxxDouglas Mencken 2015-11-24cppcheck: noExplicitConstructorCaolán McNamara 2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-05java: combine nested if statementsNoel Grandin 2015-11-04Avoid using reserved identifiers, add missing includesStephan Bergmann 2015-11-04Add mode linesStephan Bergmann 2015-11-04loplugin:passstuffbyrefStephan Bergmann 2015-11-04yyyyyNoel Grandin 2015-11-04tdf#94716 allow Oracle's JDK to be used on OS X 10.10 and 10.11Patrick Luby 2015-10-27loplugin:unusedmethodsNoel Grandin 2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-01loplugin:unusedmethodsNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann 2015-08-27Clean up sEmptyStephan Bergmann 2015-08-23loplugin:defaultparamsStephan Bergmann 2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn 2015-08-11loplugin: defaultparamsNoel Grandin