Home
last modified time | relevance | path

Searched refs:compl_text (Results 1 – 9 of 9) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DMathRow.cpp310 if (e.compl_text.empty()) in metrics()
314 dim.wid += mathed_string_width(font, e.compl_text); in metrics()
371 if (e.compl_text.empty()) in draw()
379 docstring const s1 = e.compl_text.substr(0, e.compl_unique_to); in draw()
380 docstring const s2 = e.compl_text.substr(e.compl_unique_to); in draw()
H A DMathRow.h77 docstring compl_text; member
H A DMathData.cpp249 mrow.back().compl_text = bv->inlineCompletion(); in addToMathRow()
/dports/misc/clex/clex-4.6.patch9/src/
H A Dfilepanel.c365 compl = compl_text(COMPL_TYPE_DRYRUN); /* this will fail */ in cx_files_tab()
377 compl = compl_text(COMPL_TYPE_AUTO); in cx_files_tab()
410 compl = compl_text(COMPL_TYPE_DRYRUN); in cx_files_mouse()
H A Dcompletion.h16 extern int compl_text(int);
H A Dcompletion.c949 compl_text(int type) in compl_text() function
976 if (compl_text(type) != 0) in complete_type()
H A Ddirectory.c430 compl_text(COMPL_TYPE_DIRPANEL); in cx_dir_tab()
H A Dbookmarks.c538 if (compl_text(COMPL_TYPE_DIRPANEL) < 0) in cx_bm_edit2_compl()
/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Dkurlcompletion.cpp171 QString compl_text; // text to pass on to KCompletion member in KUrlCompletionPrivate
611 d->compl_text = text; in makeCompletion()
698 return q->KCompletion::makeCompletion(compl_text.toLower()); in finished()
700 return q->KCompletion::makeCompletion(compl_text); in finished()