Home
last modified time | relevance | path

Searched refs:s_HyperLinkURL (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A DXMLTextFrameContext.cxx1230 static constexpr OUStringLiteral s_HyperLinkURL = u"HyperLinkURL"; in SetHyperlink() local
1240 !xPropSetInfo->hasPropertyByName(s_HyperLinkURL)) in SetHyperlink()
1243 xPropSet->setPropertyValue( s_HyperLinkURL, Any(rHRef) ); in SetHyperlink()
H A Dtxtimp.cxx1624 static constexpr OUStringLiteral s_HyperLinkURL = u"HyperLinkURL"; in SetHyperlink() local
1634 if (!xPropSetInfo.is() || !xPropSetInfo->hasPropertyByName(s_HyperLinkURL)) in SetHyperlink()
1637 xPropSet->setPropertyValue(s_HyperLinkURL, makeAny(rHRef)); in SetHyperlink()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A DXMLTextFrameContext.cxx1250 static const char s_HyperLinkURL[] = "HyperLinkURL"; in SetHyperlink() local
1261 !xPropSetInfo->hasPropertyByName(s_HyperLinkURL)) in SetHyperlink()
1264 xPropSet->setPropertyValue( s_HyperLinkURL, Any(rHRef) ); in SetHyperlink()
H A Dtxtimp.cxx2113 static const char s_HyperLinkURL[] = "HyperLinkURL"; in SetHyperlink() local
2123 if (!xPropSetInfo.is() || !xPropSetInfo->hasPropertyByName(s_HyperLinkURL)) in SetHyperlink()
2126 xPropSet->setPropertyValue(s_HyperLinkURL, makeAny(rHRef)); in SetHyperlink()