Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DSystemDialog.java377 com.sun.star.awt.WindowDescriptor oDescriptor = new com.sun.star.awt.WindowDescriptor(); in showMessageBox() local
378 oDescriptor.WindowServiceName = windowServiceName; in showMessageBox()
379 oDescriptor.Parent = peer; in showMessageBox()
380 oDescriptor.Type = com.sun.star.awt.WindowClass.MODALTOP; in showMessageBox()
381 oDescriptor.WindowAttributes = windowAttribute; in showMessageBox()
382 XWindowPeer xMsgPeer = xToolkit.createWindow(oDescriptor); in showMessageBox()

Completed in 11 milliseconds