bool QuoteMode = FALSE;
bool PropertyFind = TRUE;
- bool HasExtraNicknames = FALSE;
- bool IgnoreGender = FALSE;
bool ExtraLineSeek = TRUE;
bool BirthdayProcessed = FALSE;
bool AnniversaryProcessed = FALSE;
- bool FNProcessed = FALSE;
bool GenderProcessed = FALSE;
bool NameProcessed = FALSE;
bool KindProcessed = FALSE;
bool OrganisationFirst = FALSE;
bool NoteFirst = FALSE;
bool PhotoFirst = FALSE;
- bool LogoFirst = FALSE;
- int intExtraNickname = 0;
wxString wxSProperty;
wxString wxSPropertySeg1;
wxString wxSPropertySeg2;
wxString wxSPropertyNextLine;
size_t ContactLineLen = 0;
int QuoteBreakPoint = 0;
- int FNCount = 0;
- int NameCount = 0;
- int NicknameCount = 0;
- int ADRCount = 0;
- int EmailCount = 0;
- int IMPPCount = 0;
- int TelCount = 0;
- int LangCount = 0;
- int TZCount = 0;
- int GeoCount = 0;
- int URLCount = 0;
- int RelatedCount = 0;
- int TitleCount = 0;
- int RoleCount = 0;
- int OrgCount = 0;
- int NoteCount = 0;
- int CategoryCount = 0;
- int PhotoCount = 0;
- int LogoCount = 0;
- int SoundCount = 0;
- int CalAdrCount = 0;
- int CalReqAdrCount = 0;
- int FreeBusyCount = 0;
- int KeyCount = 0;
- int VendorCount = 0;
- int XTokenCount = 0;
int ItemSeek = 1;
wxString strVer;
wxString PropertyName;
wxString PropertyValue;
wxString PropertyTokens;
- int intPrevValue = 5;
-
- intPrevValue = 4;
ContactDatav3.AddRaw(wxT("X-ADDRESSBOOKSERVER-KIND"), wxSPropertySeg2);
wxString PropertyName;
wxString PropertyValue;
wxString PropertyTokens;
- int intPrevValue = 7;
-
- intPrevValue = 6;
ContactDatav3.AddRaw(wxT("X-ADDRESSBOOKSERVER-MEMBER"), wxSPropertySeg2);
int intSplitsFound = 0;
int intSplitSize = 0;
int intPrevValue = 5;
- int intType = 0;
int intSplitPoint = 0;
intPrevValue = 4;
TelTypeUI.Append(wxT(","));
}
-
- if (TypePropertyName == wxT("home")){
-
- intType = 1;
-
- } else if (TypePropertyName == wxT("work")){
-
- intType = 2;
-
- }
if (TypePropertyName == wxT("text")){