X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor.h;h=a0cf8602b3fce69a10198bf25c63f9384d49728f;hb=5482d15a8b8fa45ff634f183fa3af669de55e4b9;hp=8b872b3918ed6e2997a597ee84211161ff20d461;hpb=b119dfb7131f355e5527bd9c4271c1f3bd32285d;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditor.h b/source/contacteditor/frmContactEditor.h index 8b872b3..a0cf860 100644 --- a/source/contacteditor/frmContactEditor.h +++ b/source/contacteditor/frmContactEditor.h @@ -639,9 +639,55 @@ class frmContactEditor : public frmContactEditorADT void LoadCalFreeBusy(wxString wxSPropertySeg1, wxString wxSPropertySeg2, int *FreeBusyCount); void LoadKey(wxString wxSPropertySeg1, wxString wxSPropertySeg2, int *KeyCount); + void LoadData(std::map *GeneralList, + std::map *GeneralListPref, + wxListCtrl *GeneralListCtrl, + std::map *HomeList, + std::map *HomeListPref, + wxListCtrl *HomeListCtrl, + std::map *BusinessList, + std::map *BusinessTZPref, + wxListCtrl *BusinessListCtrl, + int *DataCount); + void LoadGender(wxString *GenderComponent, wxString *GenderIdentity); void LoadBirthday(wxString *BirthdayData, bool *BirthdayText); void LoadAnniversary(wxString *AnniversaryData, bool *AnniversaryText); + void LoadKind(ContactKindType *KindType); + void LoadName(wxString *NameTitle, wxString *NameForename, + wxString *NameSurname, wxString *NameOtherNames, + wxString *NameSuffix); + void LoadMember(std::map *GroupsList); + void LoadAddress(std::map *GeneralAddressList, + std::map *GeneralAddressListTown, + std::map *GeneralAddressListCounty, + std::map *GeneralAddressListPostCode, + std::map *GeneralAddressListPref, + std::map *HomeAddressList, + std::map *HomeAddressListTown, + std::map *HomeAddressListCounty, + std::map *HomeAddressListPostCode, + std::map *HomeAddressListPref, + std::map *BusinessAddressList, + std::map *BusinessAddressListTown, + std::map *BusinessAddressListCounty, + std::map *BusinessAddressListPostCode, + std::map *BusinessAddressListPref, + int *AddressCount); + void LoadTimeZone(std::map *GeneralTZListPtr, + std::map *GeneralTZListPrefPtr, + std::map *HomeTZListPtr, + std::map *HomeTZListPrefPtr, + std::map *BusinessTZListPtr, + std::map *BusinessTZListPrefPtr, + int *TZCount); + void LoadEmail(std::map *GeneralEmailListPtr, + std::map *GeneralEmailListPrefPtr, + std::map *HomeEmailListPtr, + std::map *HomeEmailListPrefPtr, + std::map *BusinessEmailListPtr, + std::map *BusinessEmailListPrefPtr, + int *EmailCount); int intValueSeek = 1; bool IsGroup = FALSE;