XInternalDataProvider.idl (d1766043) | XInternalDataProvider.idl (0d3a54ff) |
---|---|
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 --- 58 unchanged lines hidden (view full) --- 67 the XDataProvider interface are already registered. If a 68 labeled data sequence was created by cloning an existing one, 69 it has to be explicitly registered via this method.</p> 70 */ 71 void registerDataSequenceForChanges( [in] data::XDataSequence xSeq ); 72 73 /** insert an additional sequence for categories nLevel>=1; 74 categories at level 0 are always present and cannot be inserted or deleted | 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 --- 58 unchanged lines hidden (view full) --- 67 the XDataProvider interface are already registered. If a 68 labeled data sequence was created by cloning an existing one, 69 it has to be explicitly registered via this method.</p> 70 */ 71 void registerDataSequenceForChanges( [in] data::XDataSequence xSeq ); 72 73 /** insert an additional sequence for categories nLevel>=1; 74 categories at level 0 are always present and cannot be inserted or deleted |
75 @since OOo 3.3 | 75 @since OpenOffice 3.3 |
76 */ 77 void insertComplexCategoryLevel( [in] long nLevel ); 78 /** deletes an additional sequence for categories at nLevel>=1; 79 categories at level 0 are always present and cannot be deleted | 76 */ 77 void insertComplexCategoryLevel( [in] long nLevel ); 78 /** deletes an additional sequence for categories at nLevel>=1; 79 categories at level 0 are always present and cannot be deleted |
80 @since OOo 3.3 | 80 @since OpenOffice 3.3 |
81 */ 82 void deleteComplexCategoryLevel( [in] long nLevel ); 83}; 84 85} ; // chart2 86} ; // com 87} ; // sun 88} ; // star 89 90 91#endif | 81 */ 82 void deleteComplexCategoryLevel( [in] long nLevel ); 83}; 84 85} ; // chart2 86} ; // com 87} ; // sun 88} ; // star 89 90 91#endif |