Lines Matching refs:xFrame

229             XFrame xFrame = impl_createNewFrame();  in callDatabaseDispatch()  local
231 impl_loadIntoFrame(xFrame, url, new PropertyValue[] in callDatabaseDispatch()
235 impl_checkDispatchInfo(xFrame); in callDatabaseDispatch()
236 impl_closeFrame(xFrame); in callDatabaseDispatch()
267 XFrame xFrame = impl_createNewFrame(); in checkInterceptorLifeTime() local
268 …nterception xInterception = UnoRuntime.queryInterface(XDispatchProviderInterception.class, xFrame); in checkInterceptorLifeTime()
271 impl_closeFrame(xFrame); in checkInterceptorLifeTime()
305 XFrame xFrame = impl_createNewFrame(); in checkInterception() local
306 impl_loadIntoFrame(xFrame, "private:factory/swriter", null); in checkInterception()
308 …nterception xInterception = UnoRuntime.queryInterface(XDispatchProviderInterception.class, xFrame); in checkInterception()
320 XFrame xFrame = impl_createNewFrame(); in impl_checkDispatchInfoOfXXX() local
321 impl_loadIntoFrame(xFrame, sXXX, null); in impl_checkDispatchInfoOfXXX()
322 impl_checkDispatchInfo(xFrame); in impl_checkDispatchInfoOfXXX()
323 impl_closeFrame(xFrame); in impl_checkDispatchInfoOfXXX()
329 private void impl_loadIntoFrame(XFrame xFrame, String sURL, PropertyValue args[]) in impl_loadIntoFrame() argument
331 XComponentLoader xLoader = UnoRuntime.queryInterface(XComponentLoader.class, xFrame); in impl_loadIntoFrame()
443 XFrame xFrame = null; in impl_createNewFrame() local
447 xFrame = m_xDesktop.findFrame("_blank", 0); in impl_createNewFrame()
448 xFrame.getContainerWindow().setVisible(true); in impl_createNewFrame()
455 return xFrame; in impl_createNewFrame()
459 private synchronized void impl_closeFrame(XFrame xFrame) in impl_closeFrame() argument
461 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xFrame); in impl_closeFrame()