Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/dialogs/
H A Dhlmarkwn.cxx277 uno::Reference< document::XLinkTargetSupplier > xLTS( xComp, uno::UNO_QUERY ); in RefreshFromDoc() local
279 if( xLTS.is() ) in RefreshFromDoc()
281 if( FillTree( xLTS->getLinks() ) == 0 ) in RefreshFromDoc()
412 uno::Reference< document::XLinkTargetSupplier > xLTS( xTarget, uno::UNO_QUERY ); in FillTree() local
413 if( xLTS.is() ) in FillTree()
414 nEntries += FillTree( xLTS->getLinks(), pEntry ); in FillTree()
/AOO42X/main/sw/source/core/access/
H A Dacchyperlink.cxx236 … uno::Reference< com::sun::star::document::XLinkTargetSupplier > xLTS(xComp, uno::UNO_QUERY); in isValid() local
237 if ( !xLTS.is()) in isValid()
240 … uno::Reference< ::com::sun::star::container::XNameAccess > xLinks = xLTS->getLinks(); in isValid()