Lines Matching refs:attribute
148 [attribute] double att1; // initially 0.0
159 [attribute] double att3; // initially 0.0
270 [attribute] boolean Bool;
271 [attribute] byte Byte;
272 [attribute] char Char;
273 [attribute] short Short;
274 [attribute] unsigned short UShort;
275 [attribute] long Long;
276 [attribute] unsigned long ULong;
277 [attribute] hyper Hyper;
278 [attribute] unsigned hyper UHyper;
279 [attribute] float Float;
280 [attribute] double Double;
281 [attribute] TestEnum Enum;
282 [attribute] string String;
283 [attribute] com::sun::star::uno::XInterface Interface;
284 [attribute] any Any;
285 [attribute] sequence< TestElement > Sequence;
286 [attribute] TestData Struct;
288 [attribute] long RaiseAttr1 {
291 [attribute, readonly] long RaiseAttr2 {
341 * Inherting from monster; adds raiseException(), attribute raising RuntimeException.
368 [attribute] long RuntimeException;