Home
last modified time | relevance | path

Searched refs:_propertyValue (Results 1 – 4 of 4) sorted by last modified time

/trunk/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()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecords.cxx541 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 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;

Completed in 32 milliseconds