summaryrefslogtreecommitdiff
path: root/vcl/vcl.windows.component
blob: 2d5b8bb51386999cae07c730b800931cf4c71ed4 (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
<?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@"
    prefix="vcl" xmlns="http://openoffice.org/2010/uno-components">
  <implementation name="com.sun.star.frame.VCLSessionManagerClient">
    <service name="com.sun.star.frame.SessionManagerClient"/>
  </implementation>
  <implementation name="vcl::FontIdentificator">
    <service name="com.sun.star.awt.FontIdentificator"/>
  </implementation>
  <implementation name="org.libreoffice.uitest.UITest"
      constructor="UITest_get_implementation">
    <service name="com.sun.star.ui.test.UITest"/>
  </implementation>
</component>
compact namespace in sal..svgioNoel Grandin 2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling 2020-05-07fix memory leak of xmlDoc objectsNoel Grandin 2020-04-29simplify handling of comparing XML_NAMESPACE valuesNoel Grandin 2020-04-29weld SfxTemplatePanelControlCaolán McNamara 2020-04-28move the castToFastAttributeList functionNoel Grandin 2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann 2020-04-26update pchesCaolán McNamara 2020-04-25loplugin:unusedenumconstantsNoel Grandin 2020-04-24tdf#132305: Teach Starmath MS_COMBOVERLINE = 0x0305Julien Nabet 2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen 2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara 2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin 2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin 2020-04-12improve fastparser loggingNoel Grandin 2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin 2020-04-09tdf#129372: PPTX: error at SfxBaseModel::storeToStorage: 0x20d(row,col)Julien Nabet 2020-04-07loplugin:unusedvariableplus in starmathNoel Grandin 2020-03-19loplugin:redundantpointerops add some more smart pointer typesNoel Grandin 2020-03-13Revert "loplugin:constfields in starmath"Noel Grandin 2020-02-21Drop o3tl::optional wrapperStephan Bergmann 2020-02-16use fwd declsCaolán McNamara 2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák 2020-01-29push/pop mapmode to avoid 'incorrect MapMode?' warningCaolán McNamara 2020-01-29bInterim is always trueCaolán McNamara 2020-01-29weld SmElementsDockingWindowCaolán McNamara 2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz 2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz 2020-01-28remove some unused local varsNoel Grandin 2020-01-28New loplugin:unsignedcompareStephan Bergmann 2020-01-21Use FastParser in XMLDocumentSettingsContextNoel Grandin 2020-01-15rework SvxUndoRedoControl to be a PopupWindowControllerCaolán McNamara 2020-01-12convert mathml to FastParserNoel Grandin 2020-01-11loplugin:finalclasses in starmathNoel Grandin 2020-01-10use more std::make_sharedNoel Grandin 2020-01-07extract some common code from ImportContext classesNoel Grandin 2019-12-25use FastParser in starmathNoel Grandin 2019-12-22sal_Char->char in sot..storeNoel Grandin 2019-12-17make approximate_char_width private and use approximate_digit_widthCaolán McNamara