Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
43 These fields are special one of the set of available document properties.
45 <type scope="com::sun::star::beans">XPropertySet</type>) of service
58 /** provides information about count of available fields
61 This count marks the top range of possible requests for get/set
62 any of these fields. Range = [0..count-1]
71 /** returns the name of an user field
74 specifies the position of requested field
78 the name of the requested field
81 if <var>Index</var> don't fit range of [0..count-1]
87 /** returns the value of an user field
90 specifies the position of requested field
94 the value of the requested field
97 if <var>Index</var> don't fit range of [0..count-1]
103 /** changes the name of one of the user fields
106 specifies the position of requested field
113 if <var>Index</var> don't fit range of [0..count-1]
121 /** changes the value of one of the user fields
124 specifies the position of requested field
131 if <var>Index</var> don't fit range of [0..count-1]