Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFrameHandler.java37 … XTextFramesSupplier xFrameSupplier = UnoRuntime.queryInterface(XTextFramesSupplier.class, xTD); in getFrameByName() local
38 if (xFrameSupplier.getTextFrames().hasByName(sFrameName)) in getFrameByName()
40 Object oTextFrame = xFrameSupplier.getTextFrames().getByName(sFrameName); in getFrameByName()
H A DTextDocument.java126 XFramesSupplier xFrameSupplier = UnoRuntime.queryInterface(XFramesSupplier.class, xDesktop); in TextDocument() local
127 xFrame = xFrameSupplier.getActiveFrame(); in TextDocument()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1815 uno::Reference<frame::XFramesSupplier> xFrameSupplier (xDesktop, uno::UNO_QUERY); in GetViewShellForDocShell() local
1816 if ( ! xFrameSupplier.is()) in GetViewShellForDocShell()
1819 …uno::Reference<container::XIndexAccess> xFrameAccess (xFrameSupplier->getFrames(), uno::UNO_QUERY); in GetViewShellForDocShell()

Completed in 34 milliseconds