Lines Matching refs:_propertyValue

513 …eaderForProperty(const ABPropertyType _propertyType, const CFTypeRef _propertyValue, const CFStrin…  in createHeaderForProperty()  argument
541 if(_propertyValue != NULL) in createHeaderForProperty()
545 sal_Int32 multiLength = ABMultiValueCount((ABMutableMultiValueRef) _propertyValue); in createHeaderForProperty()
550 …ype = (ABPropertyType) (ABMultiValuePropertyType((ABMutableMultiValueRef) _propertyValue) - 0x100); in createHeaderForProperty()
561 multiLabel = ABMultiValueCopyLabelAtIndex((ABMutableMultiValueRef) _propertyValue, i); in createHeaderForProperty()
580 if(_propertyValue != NULL) in createHeaderForProperty()
585 sal_Int32 multiLengthFirstLevel = ABMultiValueCount((ABMutableMultiValueRef) _propertyValue); in createHeaderForProperty()
599 …ype = (ABPropertyType) (ABMultiValuePropertyType((ABMutableMultiValueRef) _propertyValue) - 0x100); in createHeaderForProperty()
612 multiLabel = ABMultiValueCopyLabelAtIndex((ABMutableMultiValueRef) _propertyValue, i); in createHeaderForProperty()
613 multiValue = ABMultiValueCopyValueAtIndex((ABMutableMultiValueRef) _propertyValue, i); in createHeaderForProperty()
664 if(_propertyValue != NULL) in createHeaderForProperty()
667 sal_Int32 numRecords = (sal_Int32) CFDictionaryGetCount((CFDictionaryRef) _propertyValue); in createHeaderForProperty()
686 …CFDictionaryGetKeysAndValues((CFDictionaryRef) _propertyValue, (const void **) dictKeys, (const vo… in createHeaderForProperty()
745 if(_propertyValue != NULL) in createHeaderForProperty()
747 sal_Int32 arrLength = (sal_Int32) CFArrayGetCount( (CFArrayRef) _propertyValue); in createHeaderForProperty()
768 arrValue = (CFTypeRef) CFArrayGetValueAtIndex( (CFArrayRef) _propertyValue, i); in createHeaderForProperty()
904 …st MacabHeader *_header, const ::rtl::OUString _propertyName, const CFTypeRef _propertyValue) const in insertPropertyIntoMacabRecord()
906 CFTypeID cf_type = CFGetTypeID(_propertyValue); in insertPropertyIntoMacabRecord()
910 insertPropertyIntoMacabRecord(ab_type, _abrecord, _header, _propertyName, _propertyValue); in insertPropertyIntoMacabRecord()
917 …st MacabHeader *_header, const ::rtl::OUString _propertyName, const CFTypeRef _propertyValue) const in insertPropertyIntoMacabRecord()
920 if(_propertyValue == NULL) in insertPropertyIntoMacabRecord()
972 _abrecord->insertAtColumn(_propertyValue, _propertyType, columnNumber); in insertPropertyIntoMacabRecord()
986 sal_Int32 arrLength = (sal_Int32) CFArrayGetCount( (CFArrayRef) _propertyValue); in insertPropertyIntoMacabRecord()
994 arrValue = CFArrayGetValueAtIndex( (CFArrayRef) _propertyValue, i); in insertPropertyIntoMacabRecord()
1016 sal_Int32 numRecords = (sal_Int32) CFDictionaryGetCount((CFDictionaryRef) _propertyValue); in insertPropertyIntoMacabRecord()
1030 …CFDictionaryGetKeysAndValues((CFDictionaryRef) _propertyValue, (const void **) dictKeys, (const vo… in insertPropertyIntoMacabRecord()
1066 sal_Int32 multiLength = ABMultiValueCount((ABMutableMultiValueRef) _propertyValue); in insertPropertyIntoMacabRecord()
1070 …ype = (ABPropertyType) (ABMultiValuePropertyType((ABMutableMultiValueRef) _propertyValue) - 0x100); in insertPropertyIntoMacabRecord()
1076 multiLabel = ABMultiValueCopyLabelAtIndex((ABMutableMultiValueRef) _propertyValue, i); in insertPropertyIntoMacabRecord()
1077 multiValue = ABMultiValueCopyValueAtIndex((ABMutableMultiValueRef) _propertyValue, i); in insertPropertyIntoMacabRecord()