Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dhlmarkwn.cxx295 uno::Reference< document::XLinkTargetSupplier > xLTS( xComp, uno::UNO_QUERY ); in RefreshFromDoc() local
297 if( xLTS.is() ) in RefreshFromDoc()
299 if( FillTree( xLTS->getLinks() ) == 0 ) in RefreshFromDoc()
432 uno::Reference< document::XLinkTargetSupplier > xLTS( xTarget, uno::UNO_QUERY ); in FillTree() local
433 if( xLTS.is() ) in FillTree()
434 nEntries += FillTree( xLTS->getLinks(), pEntry ); in FillTree()
/trunk/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()

Completed in 13 milliseconds