Home
last modified time | relevance | path

Searched refs:strip_quotation_marks (Results 1 – 8 of 8) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dcustomwingnames.cpp90 strip_quotation_marks(m_starting_1); in OnOK()
91 strip_quotation_marks(m_starting_2); in OnOK()
92 strip_quotation_marks(m_starting_3); in OnOK()
94 strip_quotation_marks(m_squadron_1); in OnOK()
95 strip_quotation_marks(m_squadron_2); in OnOK()
96 strip_quotation_marks(m_squadron_3); in OnOK()
97 strip_quotation_marks(m_squadron_4); in OnOK()
98 strip_quotation_marks(m_squadron_5); in OnOK()
100 strip_quotation_marks(m_tvt_1); in OnOK()
101 strip_quotation_marks(m_tvt_2); in OnOK()
H A Dmissionnotesdlg.cpp312 strip_quotation_marks(m_mission_title); in OnOK()
313 strip_quotation_marks(m_designer_name); in OnOK()
314 strip_quotation_marks(m_mission_notes); in OnOK()
315 strip_quotation_marks(m_mission_desc); in OnOK()
316 strip_quotation_marks(m_squad_name); in OnOK()
H A Dmanagement.h68 void strip_quotation_marks(CString& str);
H A Dmanagement.cpp210 void strip_quotation_marks(CString& str) { str.Remove('\"'); } in strip_quotation_marks() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/dialogs/
H A DMissionSpecDialogModel.cpp108 Editor::strip_quotation_marks(_m_mission_title); in apply()
109 Editor::strip_quotation_marks(_m_designer_name); in apply()
110 Editor::strip_quotation_marks(_m_mission_notes); in apply()
111 Editor::strip_quotation_marks(_m_mission_desc); in apply()
112 Editor::strip_quotation_marks(_m_squad_name); in apply()
H A DCustomWingNamesDialogModel.cpp18 Editor::strip_quotation_marks(wing); in apply()
22 Editor::strip_quotation_marks(wing); in apply()
26 Editor::strip_quotation_marks(wing); in apply()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/
H A DEditor.h179 static void strip_quotation_marks(SCP_string& str);
H A DEditor.cpp3187 void Editor::strip_quotation_marks(SCP_string& str) { in strip_quotation_marks() function in fso::fred::Editor