Home
last modified time | relevance | path

Searched refs:PaneCaller (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/scintilla/scite/src/
H A DExtender.h47 virtual Scintilla::API::ScintillaCall &PaneCaller(Pane p) noexcept =0;
H A DLuaExtension.cxx407 host->Insert(p, host->PaneCaller(p).Length(), s); in cf_pane_append()
433 SA::ScintillaCall &sc = host->PaneCaller(p); in cf_pane_findtext()
498 SA::ScintillaCall &sc = host->PaneCaller(pmo->pane); in cf_match_replace()
637 SA::ScintillaCall &sc = host->PaneCaller(pmo->pane); in cf_pane_match_generator()
944 host->PaneCaller(p).SetStatus(SA::Status::Ok); in iface_function_helper()
2031 sc.codePage = host->PaneCaller(ExtensionAPI::paneEditor).CodePage(); in OnStyle()
H A DSciTEBase.h983 SA::ScintillaCall &PaneCaller(Pane p) noexcept override;
H A DSciTEBase.cxx4803 SA::ScintillaCall &SciTEBase::PaneCaller(Pane p) noexcept { in PaneCaller() function in SciTEBase
/dports/editors/scite/scite/src/
H A DExtender.h47 virtual Scintilla::API::ScintillaCall &PaneCaller(Pane p) noexcept =0;
H A DLuaExtension.cxx407 host->Insert(p, host->PaneCaller(p).Length(), s); in cf_pane_append()
433 SA::ScintillaCall &sc = host->PaneCaller(p); in cf_pane_findtext()
498 SA::ScintillaCall &sc = host->PaneCaller(pmo->pane); in cf_match_replace()
637 SA::ScintillaCall &sc = host->PaneCaller(pmo->pane); in cf_pane_match_generator()
944 host->PaneCaller(p).SetStatus(SA::Status::Ok); in iface_function_helper()
2031 sc.codePage = host->PaneCaller(ExtensionAPI::paneEditor).CodePage(); in OnStyle()
H A DSciTEBase.h983 SA::ScintillaCall &PaneCaller(Pane p) noexcept override;
H A DSciTEBase.cxx4803 SA::ScintillaCall &SciTEBase::PaneCaller(Pane p) noexcept { in PaneCaller() function in SciTEBase