Searched defs:mh (Results 1 – 2 of 2) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | Document.cxx | 333 const DocModification mh(SC_MOD_CHANGEMARKER, LineStart(line), 0, 0, nullptr, line); in AddMark() local 350 const DocModification mh(SC_MOD_CHANGEMARKER, LineStart(line), 0, 0, nullptr, line); in AddMarkSet() local 356 const DocModification mh(SC_MOD_CHANGEMARKER, LineStart(line), 0, 0, nullptr, line); in DeleteMark() local 362 DocModification mh(SC_MOD_CHANGEMARKER); in DeleteMarkFromHandle() local 374 DocModification mh(SC_MOD_CHANGEMARKER); in DeleteAllMarks() local 479 DocModification mh(SC_MOD_CHANGEFOLD | SC_MOD_CHANGEMARKER, in SetLevel() local 2215 const DocModification mh(SC_MOD_CHANGESTYLE | SC_PERFORMED_USER, in SetStyleFor() local 2244 const DocModification mh(SC_MOD_CHANGESTYLE | SC_PERFORMED_USER, in SetStyles() local 2296 const DocModification mh(SC_MOD_CHANGELINESTATE, LineStart(line), 0, 0, nullptr, in SetLineState() local 2312 const DocModification mh(SC_MOD_LEXERSTATE, start, in ChangeLexerState() local [all …]
|
H A D | Editor.cxx | 68 constexpr bool CanDeferToLastStep(const DocModification &mh) noexcept { in CanDeferToLastStep() 78 constexpr bool CanEliminate(const DocModification &mh) noexcept { in CanEliminate() 87 constexpr bool IsLastStep(const DocModification &mh) noexcept { in IsLastStep() 2529 void Editor::CheckModificationForWrap(DocModification mh) { in CheckModificationForWrap() 2570 void Editor::NotifyModified(Document *, DocModification mh, void *) { in NotifyModified() 6607 … const DocModification mh(SC_MOD_CHANGETABSTOPS, 0, 0, 0, nullptr, static_cast<Sci::Line>(wParam)); in WndProc() local 6614 … const DocModification mh(SC_MOD_CHANGETABSTOPS, 0, 0, 0, nullptr, static_cast<Sci::Line>(wParam)); in WndProc() local
|