Searched refs:xFrameSupplier (Results 1 – 3 of 3) sorted by relevance
37 … XTextFramesSupplier xFrameSupplier = UnoRuntime.queryInterface(XTextFramesSupplier.class, xTD); in getFrameByName() local38 if (xFrameSupplier.getTextFrames().hasByName(sFrameName)) in getFrameByName()40 Object oTextFrame = xFrameSupplier.getTextFrames().getByName(sFrameName); in getFrameByName()
126 XFramesSupplier xFrameSupplier = UnoRuntime.queryInterface(XFramesSupplier.class, xDesktop); in TextDocument() local127 xFrame = xFrameSupplier.getActiveFrame(); in TextDocument()
1815 uno::Reference<frame::XFramesSupplier> xFrameSupplier (xDesktop, uno::UNO_QUERY); in GetViewShellForDocShell() local1816 if ( ! xFrameSupplier.is()) in GetViewShellForDocShell()1819 …uno::Reference<container::XIndexAccess> xFrameAccess (xFrameSupplier->getFrames(), uno::UNO_QUERY); in GetViewShellForDocShell()
Completed in 31 milliseconds