Searched refs:allProperties (Results 1 – 3 of 3) sorted by relevance
142 Property[] allProperties = xPSI.getProperties(); in saveAllPropertyValues() local143 m_Properties = new NamedValue[allProperties.length]; in saveAllPropertyValues()145 for (int i=0; i < allProperties.length; i++){ in saveAllPropertyValues()147 m_Properties[i] = new NamedValue(allProperties[i].Name, in saveAllPropertyValues()148 xPS.getPropertyValue(allProperties[i].Name)); in saveAllPropertyValues()
347 CFArrayRef allProperties = ABCopyArrayOfPropertiesForRecordType(addressBook, _recordType); in createHeaderForRecordType() local350 sal_Int32 numProperties = (sal_Int32) CFArrayGetCount(allProperties); in createHeaderForRecordType()386 property = (CFStringRef) CFArrayGetValueAtIndex(allProperties, i); in createHeaderForRecordType()473 CFRelease(allProperties); in createHeaderForRecordType()
582 uno::Sequence< beans::Property > allProperties; in getPropertyValues() local593 allProperties = getPropertySetInfo( xEnv )->getProperties(); in getPropertyValues()594 nProps = allProperties.getLength(); in getPropertyValues()595 pProps = allProperties.getConstArray(); in getPropertyValues()
Completed in 39 milliseconds