Searched refs:sHyperLinkEvents (Results 1 – 3 of 3) sorted by relevance
127 OUString sHyperLinkEvents(RTL_CONSTASCII_USTRINGPARAM( in exportTextFootnote() local129 if (xPropSetInfo->hasPropertyByName(sHyperLinkEvents)) in exportTextFootnote()131 Any a = rPropSet->getPropertyValue(sHyperLinkEvents); in exportTextFootnote()
1028 OUString sHyperLinkEvents(RTL_CONSTASCII_USTRINGPARAM( in ExportField() local1030 if (xRangePropSetInfo->hasPropertyByName(sHyperLinkEvents)) in ExportField()1032 Any aAny = xRangePropSet->getPropertyValue(sHyperLinkEvents); in ExportField()
3316 … static const OUString sHyperLinkEvents( RTL_CONSTASCII_USTRINGPARAM( "HyperLinkEvents" ) ); in exportTextRange() local3317 if ( xPropSetInfo->hasPropertyByName( sHyperLinkEvents ) ) in exportTextRange()3319 … Reference< XNameReplace > xName( xPropSet->getPropertyValue( sHyperLinkEvents ), uno::UNO_QUERY ); in exportTextRange()
Completed in 44 milliseconds