Home
last modified time | relevance | path

Searched refs:window (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/aoo41x/main/toolkit/source/layout/core/
H A Dhelper.cxx394 if (!window) in implCreateWidget()
398 if (window) in implCreateWidget()
406 window->Show(); in implCreateWidget()
437 Window* window = 0; in layoutCreateWindow() local
529 window->SetType (WINDOW_OKBUTTON); in layoutCreateWindow()
535 window->SetType (WINDOW_CANCELBUTTON); in layoutCreateWindow()
541 window->SetType (WINDOW_OKBUTTON); in layoutCreateWindow()
546 window->SetType (WINDOW_CANCELBUTTON); in layoutCreateWindow()
573 window->SetType (WINDOW_HELPBUTTON); in layoutCreateWindow()
579 window->SetType (WINDOW_MOREBUTTON); in layoutCreateWindow()
[all …]
/aoo41x/main/offapi/com/sun/star/drawing/
H A DXPresenterHelper.idl58 /** Create a new window as child window of the given parent window.
60 The parent window of the new window.
62 When <TRUE/> then the new window will be a system window that,
66 When <TRUE/> the new window will be visible from the start,
69 When <TRUE/> the parent window is painted behind its child
84 /** Create a new canvas for the given window. The new canvas is a
90 The window that belongs to the update canvas. May also be
107 /** Create a new canvas for the given window.
126 result the window will be painted over all its overlapping
159 The window from which the mouse will be released.
[all …]
/aoo41x/main/offapi/com/sun/star/awt/
H A DXDockableWindow.idl46 <p>A window can either be docked where it resides as a child window in
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
112 <TRUE/> if the window is locked
113 <FALSE/> if the window is not locked
[all …]
H A DXWindow.idl65 /** specifies the basic operations for a window component.
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.
102 /** returns the outer bounds of the window.
108 /** shows or hides the window depending on the parameter.
120 /** sets the focus to the window.
[all …]
H A DXDataTransferProviderAccess.idl59 /** returns the drag gesture recognizer of the specified window.
63 @param window
64 a window created by the same toolkit instance.
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
86 a window created by the same toolkit instance.
[all …]
H A DXWindow2.idl42 /** 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 DWindowAttribute.idl33 /** These values are used to specify the decorations of a window.
42 /** specifies that the window is initially visible.
48 /** specifies that the window fills the complete desktop area.
56 /** specifies that the window is optimum size.
64 /** specifies that the window is minimum size.
72 /** specifies that the window has visible borders.
80 /** specifies that the size of the window can be changed by the user.
88 /** specifies that the window can be moved by the user.
96 /** specifies that the window can be closed by the user.
104 /** specifies that the window should support the
[all …]
H A DXTopWindow.idl45 /** 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 DWindowEvent.idl37 /** 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 DXTopWindowListener.idl41 /** 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 DWindowDescriptor.idl45 /** 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 DAccessibleWindow.idl42 /** 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>
/aoo41x/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx161 : mpWindow (window) in WindowImpl()
227 ::Window* parent = window->GetParent(); in redraw()
323 window->SetParent( parent ); in SetParent()
332 void Window::ParentSet (Window *window) in ParentSet() argument
334 window->SetParent (GetWindow ()); in ParentSet()
683 : WindowImpl( context, peer, window ) in ControlImpl()
776 : WindowImpl( context, peer, window ) in DialogImpl()
1010 : ControlImpl (context, peer, window) in TabControlImpl()
1575 : WindowImpl (context, peer, window) in InPlugImpl()
1608 void InPlug::ParentSet (Window *window) in ParentSet() argument
[all …]
H A Dwbutton.cxx84 ButtonImpl( Context *context, const PeerHandle &peer, Window *window ) in ButtonImpl() argument
85 : ControlImpl( context, peer, window ) in ButtonImpl()
187 PushButtonImpl( Context *context, const PeerHandle &peer, Window *window ) in PushButtonImpl() argument
188 : ButtonImpl( context, peer, window ) in PushButtonImpl()
264 : ButtonImpl( context, peer, window ) in RadioButtonImpl()
371 CheckBoxImpl( Context *context, const PeerHandle &peer, Window *window ) in CheckBoxImpl() argument
372 : ButtonImpl( context, peer, window ) in CheckBoxImpl()
429 t##Impl( Context *context, PeerHandle const& peer, Window *window ) \
430 : parent##Impl( context, peer, window ) \
500 : PushButtonImpl( context, peer, window ) in AdvancedButtonImpl()
[all …]
H A Dwfield.cxx56 EditImpl( Context *context, const PeerHandle &peer, Window *window ) in EditImpl() argument
57 : ControlImpl( context, peer, window ) in EditImpl()
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()
166 : SpinFieldImpl( context, peer, window ) in NumericFieldImpl()
175 : SpinFieldImpl( context, peer, window ) in MetricFieldImpl()
329 ComboBoxImpl( Context *context, const PeerHandle &peer, Window *window ) in ComboBoxImpl() argument
330 : EditImpl( context, peer, window ) in ComboBoxImpl()
513 ListBoxImpl( Context *context, const PeerHandle &peer, Window *window ) in ListBoxImpl() argument
[all …]
/aoo41x/test/testgui/source/testlib/gui/
H A DUIMap.java74 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");
184 public static final VclWindow chart = window("CHART2_HID_SCH_WIN_DOCUMENT");
189 public static final VclWindow impressHandout = window(".uno:HandoutMode");
284 public static final VclWindow spreadSheetCells = window("58818");
[all …]
/aoo41x/main/offapi/com/sun/star/ui/
H A DModuleWindowStateConfiguration.idl37 /** 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
73 floating position in pixel of the window.</li>
75 floating size in pixel of the window.</li>
76 … <li><b>Style</b><br>a long which specifies the style of the window. A toolbar support the
[all …]
/aoo41x/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePreview.idl69 /** 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 heigth 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 …]
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclMenu.java34 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()
/aoo41x/main/offapi/com/sun/star/frame/
H A DXFrame.idl57 /** 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 refered 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
276 A valid component window should be a child of the frame container window.
[all …]
H A DXLayoutManager.idl87 floating window.</li>
140 container window.
257 /** docks a window based user interface element to a specified docking area.
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.
327 /** sets a new size for a window based user interface element.
344 /** sets a new position for a window based user interface element.
361 /** sets a new position and size for a window based user interface element.
417 /** retrieves the current lock state of a window based user interface element.
[all …]
/aoo41x/main/offapi/com/sun/star/embed/
H A DXHatchWindow.idl44 /** 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.
/aoo41x/main/vcl/os2/
H A Dhowto.txt27 Every window has a parent window, usually the client area of an existing window,
28 otherwise the desktop window.
30 When a window is to be sized/moved, SetPosSize is called.
32 current window frame size/position and map to screen coordinates using the
33 owner window position as offset.
/aoo41x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx590 m_aSystemData.aWindow = GDK_WINDOW_XWINDOW(m_pWindow->window); in InitCommon()
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()
2058 GDK_WINDOW_XID(m_pWindow->window)); in StartPresentation()
2124 gdk_window_set_cursor( m_pWindow->window, pCursor ); in SetPointer()
2306 GdkWindow *pWin = m_pWindow->window; in SnapShot()
2554 pEvent->xclient.window == GDK_WINDOW_XWINDOW(m_pWindow->window) && in Dispatch()
2566 aEvent.window = m_pWindow->window; in Dispatch()
2868 aEvent.xclient.window = GDK_WINDOW_XWINDOW(m_pWindow->window); in IMPL_LINK()
[all …]
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DCalcZoom.log4 ITEM Assertion OK : test1 read window.zoom activesheet = sheet1
5 ITEM Assertion OK : test2 read window.zoom activesheet = sheet2
6 ITEM Assertion OK : test3 read window.zoom activesheet = sheet3
7 ITEM Assertion OK : test4 read window.zoom activesheet = sheet3
8 ITEM Assertion OK : test4 read window.zoom activesheet = sheet2
9 ITEM Assertion OK : test4 read window.zoom activesheet = sheet1

Completed in 103 milliseconds

12345678910>>...16