Lines Matching refs:beans
23 package ifc.beans;
25 import com.sun.star.beans.GetDirectPropertyTolerantResult;
26 import com.sun.star.beans.GetPropertyTolerantResult;
27 import com.sun.star.beans.Property;
28 import com.sun.star.beans.PropertyAttribute;
29 import com.sun.star.beans.PropertyState;
30 import com.sun.star.beans.SetPropertyTolerantFailed;
31 import com.sun.star.beans.XPropertySet;
32 import com.sun.star.beans.XPropertyState;
33 import com.sun.star.beans.XTolerantMultiPropertySet;
183 if (SPTF[k].Result == com.sun.star.beans.TolerantPropertySetResultType.PROPERTY_VETO) { in _setPropertyValuesTolerant()
197 … if (SPTF[i].Result == com.sun.star.beans.TolerantPropertySetResultType.PROPERTY_VETO) { in _setPropertyValuesTolerant()
210 … (SPTF[i].Result == com.sun.star.beans.TolerantPropertySetResultType.SUCCESS)) { in _setPropertyValuesTolerant()
247 } catch (com.sun.star.beans.UnknownPropertyException e) { in getDirectProperties()
304 } catch (com.sun.star.beans.UnknownPropertyException e) { in getPropertyValues()