| TextFieldMaster.idl (d1766043) | TextFieldMaster.idl (d8faddcc) |
|---|---|
| 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 */ 42published service TextFieldMaster 43{ 44 /** This optional interface makes it possible to access properties of 45 this field master, if any. 46 */ 47 [optional] interface com::sun::star::beans::XPropertySet; 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 */ 42published service TextFieldMaster 43{ 44 /** This optional interface makes it possible to access properties of 45 this field master, if any. 46 */ 47 [optional] interface com::sun::star::beans::XPropertySet; 48 //------------------------------------------------------------------------ |
| 49 /** determins the name of the field master. The name is void as long as the | 49 /** determines the name of the field master. The name is void as long as the |
| 50 instance is not member of the document structure. When the value is being set 51 the instance is inserted into the document and the name cannot be changed afterwards. 52 That does not apply to the Database text field master. 53 */ 54 [optional, property] string Name; 55 //------------------------------------------------------------------------ 56 /** contains a sequence of all fields that depend on this master. 57 */ --- 13 unchanged lines hidden --- | 50 instance is not member of the document structure. When the value is being set 51 the instance is inserted into the document and the name cannot be changed afterwards. 52 That does not apply to the Database text field master. 53 */ 54 [optional, property] string Name; 55 //------------------------------------------------------------------------ 56 /** contains a sequence of all fields that depend on this master. 57 */ --- 13 unchanged lines hidden --- |