summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/macab/macab.xcu
blob: 0845bc9a2ce2c9a64387395e8e76007850445815 (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
<?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.
 *
 ************************************************************************ -->
<oor:component-data oor:name="Drivers" oor:package="org.openoffice.Office.DataAccess" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <node oor:name="Installed">
    <node oor:name="sdbc:address:macab" oor:op="replace">
      <prop oor:name="Driver">
        <value>com.sun.star.comp.sdbc.macab.Driver</value>
      </prop>
      <prop oor:name="DriverTypeDisplayName" oor:type="xs:string">
        <value xml:lang="en-US">Mac OS X Address Book</value>
      </prop>
      <node oor:name="Features">
        <node oor:name="EscapeDateTime" oor:op="replace">
          <prop oor:name="Value" oor:type="xs:boolean">
            <value>true</value>
          </prop>
        </node>
      </node>
    </node>
  </node>
</oor:component-data>
title='2021-03-13 12:17:49 +0100'>2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl 2021-02-16vcl: add test to load graphic of some less common formatsTomaž Vajngerl 2021-01-19vcl: remove or rename too long methods names in VectorGraphicDataTomaž Vajngerl 2021-01-10fix coverity parse errorsCaolán McNamara 2021-01-09vcl: remove "path" attribute from VectorGraphicDataTomaž Vajngerl 2021-01-06Move TIFF reader and writer from filter module into VCLTomaž Vajngerl 2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann 2020-12-26New loplugin:stringliteralvarStephan Bergmann 2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock 2020-12-21disable some more tests for non-default-dpiNoel Grandin 2020-12-15graphic: Rework swapping algorithm to take GfxLink into accountTomaž Vajngerl 2020-12-09vcl: improve EMF+ -> WMF conversionMiklos Vajna 2020-12-07vcl graphic export: convert EMF to WMF when WMF is requestedMiklos Vajna 2020-11-26WMF export: just write the source data as is for from-WMF graphicsMiklos Vajna 2020-11-17loplugin:stringviewparam check methods tooNoel 2020-11-13Fix (some of) fallouts from tools::Long change to 64 bit on _WIN64Mike Kaganski 2020-10-19use tools::Long in vclNoel 2020-08-17Add test for preserving page number when suappingTomaž Vajngerl 2020-08-17vcl: save and load the page number when swapping the graphicTomaž Vajngerl 2020-05-15do not hardcode a BitmapChecksum in a testLuboš Luňák 2020-05-11fix some leaks in vclNoel Grandin 2020-04-26Test swapping of GraphicTomaž Vajngerl 2019-11-19tdf#128632 vcl image lazy-load: take unit into account when setting sizeMiklos Vajna 2019-10-31Fix IsTransparent() for unloaded graphicsLuke Deller 2019-10-01Removed one pronounAndrea Gelmini 2019-10-01tdf#127446 vcl image lazy-load: fix custom size handling of metafilesMiklos Vajna 2019-06-19tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*Gabor Kelemen 2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski 2018-05-18Extend test for unloaded graphicTomaž Vajngerl 2018-04-28add test for ImportUnloadedGraphic and GraphicDescriptorTomaž Vajngerl