Searched refs:currentEditor (Results 1 – 4 of 4) sorted by relevance
341 entry.currentEditor = null; in readJournalLine()344 entry.currentEditor = new Editor(entry); in readJournalLine()360 if (entry.currentEditor == null) { in processJournal()365 entry.currentEditor = null; in processJournal()393 if (entry.currentEditor != null) { in rebuildJournal()461 if (entry != null && entry.currentEditor != null) { in edit()478 entry.currentEditor = editor; in edit()518 if (entry.currentEditor != editor) { in completeEdit()553 entry.currentEditor = null; in completeEdit()604 if (entry.currentEditor != null) { in removeEntry()[all …]
339 entry.currentEditor = null; in readJournalLine()342 entry.currentEditor = new Editor(entry); in readJournalLine()358 if (entry.currentEditor == null) { in processJournal()363 entry.currentEditor = null; in processJournal()391 if (entry.currentEditor != null) { in rebuildJournal()459 if (entry != null && entry.currentEditor != null) { in edit()476 entry.currentEditor = editor; in edit()516 if (entry.currentEditor != editor) { in completeEdit()551 entry.currentEditor = null; in completeEdit()602 if (entry.currentEditor != null) { in removeEntry()[all …]
309 entry.currentEditor = null; in readJournalLine()312 entry.currentEditor = new Editor(entry); in readJournalLine()328 if (entry.currentEditor == null) { in processJournal()333 entry.currentEditor = null; in processJournal()366 if (entry.currentEditor != null) { in rebuildJournal()454 } else if (entry.currentEditor != null) { in edit()459 entry.currentEditor = editor; in edit()503 if (entry.currentEditor != editor) { in completeEdit()538 entry.currentEditor = null; in completeEdit()583 if (entry == null || entry.currentEditor != null) { in remove()[all …]
650 NSText* fieldEditor = [self currentEditor];