Home
last modified time | relevance | path

Searched refs:allProperties (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/qadevOOo/tests/java/mod/_fwl/
H A DPathSettings.java142 Property[] allProperties = xPSI.getProperties(); in saveAllPropertyValues() local
143 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()
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabRecords.cxx347 CFArrayRef allProperties = ABCopyArrayOfPropertiesForRecordType(addressBook, _recordType); in createHeaderForRecordType() local
350 sal_Int32 numProperties = (sal_Int32) CFArrayGetCount(allProperties); in createHeaderForRecordType()
386 property = (CFStringRef) CFArrayGetValueAtIndex(allProperties, i); in createHeaderForRecordType()
473 CFRelease(allProperties); in createHeaderForRecordType()
/aoo42x/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx582 uno::Sequence< beans::Property > allProperties; in getPropertyValues() local
593 allProperties = getPropertySetInfo( xEnv )->getProperties(); in getPropertyValues()
594 nProps = allProperties.getLength(); in getPropertyValues()
595 pProps = allProperties.getConstArray(); in getPropertyValues()

Completed in 25 milliseconds