2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 namespace testtools
{ namespace bridgetest
{ namespace cli_cs
{
21 public class Multi
: unoidl
.test
.testtools
.bridgetest
.XMulti
30 set { _att1 = value; }
33 public int fn11(int arg
)
38 public string fn12(string arg
)
43 public int fn21(int arg
)
48 public string fn22(string arg
)
56 set { _att3 = value; }
59 public int fn31(int arg
)
64 public string fn32(string arg
)
74 public int fn41(int arg
)
79 public int fn61(int arg
)
84 public string fn62(string arg
)
89 public int fn71(int arg
)
94 public string fn72(string arg
)
104 private double _att1
;
105 private double _att3
;