Lines Matching defs:mh

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
2325 const DocModification mh(SC_MOD_CHANGEMARGIN, LineStart(line), in MarginSetText() local
2361 DocModification mh(SC_MOD_CHANGEANNOTATION, LineStart(line), in AnnotationSetText() local
2371 const DocModification mh(SC_MOD_CHANGEANNOTATION, LineStart(line), in AnnotationSetStyle() local
2404 const DocModification mh(SC_MOD_CHANGEEOLANNOTATION, LineStart(line), in EOLAnnotationSetText() local
2413 const DocModification mh(SC_MOD_CHANGEEOLANNOTATION, LineStart(line), in EOLAnnotationSetStyle() local
2439 const DocModification mh(SC_MOD_CHANGEINDICATOR | SC_PERFORMED_USER, in DecorationFillRange() local
2477 void Document::NotifyModified(DocModification mh) { in NotifyModified()