Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qt5/
H A DQt5AccessibleWidget.cxx805 OUString lcl_convertFontWeight(double fontWeight) in lcl_convertFontWeight() function
868 aRet += "font-weight:" + lcl_convertFontWeight(*o3tl::doAccess<double>(prop.Value)) in attributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5AccessibleWidget.cxx804 OUString lcl_convertFontWeight(double fontWeight) in lcl_convertFontWeight() function
873 aRet += "font-weight:" + lcl_convertFontWeight(fWeight) + ";"; in attributes()