From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- .../ifc/ucb/_XCachedContentResultSetFactory.java | 106 ++++ .../ucb/_XCachedContentResultSetStubFactory.java | 104 ++++ .../ifc/ucb/_XCachedDynamicResultSetFactory.java | 114 +++++ .../ucb/_XCachedDynamicResultSetStubFactory.java | 174 +++++++ .../tests/java/ifc/ucb/_XCommandProcessor.java | 234 +++++++++ .../tests/java/ifc/ucb/_XCommandProcessor2.java | 41 ++ .../java/ifc/ucb/_XContentIdentifierFactory.java | 67 +++ qadevOOo/tests/java/ifc/ucb/_XContentProvider.java | 130 +++++ .../java/ifc/ucb/_XContentProviderFactory.java | 51 ++ .../java/ifc/ucb/_XContentProviderManager.java | 275 +++++++++++ qadevOOo/tests/java/ifc/ucb/_XDataContainer.java | 126 +++++ .../java/ifc/ucb/_XFileIdentifierConverter.java | 90 ++++ .../ifc/ucb/_XParameterizedContentProvider.java | 84 ++++ .../java/ifc/ucb/_XPropertyMatcherFactory.java | 62 +++ .../java/ifc/ucb/_XPropertySetRegistryFactory.java | 50 ++ .../ifc/ucb/_XRemoteContentProviderAcceptor.java | 89 ++++ .../ifc/ucb/_XRemoteContentProviderActivator.java | 69 +++ .../tests/java/ifc/ucb/_XSimpleFileAccess.java | 539 +++++++++++++++++++++ .../tests/java/ifc/ucb/_XSimpleFileAccess2.java | 70 +++ .../ifc/ucb/_XSortedDynamicResultSetFactory.java | 150 ++++++ 20 files changed, 2625 insertions(+) create mode 100644 qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XCommandProcessor2.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XContentIdentifierFactory.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XContentProvider.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XDataContainer.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XFileIdentifierConverter.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XParameterizedContentProvider.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XPropertyMatcherFactory.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XPropertySetRegistryFactory.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderActivator.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess2.java create mode 100644 qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java (limited to 'qadevOOo/tests/java/ifc/ucb') diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java new file mode 100644 index 000000000..d3174d926 --- /dev/null +++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java @@ -0,0 +1,106 @@ +/* + * 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 . + */ + +package ifc.ucb; + +import lib.MultiMethodTest; +import lib.Status; +import lib.StatusException; + +import com.sun.star.sdbc.XResultSet; +import com.sun.star.ucb.XCachedContentResultSetFactory; + +/** +* Testing com.sun.star.ucb.XCachedContentResultSetFactory +* interface methods : +*

+* This test needs the following object relations : +*