Searched refs:_propertyValue (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/connectivity/source/drivers/macab/ |
H A D | MacabRecords.cxx | 541 if(_propertyValue != NULL) in createHeaderForProperty() 580 if(_propertyValue != NULL) in createHeaderForProperty() 664 if(_propertyValue != NULL) 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() 906 CFTypeID cf_type = CFGetTypeID(_propertyValue); 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() [all …]
|
H A D | MacabRecords.hxx | 79 …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;
|
/aoo41x/main/extensions/qa/integration/extensions/ |
H A D | MethodHandler.java | 83 …public Object convertToControlValue(String _propertyName, Object _propertyValue, com.sun.star.uno.… in convertToControlValue() argument 85 return _propertyValue; in convertToControlValue()
|
H A D | ServicesHandler.java | 117 …public Object convertToControlValue(String _propertyName, Object _propertyValue, com.sun.star.uno.… in convertToControlValue() argument 119 return _propertyValue; in convertToControlValue()
|
Completed in 17 milliseconds