Lines Matching refs:Property

67    return ((OUString *)arg1)->compareTo( ((Property *)arg2)->Name );  in compare_OUString_Property_Impl()
79 Sequence < Property > aInfos;
85 …virtual Sequence< Property > SAL_CALL getProperties(void) throw(::com::sun::star::uno::RuntimeExce…
86 …virtual Property SAL_CALL getPropertyByName(const OUString& PropertyName) throw(::com::sun::star::…
104 Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::com::sun::star::uno::… in getProperties()
113 Property OPropertySetHelperInfo_Impl::getPropertyByName( const OUString & PropertyName ) throw(::co… in getPropertyByName()
115 Property * pR; in getPropertyByName()
116 pR = (Property *)bsearch( &PropertyName, aInfos.getConstArray(), aInfos.getLength(), in getPropertyByName()
117 sizeof( Property ), in getPropertyByName()
131 Property * pR; in hasPropertyByName()
132 pR = (Property *)bsearch( &PropertyName, aInfos.getConstArray(), aInfos.getLength(), in hasPropertyByName()
133 sizeof( Property ), in hasPropertyByName()
1090 return ((Property *)arg1)->Name.compareTo( ((Property *)arg2)->Name ); in compare_Property_Impl()
1098 const Property* pProperties = aInfos.getConstArray(); in init()
1110 qsort( aInfos.getArray(), nElements, sizeof( Property ), in init()
1125 Property * pProps, in OPropertyArrayHelper()
1136 const Sequence< Property > & aProps, in OPropertyArrayHelper()
1159 const Property* pProperties = aInfos.getConstArray(); in fillPropertyMembersByHandle()
1191 Sequence< Property > OPropertyArrayHelper::getProperties(void) in getProperties()
1209 Property OPropertyArrayHelper::getPropertyByName(const OUString& aPropertyName) in getPropertyByName()
1212 Property * pR; in getPropertyByName()
1213 pR = (Property *)bsearch( &aPropertyName, aInfos.getConstArray(), aInfos.getLength(), in getPropertyByName()
1214 sizeof( Property ), in getPropertyByName()
1232 Property * pR; in hasPropertyByName()
1233 pR = (Property *)bsearch( &aPropertyName, aInfos.getConstArray(), aInfos.getLength(), in hasPropertyByName()
1234 sizeof( Property ), in hasPropertyByName()
1242 Property * pR; in getHandleByName()
1243 pR = (Property *)bsearch( &rPropName, aInfos.getConstArray(), aInfos.getLength(), in getHandleByName()
1244 sizeof( Property ), in getHandleByName()
1255 const Property * pCur = aInfos.getConstArray(); in fillHandles()
1256 const Property * pEnd = pCur + aInfos.getLength(); in fillHandles()
1290 const Property * pOldEnd = pEnd--; in fillHandles()
1291 const Property * pMid = pCur; in fillHandles()