Home
last modified time | relevance | path

Searched refs:pad_with_newline (Results 1 – 6 of 6) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/
H A DEditor.h180 static void pad_with_newline(SCP_string& str, size_t max_size);
H A DEditor.cpp3194 void Editor::pad_with_newline(SCP_string& str, size_t max_size) { in pad_with_newline() function in fso::fred::Editor
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dmanagement.h69 void pad_with_newline(CString& str, int max_size);
H A Dmissionnotesdlg.cpp319 pad_with_newline(m_mission_notes, NOTES_LENGTH - 1); in OnOK()
H A Dmanagement.cpp212 void pad_with_newline(CString& str, int max_size) { in pad_with_newline() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/dialogs/
H A DMissionSpecDialogModel.cpp115 Editor::pad_with_newline(_m_mission_notes, NOTES_LENGTH - 1); in apply()