Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlexprt.cxx1018 … sal_Int32 nIndexWidth = xMapper->GetEntryIndex(XML_NAMESPACE_STYLE, "text-underline-width", 0); in toXMLPropertyStates() local
1019 if (nIndexWidth == -1 || nIndexWidth > nEntryCount) in toXMLPropertyStates()
1038 rPropStates.emplace_back(nIndexWidth, aAny); in toXMLPropertyStates()
1054 … sal_Int32 nIndexWidth = xMapper->GetEntryIndex(XML_NAMESPACE_STYLE, "text-overline-width", 0); in toXMLPropertyStates() local
1055 if (nIndexWidth == -1 || nIndexWidth > nEntryCount) in toXMLPropertyStates()
1074 rPropStates.emplace_back(nIndexWidth, aAny); in toXMLPropertyStates()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlexprt.cxx1027 … sal_Int32 nIndexWidth = xMapper->GetEntryIndex(XML_NAMESPACE_STYLE, u"text-underline-width", 0); in toXMLPropertyStates() local
1028 if (nIndexWidth == -1 || nIndexWidth > nEntryCount) in toXMLPropertyStates()
1047 rPropStates.emplace_back(nIndexWidth, aAny); in toXMLPropertyStates()
1063 … sal_Int32 nIndexWidth = xMapper->GetEntryIndex(XML_NAMESPACE_STYLE, u"text-overline-width", 0); in toXMLPropertyStates() local
1064 if (nIndexWidth == -1 || nIndexWidth > nEntryCount) in toXMLPropertyStates()
1083 rPropStates.emplace_back(nIndexWidth, aAny); in toXMLPropertyStates()