vendorlist.cxx (696f238b) vendorlist.cxx (76c3a0c5)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 37 unchanged lines hidden (view full) ---

46 VENDOR_MAP_ENTRY("Sun Microsystems Inc.", SunInfo)
47 VENDOR_MAP_ENTRY("IBM Corporation", OtherInfo)
48 VENDOR_MAP_ENTRY("Blackdown Java-Linux Team", OtherInfo)
49 VENDOR_MAP_ENTRY("Apple Inc.", OtherInfo)
50 VENDOR_MAP_ENTRY("Apple Computer, Inc.", OtherInfo)
51 VENDOR_MAP_ENTRY("BEA Systems, Inc.", OtherInfo)
52 VENDOR_MAP_ENTRY("Free Software Foundation, Inc.", GnuInfo)
53 VENDOR_MAP_ENTRY("The FreeBSD Foundation", OtherInfo)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 37 unchanged lines hidden (view full) ---

46 VENDOR_MAP_ENTRY("Sun Microsystems Inc.", SunInfo)
47 VENDOR_MAP_ENTRY("IBM Corporation", OtherInfo)
48 VENDOR_MAP_ENTRY("Blackdown Java-Linux Team", OtherInfo)
49 VENDOR_MAP_ENTRY("Apple Inc.", OtherInfo)
50 VENDOR_MAP_ENTRY("Apple Computer, Inc.", OtherInfo)
51 VENDOR_MAP_ENTRY("BEA Systems, Inc.", OtherInfo)
52 VENDOR_MAP_ENTRY("Free Software Foundation, Inc.", GnuInfo)
53 VENDOR_MAP_ENTRY("The FreeBSD Foundation", OtherInfo)
54 VENDOR_MAP_ENTRY("AdoptOpenJDK", OtherInfo)
54END_VENDOR_MAP()
55
56
57Sequence<OUString> getVendorNames()
58{
59 const size_t count = sizeof(gVendorMap) / sizeof (VendorSupportMapEntry) - 1;
60 OUString arNames[count];
61 for ( size_t pos = 0; pos < count; ++pos )

--- 27 unchanged lines hidden ---
55END_VENDOR_MAP()
56
57
58Sequence<OUString> getVendorNames()
59{
60 const size_t count = sizeof(gVendorMap) / sizeof (VendorSupportMapEntry) - 1;
61 OUString arNames[count];
62 for ( size_t pos = 0; pos < count; ++pos )

--- 27 unchanged lines hidden ---