Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1735 …uno::Reference<container::XIndexAccess> xFrameAccess (xFrameSupplier->getFrames(), uno::UNO_QUERY); in GetViewShellForDocShell() local
1736 if ( ! xFrameAccess.is()) in GetViewShellForDocShell()
1739 for (sal_Int32 nIndex=0,nCount=xFrameAccess->getCount(); nIndex<nCount; ++nIndex) in GetViewShellForDocShell()
1742 if ( ! (xFrameAccess->getByIndex(nIndex) >>= xFrame)) in GetViewShellForDocShell()