Home
last modified time | relevance | path

Searched refs:sIndexItem (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dnewhelp.cxx865 const OUString sIndexItem {m_xIndexList->get_text(n)}; in HasKeywordIgnoreCase() local
866 if (rI18nHelper.MatchString( sIndexItem, sKeyword )) in HasKeywordIgnoreCase()
868 sKeyword = sIndexItem; in HasKeywordIgnoreCase()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dnewhelp.cxx828 const OUString sIndexItem {m_pIndexCB->GetEntry( n )}; in HasKeywordIgnoreCase() local
829 if (rI18nHelper.MatchString( sIndexItem, sKeyword )) in HasKeywordIgnoreCase()
831 sKeyword = sIndexItem; in HasKeywordIgnoreCase()