Lines Matching refs:Property

54 …const Property* lcl_findPropertyByName( const Sequence< Property >& _rProps, const ::rtl::OUString…  in lcl_findPropertyByName()
57 const Property* pProperties = _rProps.getConstArray(); in lcl_findPropertyByName()
58 …const Property* pResult = ::std::lower_bound(pProperties, pProperties + nLen,_rName, ::comphelper:… in lcl_findPropertyByName()
71 const Sequence< Property >& _rProperties, const Sequence< Property >& _rAggProperties, in OPropertyArrayAggregationHelper()
82 const Property* pAggregateProps = _rAggProperties.getConstArray(); in OPropertyArrayAggregationHelper()
83 const Property* pDelegateProps = _rProperties.getConstArray(); in OPropertyArrayAggregationHelper()
84 Property* pMergedProps = m_aProperties.getArray(); in OPropertyArrayAggregationHelper()
126 const Property* pPropsTilNow = m_aProperties.getConstArray(); in OPropertyArrayAggregationHelper()
160 const Property* pPropertyDescriptor = lcl_findPropertyByName( m_aProperties, _rName ); in classifyProperty()
175 Property OPropertyArrayAggregationHelper::getPropertyByName( const ::rtl::OUString& _rPropertyName … in getPropertyByName()
177 const Property* pProperty = findPropertyByName( _rPropertyName ); in getPropertyByName()
192 const Property* OPropertyArrayAggregationHelper::findPropertyByName(const :: rtl::OUString& _rName … in findPropertyByName()
200 const Property* pProperty = findPropertyByName( _rPropertyName ); in getHandleByName()
212 …const ::com::sun::star::beans::Property& rProperty = m_aProperties.getConstArray()[(*i).second.nP… in fillPropertyMembersByHandle()
222 sal_Bool OPropertyArrayAggregationHelper::getPropertyByHandle( sal_Int32 _nHandle, Property& _rProp… in getPropertyByHandle()
246 …const ::com::sun::star::beans::Property& rProperty = m_aProperties.getConstArray()[(*i).second.nP… in fillAggregatePropertyInfoByHandle()
255 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property> OPropertyArrayAggregationHelpe… in getProperties()
286 const ::com::sun::star::beans::Property* pCur = m_aProperties.getConstArray(); in fillHandles()
287 …const ::com::sun::star::beans::Property* pEnd = m_aProperties.getConstArray() + m_aProperties.get… in fillHandles()
321 const ::com::sun::star::beans::Property* pOldEnd = pEnd--; in fillHandles()
322 const ::com::sun::star::beans::Property* pMid = pCur; in fillHandles()
646 Property aProperty; in getPropertyName()
996 Property aProperty; in convertFastPropertyValue()