std::map<int,int> *SplitLength,
int intSize){
+ // Split the values.
+
size_t intPropertyLen = PropertyLine->Len();
int intSplitsFound = 0;
int intSplitSize = 0;
wxListCtrl *BusinessListCtrl,
int *DataCount){
+ // Load data into the controls (first section of data and preference
+ // only).
+
long ListCtrlIndex = -1;
// Deal with the general items.
wxListCtrl *BusinessListCtrl,
int *DataCount){
+ // Load data into the controls (first section of data,
+ // type and preference).
+
long ListCtrlIndex = -1;
// Deal with the general items.
wxListCtrl *ItemCtrl,
int *DataCount){
+ // Load the data (name and preference only).
+
long ListCtrlIndex = -1;
for (std::map<int,wxString>::iterator Iter = ItemList->begin();
wxListCtrl *ItemCtrl,
int *DataCount){
+ // Load the data (name, preference and type).
+
long ListCtrlIndex = -1;
for (std::map<int,wxString>::iterator Iter = ItemList->begin();
wxListCtrl *ItemCtrl,
int *DataCount){
+ // Load data (name, preference, type and data type).
+
long ListCtrlIndex = -1;
for (std::map<int,wxString>::iterator Iter = ItemList->begin();
wxListCtrl *ItemCtrl,
int *DataCount){
+ // Load the picture data.
+
long ListCtrlIndex = -1;
for (std::map<int,std::string>::iterator Iter = ItemList->begin();
std::map<int,wxString> *ItemListElement,
wxListCtrl *ItemCtrl,
int *DataCount){
-
+
+ // Load the vendor data.
+
long ListCtrlIndex = -1;
wxString ItemValue;
wxListCtrl *ItemCtrl,
int *DataCount){
+ // Load the X-Token data.
+
long ListCtrlIndex = -1;
wxString ItemValue;
void frmContactEditor::LoadData(std::map<int,wxString> *ItemList,
wxComboBox *ItemCtrl){
+ // Load data into a wxComboBox.
+
int ItemIndex = 0;
if (MapDataExists(&ItemIndex, ItemList)){
wxListCtrl *ItemCtrl,
int *DataCount){
+ // Load related data (name, preference and type).
+
long ListCtrlIndex = -1;
wxString RelatedType;
void frmContactEditor::LoadKind(ContactKindType *KindType){
+ // Load contact kind.
+
switch (*KindType){
case CONTACTKIND_INDIVIDUAL:
cmbType->SetSelection(1);
void frmContactEditor::LoadBirthday(wxString *BirthdayData, bool *BirthdayText){
+ // Load Birthday.
+
if (BirthdayData->IsEmpty()){
return;
}
void frmContactEditor::LoadAnniversary(wxString *AnniversaryData, bool *AnniversaryText){
+ // Load Anniversary.
+
if (AnniversaryData->IsEmpty()){
return;
}
void frmContactEditor::LoadGender(wxString *GenderComponent, wxString *GenderIdentity){
+ // Load Gender.
+
// Deal with the Gender Component.
if (*GenderComponent == wxT("M")){
wxString *NameSurname, wxString *NameOtherNames,
wxString *NameSuffix){
+ // Load Name.
+
txtTitle->SetValue(*NameTitle);
txtForename->SetValue(*NameForename);
txtSurname->SetValue(*NameSurname);
void frmContactEditor::LoadMember(std::map<int,wxString> *GroupList){
+ // Load group data.
+
// Go through the list of contacts for the account and find the matching UID.
// If contact with UID doesn't match then say (unknown contact).
std::map<int, int> *BusinessAddressListPref,
int *AddressCount){
+ // Load address.
+
long ListCtrlIndex = -1;
// Deal with the general addresses.