Searched refs:xLTS (Results 1 – 2 of 2) sorted by relevance
277 uno::Reference< document::XLinkTargetSupplier > xLTS( xComp, uno::UNO_QUERY ); in RefreshFromDoc() local279 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() local413 if( xLTS.is() ) in FillTree()414 nEntries += FillTree( xLTS->getLinks(), pEntry ); in FillTree()
236 … uno::Reference< com::sun::star::document::XLinkTargetSupplier > xLTS(xComp, uno::UNO_QUERY); in isValid() local237 if ( !xLTS.is()) in isValid()240 … uno::Reference< ::com::sun::star::container::XNameAccess > xLinks = xLTS->getLinks(); in isValid()