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

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

42 <em>[1]</em> is an external link with DDE service name "excel" and the
43 topic "X:\PATH\[FILE.XLSX]Sheet1", and <em>[2]</em> contains service
44 "soffice" and topic "file:///X:/PATH/FILE.ODS". The service name is stored
45 in <member>DDELinkInfo::Service</member>, the topic is stored in
46 <member>DDELinkInfo::Topic</member>. Note that if the DDE item contains
47 single quotes they are escaped by doubling them, as usual, for example
48 <code>=[2]!'''Sheet name''.A1'</code> in a "soffice" service.</p>
49
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

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

42 <em>[1]</em> is an external link with DDE service name "excel" and the
43 topic "X:\PATH\[FILE.XLSX]Sheet1", and <em>[2]</em> contains service
44 "soffice" and topic "file:///X:/PATH/FILE.ODS". The service name is stored
45 in <member>DDELinkInfo::Service</member>, the topic is stored in
46 <member>DDELinkInfo::Topic</member>. Note that if the DDE item contains
47 single quotes they are escaped by doubling them, as usual, for example
48 <code>=[2]!'''Sheet name''.A1'</code> in a "soffice" service.</p>
49
50 @since OOo 3.1
50 @since OpenOffice 3.1
51 */
52struct DDELinkInfo
53{
54 //-------------------------------------------------------------------------
55 /** The DDE service name.
56 */
57 string Service;
58

--- 18 unchanged lines hidden ---
51 */
52struct DDELinkInfo
53{
54 //-------------------------------------------------------------------------
55 /** The DDE service name.
56 */
57 string Service;
58

--- 18 unchanged lines hidden ---