ChartDocument.idl (d1766043) | ChartDocument.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 --- 47 unchanged lines hidden (view full) --- 56 @see ChartDataArray 57 */ 58published service ChartDocument 59{ 60 /** If a <type>ChartDocument</type> may be stored as XML file, 61 this service should be supported in order to preserve unparsed 62 XML attributes. 63 | 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 --- 47 unchanged lines hidden (view full) --- 56 @see ChartDataArray 57 */ 58published service ChartDocument 59{ 60 /** If a <type>ChartDocument</type> may be stored as XML file, 61 this service should be supported in order to preserve unparsed 62 XML attributes. 63 |
64 @since OOo 1.1.2 | 64 @since OpenOffice 1.1.2 |
65 */ 66 [optional] service ::com::sun::star::xml::UserDefinedAttributeSupplier; 67 68 interface ::com::sun::star::chart::XChartDocument; 69 interface ::com::sun::star::beans::XPropertySet; 70 71 [optional] interface ::com::sun::star::drawing::XDrawPageSupplier; 72 --- 24 unchanged lines hidden --- | 65 */ 66 [optional] service ::com::sun::star::xml::UserDefinedAttributeSupplier; 67 68 interface ::com::sun::star::chart::XChartDocument; 69 interface ::com::sun::star::beans::XPropertySet; 70 71 [optional] interface ::com::sun::star::drawing::XDrawPageSupplier; 72 --- 24 unchanged lines hidden --- |