X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftextprocessing.h;h=97ea9a1e83c2703ab7a9a0c4e3c8e045e877e613;hb=2a30393d59c892349cffec18ec16907c2358fd0f;hp=eecc2c19a7cd8291cfa1149ec52a5dbe7b6dd09a;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/common/textprocessing.h b/source/common/textprocessing.h index eecc2c1..97ea9a1 100644 --- a/source/common/textprocessing.h +++ b/source/common/textprocessing.h @@ -1,3 +1,21 @@ +// textprocessing.h - Text processing subroutines header. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #include #include #include @@ -10,6 +28,7 @@ void GetEscapeString(wxTextCtrl *TextCtrl, wxString *ProcessString, bool StripQu void GetEscapeString(wxComboBox *ComboCtrl, wxString *ProcessString, bool StripQuotes); void GetEscapeString(wxChoice *ChoiceCtrl, wxString *ProcessString, bool StripQuotes); void CaptureString(wxString *ProcessString, bool StripQuotes); +void ResetUnusedString(wxString *ProcessString); void ConvertToHTML(wxString *ProcessString); void DeleteMapDataProcess(int IndexNum, std::map* MapData); @@ -17,6 +36,11 @@ void DeleteMapDataProcess(int IndexNum, std::map* MapData); void DeleteMapDataProcess(int IndexNum, std::map* MapData); void DeleteMapDataProcess(int IndexNum, std::map* MapData); +bool MapDataExists(int *ItemIndex, std::map *MapPtr); +bool MapDataExists(int *ItemIndex, std::map *MapPtr); + +wxString OutputText(wxString *TextInput); + //void DeleteMapDataB() {}; //void DeleteMapData() {};