DDELinkMode.idl (d1766043) | DDELinkMode.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 --- 21 unchanged lines hidden (view full) --- 30 31//============================================================================= 32 33/** used to specify how the DDE server application converts its data into 34 numbers. 35 36 @see com::sun::star::sheet::XDDELinks 37 | 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 --- 21 unchanged lines hidden (view full) --- 30 31//============================================================================= 32 33/** used to specify how the DDE server application converts its data into 34 numbers. 35 36 @see com::sun::star::sheet::XDDELinks 37 |
38 @since OOo 3.0 | 38 @since OpenOffice 3.0 |
39 */ 40published enum DDELinkMode 41{ 42 //------------------------------------------------------------------------- 43 44 /** numbers are converted into the default format. 45 */ 46 DEFAULT, --- 20 unchanged lines hidden --- | 39 */ 40published enum DDELinkMode 41{ 42 //------------------------------------------------------------------------- 43 44 /** numbers are converted into the default format. 45 */ 46 DEFAULT, --- 20 unchanged lines hidden --- |