XPivotTables.idl (41b4bf98) | XPivotTables.idl (796b7e2a) |
---|---|
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 --- 26 unchanged lines hidden (view full) --- 35 36module ooo { module vba { module excel { 37 38//============================================================================= 39interface XPivotTables 40{ 41 42 interface ooo::vba::XCollection; | 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 --- 26 unchanged lines hidden (view full) --- 35 36module ooo { module vba { module excel { 37 38//============================================================================= 39interface XPivotTables 40{ 41 42 interface ooo::vba::XCollection; |
43 // PivotCache should be a PivotCache object ( but thats not defined | 43 // PivotCache should be a PivotCache object ( but that's not defined |
44 // yet ) 45 //XPivotTable Add( [in] any PivotCache, [in] any TableDestination, [in] any TableName, [in] any ReadData ); 46 47}; 48 49//============================================================================= 50 51}; }; }; 52 53#endif 54 55 | 44 // yet ) 45 //XPivotTable Add( [in] any PivotCache, [in] any TableDestination, [in] any TableName, [in] any ReadData ); 46 47}; 48 49//============================================================================= 50 51}; }; }; 52 53#endif 54 55 |