Diagram.idl (d1766043) | Diagram.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 --- 59 unchanged lines hidden (view full) --- 68 69 */ 70published service Diagram 71{ 72 73 interface com::sun::star::chart::XDiagram; 74 75 /** Provides easier access to the differnet axes and their sub elements. | 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 --- 59 unchanged lines hidden (view full) --- 68 69 */ 70published service Diagram 71{ 72 73 interface com::sun::star::chart::XDiagram; 74 75 /** Provides easier access to the differnet axes and their sub elements. |
76 @since OOo 3.4 | 76 @since OpenOffice 3.4 |
77 */ 78 [optional] interface com::sun::star::chart::XAxisSupplier; 79 80 /** Provides access to the titles of the secondary X axis and Y axis. | 77 */ 78 [optional] interface com::sun::star::chart::XAxisSupplier; 79 80 /** Provides access to the titles of the secondary X axis and Y axis. |
81 @since OOo 3.0 | 81 @since OpenOffice 3.0 |
82 */ 83 [optional] interface com::sun::star::chart::XSecondAxisTitleSupplier; 84 85 /** | 82 */ 83 [optional] interface com::sun::star::chart::XSecondAxisTitleSupplier; 84 85 /** |
86 @since OOo 3.3 | 86 @since OpenOffice 3.3 |
87 */ 88 [optional] interface com::sun::star::chart::XDiagramPositioning; 89 90 //------------------------------------------------------------------------- 91 92 /** If this property is <TRUE/> the position is calculated by the application automatically. 93 Setting this property to false will have no effect. Instead use the interface <type scope="com::sun::star::drawing">XShape</type> 94 to set a concrete position (note <type scope="com::sun::star::chart">XDiagram</type> is derived from <type scope="com::sun::star::drawing">XShape</type>). --- 13 unchanged lines hidden (view full) --- 108 interface com::sun::star::beans::XPropertySet; 109 110 //------------------------------------------------------------------------- 111 112 /** If a <type>Diagram</type> may be stored as XML file, this 113 service should be supported in order to preserve unparsed XML 114 attributes. 115 | 87 */ 88 [optional] interface com::sun::star::chart::XDiagramPositioning; 89 90 //------------------------------------------------------------------------- 91 92 /** If this property is <TRUE/> the position is calculated by the application automatically. 93 Setting this property to false will have no effect. Instead use the interface <type scope="com::sun::star::drawing">XShape</type> 94 to set a concrete position (note <type scope="com::sun::star::chart">XDiagram</type> is derived from <type scope="com::sun::star::drawing">XShape</type>). --- 13 unchanged lines hidden (view full) --- 108 interface com::sun::star::beans::XPropertySet; 109 110 //------------------------------------------------------------------------- 111 112 /** If a <type>Diagram</type> may be stored as XML file, this 113 service should be supported in order to preserve unparsed XML 114 attributes. 115 |
116 @since OOo 1.1.2 | 116 @since OpenOffice 1.1.2 |
117 */ 118 [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; 119 120 //------------------------------------------------------------------------- 121 122 /** determines if the data for a data row is contained in the 123 columns or in the rows of the data array. 124 --- 28 unchanged lines hidden --- | 117 */ 118 [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; 119 120 //------------------------------------------------------------------------- 121 122 /** determines if the data for a data row is contained in the 123 columns or in the rows of the data array. 124 --- 28 unchanged lines hidden --- |