Lines Matching refs:attribute

325         attribute;  in run()  local
335 attribute = css::uno::Reference< in run()
339 css::uno::TypeClass_INTERFACE_ATTRIBUTE, attribute->getTypeClass()); in run()
343 attribute->getName()); in run()
346 attribute->getMemberName()); in run()
347 assertEqual< sal_Int32 >(3, attribute->getPosition()); in run()
348 assertEqual< bool >(false, attribute->isReadOnly()); in run()
351 attribute->getType()->getName()); in run()
352 assertEqual< bool >(true, attribute->isBound()); in run()
353 getExceptions = attribute->getGetExceptions(); in run()
355 setExceptions = attribute->getSetExceptions(); in run()
358 attribute = css::uno::Reference< in run()
362 css::uno::TypeClass_INTERFACE_ATTRIBUTE, attribute->getTypeClass()); in run()
366 attribute->getName()); in run()
369 attribute->getMemberName()); in run()
370 assertEqual< sal_Int32 >(4, attribute->getPosition()); in run()
371 assertEqual< bool >(false, attribute->isReadOnly()); in run()
374 attribute->getType()->getName()); in run()
375 assertEqual< bool >(false, attribute->isBound()); in run()
376 getExceptions = attribute->getGetExceptions(); in run()
387 setExceptions = attribute->getSetExceptions(); in run()
399 attribute = css::uno::Reference< in run()
403 css::uno::TypeClass_INTERFACE_ATTRIBUTE, attribute->getTypeClass()); in run()
407 attribute->getName()); in run()
410 attribute->getMemberName()); in run()
411 assertEqual< sal_Int32 >(5, attribute->getPosition()); in run()
412 assertEqual< bool >(true, attribute->isReadOnly()); in run()
415 attribute->getType()->getName()); in run()
416 assertEqual< bool >(true, attribute->isBound()); in run()
417 getExceptions = attribute->getGetExceptions(); in run()
424 setExceptions = attribute->getSetExceptions(); in run()