Home
last modified time | relevance | path

Searched refs:aLangMap (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/
H A Dlangselectionstatusbarcontroller.cxx138 std::map< sal_Int16, OUString > aLangMap; in LangMenu() local
153 aLangMap[ nItemId ] = langItem; in LangMenu()
177 aLangMap[nItemId] = langItem; in LangMenu()
210 const OUString aSelectedLang = aLangMap[nId]; in LangMenu()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uielement/
H A Dlangselectionstatusbarcontroller.cxx148 std::map< sal_Int16, OUString > aLangMap; in LangMenu() local
163 aLangMap[ nItemId ] = langItem; in LangMenu()
187 aLangMap[nItemId] = langItem; in LangMenu()
219 const OUString aSelectedLang = aLangMap[nId]; in LangMenu()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/attr/
H A Dhints.cxx192 static const sal_uInt16 aLangMap[3] = in GetWhichOfScript() local
209 pM = aLangMap; in GetWhichOfScript()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/attr/
H A Dhints.cxx197 static const sal_uInt16 aLangMap[3] = in GetWhichOfScript() local
214 pM = aLangMap; in GetWhichOfScript()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog1196519 aLangMap is a std::map that is written but never used, so drop it.
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1458568 aLangMap is a std::map that is written but never used, so drop it.