Searched refs:nSaveButtonState (Results 1 – 1 of 1) sorted by relevance
57 static int nSaveButtonState = -1; // 0: tab, 1: semicolon, 2: paragraph, 3: other, -1: not yet used variable70 nSaveButtonState = 0; in GetValues()75 nSaveButtonState = 1; in GetValues()81 nSaveButtonState = 3; in GetValues()85 nSaveButtonState = 2; in GetValues()89 nSaveButtonState = 3; in GetValues()155 if(nSaveButtonState > -1) in SwConvertTableDlg()157 switch (nSaveButtonState) in SwConvertTableDlg()
Completed in 21 milliseconds