:: com :: sun :: star :: sheet ::
|
unpublished |
struct DDELinkInfo |
|
|
|
- Usage Restrictions
- not published
- Description
- describes all items of a DDE connection used in formulas.
A DDE connection consists of the DDE service name, the DDE topic and a
list of DDE items which may contain results cached from the last update.
The formula that would need this information for example would contain
=[1]!'R1C1' or =[2]!'Sheet1.A1' where
[1] is an external link with DDE service name "excel" and the
topic "X:\PATH\[FILE.XLSX]Sheet1", and [2] contains service
"soffice" and topic "file:///X:/PATH/FILE.ODS". The service name is stored
in Service, the topic is stored in
Topic. Note that if the DDE item contains
single quotes they are escaped by doubling them, as usual, for example
=[2]!'''Sheet name''.A1' in a "soffice" service.
- Since
- OOo 3.1
|
Elements' Summary |
Service |
The DDE service name.
|
Topic |
The DDE topic.
|
Items |
A list of DDE items. Each item may contain its results from the last
update.
|
Elements' Details |
Service
string Service;
- Description
- The DDE service name.
|
|
Topic
string Topic;
- Description
- The DDE topic.
|
|
Items
sequence< DDEItemInfo > Items;
- Description
- A list of DDE items. Each item may contain its results from the last
update.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.