PathSettings.idl (d1766043) | PathSettings.idl (34c958ab) |
---|---|
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 --- 39 unchanged lines hidden (view full) --- 48 The property names of the Office paths/directories are an exactly match 49 to the configuration entries found in the file 50 (org/openoffice/Office/Common.xml).<br> 51 This service supports the usage of path variables to define 52 paths that a relative to other office or system directories. 53 See <type>PathSubstitution</type> 54 </p> 55 | 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 --- 39 unchanged lines hidden (view full) --- 48 The property names of the Office paths/directories are an exactly match 49 to the configuration entries found in the file 50 (org/openoffice/Office/Common.xml).<br> 51 This service supports the usage of path variables to define 52 paths that a relative to other office or system directories. 53 See <type>PathSubstitution</type> 54 </p> 55 |
56 @since OOo 1.1.2 | 56 @since OpenOffice 1.1.2 |
57 */ 58published service PathSettings 59{ 60 /** Main interface to have access to the path properties. */ 61 interface com::sun::star::beans::XPropertySet; 62 63 /** An extension to the <type scope="com::sun::star::beans">XPropertySet</type> interface. 64 The get and set methods use handles to access the property values --- 105 unchanged lines hidden --- | 57 */ 58published service PathSettings 59{ 60 /** Main interface to have access to the path properties. */ 61 interface com::sun::star::beans::XPropertySet; 62 63 /** An extension to the <type scope="com::sun::star::beans">XPropertySet</type> interface. 64 The get and set methods use handles to access the property values --- 105 unchanged lines hidden --- |