Searched refs:xLinkProps (Results 1 – 2 of 2) sorted by relevance
3765 uno::Reference <beans::XPropertySet> xLinkProps; in WriteTableSource() local3768 xLinkProps.set(xIndex->getByIndex(i), uno::UNO_QUERY); in WriteTableSource()3769 if (xLinkProps.is()) in WriteTableSource()3772 …if (xLinkProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_LINKURL))) >… in WriteTableSource()3776 if (bFound && xLinkProps.is()) in WriteTableSource()3782 …xLinkProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_FILTER))) >>= sF… in WriteTableSource()3783 …xLinkProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_FILTOPT))) >>= s… in WriteTableSource()3784 …xLinkProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_REFDELAY))) >>= … in WriteTableSource()
1667 XPropertySet xLinkProps = (XPropertySet)UnoRuntime.queryInterface( in TextSectionExample() local1670 xLinkProps.setPropertyValue ( "LinkRegion", "Child_Section" ); in TextSectionExample()
Completed in 39 milliseconds