Home
last modified time | relevance | path

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

/dports/graphics/okular/okular-21.12.3/part/
H A Dsearchwidget.cpp91 m_lineEdit->setSearchType(Okular::Document::GoogleAny); in slotMenuChaged()
/dports/graphics/okular/okular-21.12.3/core/
H A Ddocument.h624 GoogleAny ///< Search complete document (any words in google style) enumerator
H A Ddocument.cpp3662 else if (type == GoogleAll || type == GoogleAny) { in searchText()