Home
last modified time | relevance | path

Searched refs:_propertyValue (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/connectivity/source/drivers/macab/
H A DMacabRecords.cxx513 …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()
[all …]
H A DMacabRecords.hxx79 …eaderForProperty(const ABPropertyType _propertyType, const CFTypeRef _propertyValue, const CFStrin…
82 … MacabHeader *_header, const ::rtl::OUString _propertyName, const CFTypeRef _propertyValue) const;
83 … MacabHeader *_header, const ::rtl::OUString _propertyName, const CFTypeRef _propertyValue) const;
/AOO42X/main/extensions/qa/integration/extensions/
H A DMethodHandler.java83 …public Object convertToControlValue(String _propertyName, Object _propertyValue, com.sun.star.uno.… in convertToControlValue() argument
85 return _propertyValue; in convertToControlValue()
H A DServicesHandler.java117 …public Object convertToControlValue(String _propertyName, Object _propertyValue, com.sun.star.uno.… in convertToControlValue() argument
119 return _propertyValue; in convertToControlValue()