Lines Matching refs:GetDetails

274     pbRecord->SetDetails(plainText->GetDetails());  in PlainText2PasteRecord()
290 if (record->GetDetails()) { in PasteRecord2PlaintText()
291 plainText->SetDetails(*record->GetDetails()); in PasteRecord2PlaintText()
347 pbRecord->SetDetails(html->GetDetails()); in Html2PasteRecord()
363 if (record->GetDetails()) { in PasteRecord2Html()
364 html->SetDetails(*record->GetDetails()); in PasteRecord2Html()
388 pbRecord->SetDetails(link->GetDetails()); in Link2PasteRecord()
404 if (record->GetDetails()) { in PasteRecord2Link()
405 link->SetDetails(*record->GetDetails()); in PasteRecord2Link()
418 uriRecord->SetDetails(file->GetDetails()); in File2PasteRecord()
435 auto details = record->GetDetails(); in PasteRecord2File()
450 uriRecord->SetDetails(image->GetDetails()); in Image2PasteRecord()
467 auto details = record->GetDetails(); in PasteRecord2Image()
482 uriRecord->SetDetails(video->GetDetails()); in Video2PasteRecord()
499 auto details = record->GetDetails(); in PasteRecord2Video()
514 uriRecord->SetDetails(audio->GetDetails()); in Audio2PasteRecord()
531 auto details = record->GetDetails(); in PasteRecord2Audio()
546 uriRecord->SetDetails(folder->GetDetails()); in Folder2PasteRecord()
563 auto details = record->GetDetails(); in PasteRecord2Folder()
625 pbRecord->SetDetails(appItem->GetDetails()); in AppItem2PasteRecord()
640 if (record->GetDetails() != nullptr) { in PasteRecord2AppItem()
641 unifiedRecord->SetDetails(*record->GetDetails()); in PasteRecord2AppItem()
655 kvRecord->SetDetails(form->GetDetails()); in Form2PasteRecord()
670 if (record->GetDetails() != nullptr) { in PasteRecord2Form()
671 unifiedRecord->SetDetails(*record->GetDetails()); in PasteRecord2Form()
685 kvRecord->SetDetails(systemDefined->GetDetails()); in SystemDefined2PasteRecord()
696 if (record->GetDetails() != nullptr) { in PasteRecord2SystemDefined()
697 unifiedRecord->SetDetails(*record->GetDetails()); in PasteRecord2SystemDefined()
713 kvRecord->SetDetails(text->GetDetails()); in Text2PasteRecord()
723 if (record->GetDetails() != nullptr) { in PasteRecord2Text()
724 unifiedRecord->SetDetails(*record->GetDetails()); in PasteRecord2Text()