Searched refs:_abrecord (Results 1 – 2 of 2) sorted by relevance
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabRecords.cxx | 861 MacabRecord *MacabRecords::createMacabRecord(const ABRecordRef _abrecord, const MacabHeader *_heade… in createMacabRecord() argument 884 propertyValue = ABRecordCopyValue(_abrecord,propertyName); in createMacabRecord() 904 void MacabRecords::insertPropertyIntoMacabRecord(MacabRecord *_abrecord, const MacabHeader *_header… in insertPropertyIntoMacabRecord() argument 910 insertPropertyIntoMacabRecord(ab_type, _abrecord, _header, _propertyName, _propertyValue); in insertPropertyIntoMacabRecord() 917 …ropertyIntoMacabRecord(const ABPropertyType _propertyType, MacabRecord *_abrecord, const MacabHead… in insertPropertyIntoMacabRecord() argument 962 if(_abrecord->get(columnNumber) != NULL) in insertPropertyIntoMacabRecord() 972 _abrecord->insertAtColumn(_propertyValue, _propertyType, columnNumber); in insertPropertyIntoMacabRecord() 996 insertPropertyIntoMacabRecord(_abrecord, _header, newPropertyName, arrValue); in insertPropertyIntoMacabRecord() 1039 insertPropertyIntoMacabRecord(_abrecord, _header, newPropertyName, dictValues[i]); in insertPropertyIntoMacabRecord() 1082 insertPropertyIntoMacabRecord(multiType, _abrecord, _header, newPropertyName, multiValue); in insertPropertyIntoMacabRecord()
|
H A D | MacabRecords.hxx | 82 …void insertPropertyIntoMacabRecord(MacabRecord *_abrecord, const MacabHeader *_header, const ::rtl… 83 …void insertPropertyIntoMacabRecord(const ABPropertyType _propertyType, MacabRecord *_abrecord, con… 110 …MacabRecord *createMacabRecord(const ABRecordRef _abrecord, const MacabHeader *_header, const CFSt…
|
Completed in 22 milliseconds