Lines Matching refs:Property
55 using ::com::sun::star::beans::Property;
83 Sequence< Property > aSourceProps = xSourceProps->getProperties(); in copyProperties()
84 const Property* pSourceProps = aSourceProps.getConstArray(); in copyProperties()
85 Property aDestProp; in copyProperties()
153 bool findProperty(Property& o_rProp, in findProperty()
154 Sequence<Property>& i_seqProps, in findProperty()
157 const Property* pAry(i_seqProps.getConstArray()); in findProperty()
159 const Property* pRes( in findProperty()
172 void RemoveProperty(Sequence<Property>& _rProps, const rtl::OUString& _rPropName) in RemoveProperty()
177 const Property* pProperties = _rProps.getConstArray(); in RemoveProperty()
178 …const Property* pResult = ::std::lower_bound(pProperties, pProperties + nLen, _rPropName,PropertyS… in RemoveProperty()
189 void ModifyPropertyAttributes(Sequence<Property>& seqProps, const ::rtl::OUString& sPropName, sal_I… in ModifyPropertyAttributes()
194 Property* pProperties = seqProps.getArray(); in ModifyPropertyAttributes()
195 …Property* pResult = ::std::lower_bound(pProperties, pProperties + nLen,sPropName, PropertyStringLe… in ModifyPropertyAttributes()