Home
last modified time | relevance | path

Searched refs:xLinks (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sw/source/core/access/
H A Dacchyperlink.cxx240 uno::Reference< ::com::sun::star::container::XNameAccess > xLinks = xLTS->getLinks(); in isValid() local
242 const uno::Sequence< OUString > aNames( xLinks->getElementNames() ); in isValid()
250 aAny = xLinks->getByName( aLink ); in isValid()
/aoo42x/main/cui/source/dialogs/
H A Dhlmarkwn.cxx344 int SvxHlinkDlgMarkWnd::FillTree( uno::Reference< container::XNameAccess > xLinks, SvLBoxEntry* pPa… in FillTree() argument
347 const uno::Sequence< OUString > aNames( xLinks->getElementNames() ); in FillTree()
363 aAny = xLinks->getByName( aLink ); in FillTree()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1436 uno::Reference< container::XNameAccess > xLinks( mxLinks ); in getLinks() local
1437 if( !xLinks.is() ) in getLinks()
1438 mxLinks = xLinks = new SdDocLinkTargets( *this ); in getLinks()
1439 return xLinks; in getLinks()
2271 uno::Reference< container::XNameAccess > xLinks( mxLinks ); in dispose() local
2272 if( xLinks.is() ) in dispose()
2274 uno::Reference< lang::XComponent > xComp( xLinks, uno::UNO_QUERY ); in dispose()
2278 xLinks = 0; in dispose()
/aoo42x/main/cui/source/inc/
H A Dhlmarkwn.hxx86 …int FillTree( ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > xLinks,…

Completed in 29 milliseconds