Home
last modified time | relevance | path

Searched refs:getCachedFormatAt (Results 1 – 3 of 3) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/document/
H A Dqdocumentline.h188 int getCachedFormatAt(int pos) const;
H A Dqdocumentline.cpp415 int QDocumentLine::getCachedFormatAt(int pos) const{ in getCachedFormatAt() function in QDocumentLine
H A Dqdocumentsearch.cpp183 if (isAcceptedFormat(l.getCachedFormatAt(column))){ in searchMatches()
788 if(!isAcceptedFormat(l.getCachedFormatAt(column))){ in next()