Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1819 …uno::Reference<container::XIndexAccess> xFrameAccess (xFrameSupplier->getFrames(), uno::UNO_QUERY); in GetViewShellForDocShell() local
1820 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 58 milliseconds