Searched refs:SC_MOD_BEFOREINSERT (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.cxx413 SC_MOD_BEFOREINSERT | SC_PERFORMED_USER,
448 SC_MOD_BEFOREINSERT | SC_PERFORMED_UNDO, action));
503 SC_MOD_BEFOREINSERT | SC_PERFORMED_REDO, action));
H A DEditor.cxx38 if (mh.modificationType & (SC_MOD_BEFOREINSERT|SC_MOD_BEFOREDELETE))
49 (mh.modificationType & (SC_MOD_BEFOREINSERT|SC_MOD_BEFOREDELETE)) != 0;
3783 if (mh.modificationType & SC_MOD_BEFOREINSERT) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintilla.h647 #define SC_MOD_BEFOREINSERT 0x400 macro

Completed in 144 milliseconds