Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlDrawingMLSharedImpl.h917 m_currentColor = QColor::fromRgbF(qreal(MSOOXML::Utils::ST_Percentage_to_double(r, okR)), in read_scrgbClr()
918 qreal(MSOOXML::Utils::ST_Percentage_to_double(g, okG)), in read_scrgbClr()
919 qreal(MSOOXML::Utils::ST_Percentage_to_double(b, okB))); in read_scrgbClr()
H A DMsooXmlUtils.h336 KOMSOOXML_EXPORT qreal ST_Percentage_to_double(const QString& val, bool& ok);
H A DMsooXmlUtils.cpp583 qreal Utils::ST_Percentage_to_double(const QString& val, bool& ok) in ST_Percentage_to_double() function in Utils
596 const qreal result = ST_Percentage_to_double(val, ok); in ST_Percentage_withMsooxmlFix_to_double()