| /trunk/main/toolkit/source/layout/core/ |
| H A D | helper.cxx | 393 Window* window = 0; //sfx2CreateWindow (&component, parent, name, attributes); in implCreateWidget() local 394 if (!window) in implCreateWidget() 395 window = layoutCreateWindow (&component, parent, name, attributes); in implCreateWidget() 398 if (window) in implCreateWidget() 400 window->SetCreatedWithToolkit( sal_True ); in implCreateWidget() 404 window->SetComponentInterface( component ); in implCreateWidget() 406 window->Show(); in implCreateWidget() 437 Window* window = 0; in layoutCreateWindow() local 447 window = new Dialog( parent, ImplGetWinBits( attributes, 0 ) ); in layoutCreateWindow() 456 window = new ModalDialog( parent, ImplGetWinBits( attributes, 0 ) ); in layoutCreateWindow() [all …]
|
| /trunk/main/offapi/com/sun/star/drawing/ |
| H A D | XPresenterHelper.idl | 55 /** Create a new window as child window of the given parent window. 57 The parent window of the new window. 59 When <TRUE/> then the new window will be a system window that, 63 When <TRUE/> the new window will be visible from the start, 64 i.e. a window listener will not receive a windowShown signal. 66 When <TRUE/> the parent window is painted behind its child 70 When <TRUE/> then the parent window is not clipped where its 81 /** Create a new canvas for the given window. The new canvas is a 87 The window that belongs to the update canvas. May also be 92 The window of the shared canvas. This is used to determine the [all …]
|
| /trunk/main/offapi/com/sun/star/awt/ |
| H A D | XDockableWindow.idl | 44 /** specifies the docking interface for a window component. 46 <p>A window can either be docked where it resides as a child window in 47 an application frame window or it can be floating where it will 48 reside in its own decorated top level window. 78 /** queries the current window state 80 <TRUE/> if the window is floating 81 <FALSE/> if the window is docked 96 /** prevents the window from being undocked 97 this has no effect if the window is floating 104 this has no effect if the window is floating [all …]
|
| H A D | XWindow.idl | 65 /** specifies the basic operations for a window component. 67 <p>A window is a rectangular region on an output device with 69 A window is used for displaying data. In addition, the window 76 /** sets the outer bounds of the window. 79 the x-coordinate of the window. 82 the y-coordinate of the window. 85 the width of the window. 88 the height of the window. 92 are taken into account when setting the outer bounds of the window. 102 /** returns the outer bounds of the window. [all …]
|
| H A D | XDataTransferProviderAccess.idl | 59 /** returns the drag gesture recognizer of the specified window. 63 @param window 64 a window created by the same toolkit instance. 66 …n::star::datatransfer::dnd::XDragGestureRecognizer getDragGestureRecognizer( [in] XWindow window ); 70 /** returns the drag source of the specified window. 74 @param window 75 a window created by the same toolkit instance. 77 com::sun::star::datatransfer::dnd::XDragSource getDragSource( [in] XWindow window ); 81 /** returns the drop target of the specified window. 85 @param window [all …]
|
| H A D | XWindow2.idl | 42 /** specifies some extended operations for a window component. 44 <p>A window is a rectangular region on an output device with 46 A window is used for displaying data. In addition, the window 53 /** sets the inner bounds of the window, also known as the client size 56 the inner width and height of the window. 63 /** returns the inner bounds of the window, also known as the client size. 69 /** returns the visibility state of the window 75 /** returns the activation state of the window 81 /** returns the enabled state of the window 87 /** returns the focus state of the window
|
| H A D | WindowAttribute.idl | 34 /** These values are used to specify the decorations of a window. 43 /** specifies that the window is initially visible. 49 /** specifies that the window fills the complete desktop area. 57 /** specifies that the window is optimum size. 65 /** specifies that the window is minimum size. 73 /** specifies that the window has visible borders. 81 /** specifies that the size of the window can be changed by the user. 89 /** specifies that the window can be moved by the user. 97 /** specifies that the window can be closed by the user. 105 /** specifies that the window should support the [all …]
|
| H A D | XTopWindow.idl | 45 /** manages the functionality specific for a top window. 51 /** adds the specified top window listener to receive window events from 52 this window. 58 /** removes the specified top window listener so that it no longer 59 receives window events from this window. 65 /** places this window at the top of the stacking order and 72 /** places this window at the bottom of the stacking order and
|
| H A D | WindowEvent.idl | 37 /** specifies a window event. 43 /** specifies the outer x position of the window. 49 /** specifies the outer y position of the window. 55 /** specifies the outer (total) width of the window. 61 /** specifies the outer (total) height of the window. 69 <p>The inset is the distance between the outer and the inner window, 78 <p>The inset is the distance between the outer and the inner window, 87 <p>The inset is the distance between the outer and the inner window, 96 <p>The inset is the distance between the outer and the inner window,
|
| H A D | XTopWindowListener.idl | 41 /** makes it possible to receive window events. 49 /** is invoked when a window has been opened. 55 /** is invoked when a window is in the process of being closed. 63 /** is invoked when a window has been closed. 69 /** is invoked when a window is iconified. 75 /** is invoked when a window is de-iconified. 81 /** is invoked when a window is activated. 87 /** is invoked when a window is de-activated.
|
| H A D | WindowDescriptor.idl | 45 /** describes a window. 51 /** specifies the type of window. 60 a container, or a simple window. 123 <li>window</li> 135 then the window is on the desktop.</p> 141 /** specifies the index of the parent window, if available. 151 /** specifies the position and size of the window. 153 <p>This member is ignored if the window attribute is 160 /** specifies the window attributes.
|
| H A D | AccessibleWindow.idl | 42 /** specifies accessibility support for a window. 48 /** This interface gives access to the structural information of a window: 51 <li>Role: The role of a window is not fixed. A window may have 73 <li>Name: The name of a window is its localized title.</li> 74 <li>Description: The description of a window is its localized 76 <li>Children: The children of a window are the child windows.</li> 77 <li>Parent: The parent of a window is the parent window.</li>
|
| /trunk/main/toolkit/source/layout/vcl/ |
| H A D | wrapper.cxx | 157 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window) in WindowImpl() argument 158 : mpWindow (window) in WindowImpl() 223 ::Window* window = VCLXWindow::GetImplementation (ref)->GetWindow (); in redraw() 224 ::Window* parent = window->GetParent(); in redraw() 310 if (::Window *window = vcl->GetWindow()) in SetParent() 311 window->SetParent( parent ); in SetParent() 320 void Window::ParentSet (Window *window) in ParentSet() argument 322 window->SetParent (GetWindow ()); in ParentSet() 673 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() argument 674 : WindowImpl( context, peer, window ) in ControlImpl() [all …]
|
| H A D | wbutton.cxx | 84 ButtonImpl( Context *context, const PeerHandle &peer, Window *window ) in ButtonImpl() argument 85 : ControlImpl( context, peer, window ) in ButtonImpl() 188 PushButtonImpl( Context *context, const PeerHandle &peer, Window *window ) in PushButtonImpl() argument 189 : ButtonImpl( context, peer, window ) in PushButtonImpl() 265 RadioButtonImpl( Context *context, const PeerHandle &peer, Window *window ) in RadioButtonImpl() argument 266 : ButtonImpl( context, peer, window ) in RadioButtonImpl() 373 CheckBoxImpl( Context *context, const PeerHandle &peer, Window *window ) in CheckBoxImpl() argument 374 : ButtonImpl( context, peer, window ) in CheckBoxImpl() 431 t##Impl( Context *context, PeerHandle const& peer, Window *window ) \ 432 : parent##Impl( context, peer, window ) \ [all …]
|
| H A D | wfield.cxx | 56 EditImpl( Context *context, const PeerHandle &peer, Window *window ) in EditImpl() argument 57 : ControlImpl( context, peer, window ) in EditImpl() 142 MultiLineEditImpl( Context *context, const PeerHandle &peer, Window *window ) in MultiLineEditImpl() argument 143 : EditImpl( context, peer, window ) in MultiLineEditImpl() 154 SpinFieldImpl( Context *context, const PeerHandle &peer, Window *window ) in SpinFieldImpl() argument 155 : EditImpl( context, peer, window ) in SpinFieldImpl() 165 NumericFieldImpl( Context *context, const PeerHandle &peer, Window *window ) in NumericFieldImpl() argument 166 : SpinFieldImpl( context, peer, window ) in NumericFieldImpl() 174 MetricFieldImpl( Context *context, const PeerHandle &peer, Window *window ) in MetricFieldImpl() argument 175 : SpinFieldImpl( context, peer, window ) in MetricFieldImpl() [all …]
|
| /trunk/test/testgui/source/testlib/gui/ |
| H A D | UIMap.java | 74 public static VclWindow window(String id) { in window() method in UIMap 129 public static final VclWindow writer = window("SW_HID_EDIT_WIN"); 130 public static final VclWindow startcenter = window("FWK_HID_BACKINGWINDOW"); 131 public static final VclWindow calc = window("SC_HID_SC_WIN_GRIDWIN"); 132 public static final VclWindow impress = window("SD_HID_SDDRAWVIEWSHELL"); 133 public static final VclWindow draw = window("SD_HID_SDGRAPHICVIEWSHELL"); 147 public static final VclWindow scInputBarInput = window("SC_HID_INSWIN_INPUT"); 173 public static final VclWindow slideShow = window("SD_HID_SD_WIN_PRESENTATION"); 185 public static final VclWindow chart = window("CHART2_HID_SCH_WIN_DOCUMENT"); 188 public static final VclWindow impressOutline = window("SD_HID_SDOUTLINEVIEWSHELL"); [all …]
|
| /trunk/main/offapi/com/sun/star/ui/ |
| H A D | ModuleWindowStateConfiguration.idl | 37 /** a service which provides window based information about user interface 43 provides access to the window based information of available user interface 53 /** provides read/write access to window based information of user interface 61 <li><b>Docked</b><br>a boolean which specifies if the window is docked or not.</li> 63 which specifies the docking area where the window is docked.</li> 65 … docked position of a window. The X and Y values are interpreted as a row/column number and 68 the docked size of the window. This property is currently not used by the layout manager 70 … <li><b>Locked</b><br>a boolean which specifies if the window is locked or not. This property 73 floating position in pixel of the window.</li> 75 floating size in pixel of the window.</li> [all …]
|
| /trunk/main/offapi/com/sun/star/ui/dialogs/ |
| H A D | XFilePreview.idl | 69 /** The method returns the available width of the preview window 70 even if the window is invisible or could not be created. 75 The width of the preview window in pixel. 80 /** The method returns the available height of the preview window 81 even if the window is invisible or could not be created. 86 The height of the preview window in pixel. 92 image will be ignored. An empty any will clear the preview window. 115 A value of <TRUE/> shows the preview window. 116 <p>A value of <FALSE/> hides the preview window.</p> 129 A value of <TRUE/> if the preview window is visible. [all …]
|
| /trunk/main/offapi/com/sun/star/frame/ |
| H A D | XFrame.idl | 57 /** is called to initialize the frame within a window - the container window. 60 This window will be used as parent for the component window and to support 66 <p>This frame will take over ownership of the window referred from 68 dispose this window anymore. </p> 71 the new container window 78 /** provides access to the container window of the frame. 81 Normally this is used as the parent window of the 82 component window. 86 the container window of this frame 273 the window of the new component or <NULL/> for release [all …]
|
| H A D | XLayoutManager.idl | 87 floating window.</li> 140 container window. 143 … current docking area acceptor which controls the border space of frame's container window. 152 /** sets a docking area acceptor that controls the border space of the frame's container window. 155 a docking area acceptor which controls the border space of frame's container window. 257 /** docks a window based user interface element to a specified docking area. 265 specifies on which docking area the window based user interface element should docked. 290 /** forces a window based user interface element to float. 302 /** locks a window based user interface element if it's in a docked state. 314 /** unlocks a window based user interface element if it's in a docked state. [all …]
|
| /trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
| H A D | VclMenu.java | 34 private VclControl window = null; field in VclMenu 45 public VclMenu(VclControl window) { in VclMenu() argument 46 super(window.app); in VclMenu() 47 this.window = window; in VclMenu() 76 if (window != null) { in use() 77 window.useMenu(); in use()
|
| /trunk/main/vcl/unx/gtk/window/ |
| H A D | gtkframe.cxx | 431 GDK_WINDOW_XWINDOW(m_pWindow->window), in ~GtkSalFrame() 590 m_aSystemData.aWindow = GDK_WINDOW_XWINDOW(m_pWindow->window); in InitCommon() 642 GDK_WINDOW_XWINDOW(m_pWindow->window), in InitCommon() 676 XLIB_Window aWindow = GDK_WINDOW_XWINDOW( GTK_WIDGET(pWindow)->window ); in lcl_set_accept_focus() 861 lcl_set_user_time(GTK_WIDGET(m_pWindow)->window, nUserTime); in Init() 940 GDK_WINDOW_XWINDOW(m_pWindow->window), in Init() 951 aEvent.xclient.window = m_aForeignParentWindow; in askForXEmbedFocus() 981 GDK_WINDOW_XWINDOW(m_pWindow->window), in SetExtendedFrameStyle() 1005 … m_aGraphics[i].pGraphics->Init( this, GDK_WINDOW_XWINDOW(m_pWindow->window), m_nScreen ); in GetGraphics() 1369 lcl_set_user_time( GTK_WIDGET(m_pWindow)->window, nUserTime ); in Show() [all …]
|
| /trunk/main/offapi/com/sun/star/embed/ |
| H A D | XHatchWindow.idl | 44 /** specifies the operations for a hatch window. 47 A hatch window is a kind of window that is adopted to contain 48 an embedded object window to represent the contained window border 50 selected the new size/placement the hatching window sends request 52 Thus the window can not resize/move itself. 59 not set the window can not be resized/moved.
|
| /trunk/main/scripting/examples/java/Newsgroup/ |
| H A D | PostNewsgroup.java | 45 private PostNewsgroup window = null; field in PostNewsgroup 77 window = this; in post() 90 window.update( window.getGraphics() ); in post() 326 …JOptionPane.showMessageDialog( window, "No subscribed newsgroups found in mozilla/netscape profile… in getNewsgroupCombo() 425 … StatusWindow statusWindow = new StatusWindow( window, "Posting to Newsgroup", FRAMEX, FRAMEY ); in sendingActions() 501 window.dispose(); in constructButtonPanel() 599 …JOptionPane.showMessageDialog( window, "Please enter a newsgroup name", "Input Error", JOptionPane… in isValidData() 610 …JOptionPane.showMessageDialog( window, "Please enter a hostname", "Input Error", JOptionPane.ERROR… in isValidData() 627 …JOptionPane.showMessageDialog( window, "Please enter a valid reply to email address", "Input Error… in isValidData() 638 …JOptionPane.showMessageDialog( window, "Please enter subject title", "Input Error", JOptionPane.ER… in isValidData()
|
| /trunk/main/vcl/inc/unx/gtk/ |
| H A D | gtkframe.hxx | 72 GdkWindow *window; member 81 : window (NULL), in PreviousKeyPress() 91 window = event->window; in PreviousKeyPress() 102 : window( rPrev.window ), in PreviousKeyPress() 114 && (event->window == window) in operator ==()
|