Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3765 uno::Reference <beans::XPropertySet> xLinkProps; in WriteTableSource() local
3768 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()
3782xLinkProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_FILTER))) >>= sF… in WriteTableSource()
3783xLinkProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_FILTOPT))) >>= s… in WriteTableSource()
3784xLinkProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_REFDELAY))) >>= … in WriteTableSource()
/aoo4110/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java1667 XPropertySet xLinkProps = (XPropertySet)UnoRuntime.queryInterface( in TextSectionExample() local
1670 xLinkProps.setPropertyValue ( "LinkRegion", "Child_Section" ); in TextSectionExample()

Completed in 46 milliseconds