DataPointProperties.idl (d1766043) | DataPointProperties.idl (fefd526c) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41{ 42module star 43{ 44module chart2 45{ 46 47service DataPointProperties 48{ | 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 --- 32 unchanged lines hidden (view full) --- 41{ 42module star 43{ 44module chart2 45{ 46 47service DataPointProperties 48{ |
49 /** to give acces to the properties required by this service. | 49 /** to give access to the properties required by this service. |
50 */ 51 service ::com::sun::star::beans::PropertySet; 52 53 // ---------------------------------------------------------------------- 54 55 /** points to a style that also supports this service (but not 56 this property) that is used as default, if the PropertyState 57 of a property is <code>DEFAULT_VALUE</code>. --- 267 unchanged lines hidden --- | 50 */ 51 service ::com::sun::star::beans::PropertySet; 52 53 // ---------------------------------------------------------------------- 54 55 /** points to a style that also supports this service (but not 56 this property) that is used as default, if the PropertyState 57 of a property is <code>DEFAULT_VALUE</code>. --- 267 unchanged lines hidden --- |