Searched refs:xFrameAccess (Results 1 – 1 of 1) sorted by relevance
1735 …uno::Reference<container::XIndexAccess> xFrameAccess (xFrameSupplier->getFrames(), uno::UNO_QUERY); in GetViewShellForDocShell() local1736 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()