DDEItemInfo.idl (d1766043) DDEItemInfo.idl (fbef625e)
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

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

28module com { module sun { module star { module sheet {
29
30//=============================================================================
31/** describes an item of a DDE connection.
32
33 A DDE connection consists of the DDE service name, the DDE topic and a
34 list of DDE items which may contain cached result sets.
35
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

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

28module com { module sun { module star { module sheet {
29
30//=============================================================================
31/** describes an item of a DDE connection.
32
33 A DDE connection consists of the DDE service name, the DDE topic and a
34 list of DDE items which may contain cached result sets.
35
36 @since OOo 3.1
36 @since OpenOffice 3.1
37 */
38struct DDEItemInfo
39{
40 //-------------------------------------------------------------------------
41
42 /** The name of the DDE item.
43 */
44

--- 17 unchanged lines hidden ---
37 */
38struct DDEItemInfo
39{
40 //-------------------------------------------------------------------------
41
42 /** The name of the DDE item.
43 */
44

--- 17 unchanged lines hidden ---