Searched refs:xFrameAccess (Results 1 – 1 of 1) sorted by relevance
1819 …uno::Reference<container::XIndexAccess> xFrameAccess (xFrameSupplier->getFrames(), uno::UNO_QUERY); in GetViewShellForDocShell() local1820 if ( ! xFrameAccess.is()) in GetViewShellForDocShell()1823 for (sal_Int32 nIndex=0,nCount=xFrameAccess->getCount(); nIndex<nCount; ++nIndex) in GetViewShellForDocShell()1826 if ( ! (xFrameAccess->getByIndex(nIndex) >>= xFrame)) in GetViewShellForDocShell()
Completed in 167 milliseconds