Home
last modified time | relevance | path

Searched refs:getPercentString (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/misc/
H A Dpdfihelper.cxx103 OUString pdfi::getPercentString(double value) in getPercentString() function in pdfi
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/misc/
H A Dpdfihelper.cxx102 OUString pdfi::getPercentString(double value) in getPercentString() function in pdfi
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dtooltips.hpp71 static std::string getPercentString(const float value, const std::string& prefix);
H A Dtooltips.cpp618 std::string ToolTips::getPercentString(const float value, const std::string& prefix) in getPercentString() function in MWGui::ToolTips
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx74 OUString getPercentString(double value);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx75 OUString getPercentString(double value);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx780 aGCProps["svg:stroke-opacity"] = getPercentString(rGC.LineColor.Alpha * 100.0); in visit()
796 aGCProps["draw:opacity"] = getPercentString(rGC.FillColor.Alpha * 100.0); in visit()
876 aFontProps[ "style:text-scale" ] = getPercentString(textScale); in visit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx778 aGCProps["svg:stroke-opacity"] = getPercentString(rGC.LineColor.Alpha * 100.0); in visit()
794 aGCProps["draw:opacity"] = getPercentString(rGC.FillColor.Alpha * 100.0); in visit()
874 aFontProps[ "style:text-scale" ] = getPercentString(textScale); in visit()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwclass/
H A Dweapon.cpp244 … text += MWGui::ToolTips::getPercentString(ref->mBase->mData.mSpeed, "#{sAttributeSpeed}"); in getToolTipInfo()