Searched refs:xLTS (Results 1 – 2 of 2) sorted by relevance
295 uno::Reference< document::XLinkTargetSupplier > xLTS( xComp, uno::UNO_QUERY ); in RefreshFromDoc() local297 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() local433 if( xLTS.is() ) in FillTree()434 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()
Completed in 14 milliseconds