ExternalReference.idl (d1766043) | ExternalReference.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 --- 20 unchanged lines hidden (view full) --- 29//============================================================================= 30 31/** Data structure to store information about an external reference. An 32 external reference can be either a single cell reference, a cell range 33 reference, or a named range. 34 35 @see FormulaMapGroupSpecialOffset::PUSH 36 | 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 --- 20 unchanged lines hidden (view full) --- 29//============================================================================= 30 31/** Data structure to store information about an external reference. An 32 external reference can be either a single cell reference, a cell range 33 reference, or a named range. 34 35 @see FormulaMapGroupSpecialOffset::PUSH 36 |
37 @since OOo 3.1 | 37 @since OpenOffice 3.1 |
38 */ 39struct ExternalReference 40{ 41 //------------------------------------------------------------------------- 42 43 /** Index of an externally linked document. Each externally-linked document 44 has a unique index value. 45 --- 47 unchanged lines hidden --- | 38 */ 39struct ExternalReference 40{ 41 //------------------------------------------------------------------------- 42 43 /** Index of an externally linked document. Each externally-linked document 44 has a unique index value. 45 --- 47 unchanged lines hidden --- |