ArrayWrapper.idl (408a4873) | ArrayWrapper.idl (729e7e85) |
---|---|
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) --- 28#include <com/sun/star/uno/XInterface.idl> 29#endif 30 31//============================================================================= 32module com { module sun { module star { module script { 33 34//============================================================================= 35/** Allows an UNO sequence that is passed between different language | 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) --- 28#include <com/sun/star/uno/XInterface.idl> 29#endif 30 31//============================================================================= 32module com { module sun { module star { module script { 33 34//============================================================================= 35/** Allows an UNO sequence that is passed between different language |
36 boundries to indicate it prefers to be represented as a multidimensional | 36 boundaries to indicate it prefers to be represented as a multidimensional |
37 array with 0 or 1 based indices. UNO does not natively represent 38 Multi-Dimensional arrays, instead a sequence can have elements that are 39 themselves sequences (an array of arrays ). <p>Some languages ( example 40 BASIC ) can natively represent both Multi-Dimentional arrays and array of 41 arrays. 42 Those languages could represent a sequence of sequences as either a 43 Multi-Dimentional array or array of arrays. This structure allows a 44 preference for a Multi-Dimensional array representation to be specified.</p> --- 20 unchanged lines hidden --- | 37 array with 0 or 1 based indices. UNO does not natively represent 38 Multi-Dimensional arrays, instead a sequence can have elements that are 39 themselves sequences (an array of arrays ). <p>Some languages ( example 40 BASIC ) can natively represent both Multi-Dimentional arrays and array of 41 arrays. 42 Those languages could represent a sequence of sequences as either a 43 Multi-Dimentional array or array of arrays. This structure allows a 44 preference for a Multi-Dimensional array representation to be specified.</p> --- 20 unchanged lines hidden --- |