Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 25 of 218) sorted by relevance

123456789

/aoo41x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl57 any class that can be rendered on the screen.
71 that of the screen coordiante system. In other words all coordinates
73 <ul><li>The screen coordinate system has its origin in the upper left
74 corner of the current screen. Used by the
77 of the parent's bounding box. With no parent the screen coordinate
152 position in screen coordinates.</p>
173 screen the returnred position is (0,0).
178 bounding box in screen coordinates.
182 coordinates are absolute screen coordinates of the screen to which
189 on any screen the returnred position is (0,0).
[all …]
H A DAccessibleStateType.idl182 /** Object is displayed on the screen.
187 though, not necessarily visible on the screen because it may be
208 /** Object wants to be displayed on the screen.
211 to be displayed on the screen. It is displayed, as indicated by a
/aoo41x/main/x11_extensions/inc/
H A DXrandr.h126 XRRScreenConfiguration *XRRScreenConfig(Display *dpy, int screen);
127 XRRScreenConfiguration *XRRConfig(Screen *screen);
136 Rotation XRRRotations(Display *dpy, int screen, Rotation *current_rotation);
137 XRRScreenSize *XRRSizes(Display *dpy, int screen, int *nsizes);
138 short *XRRRates (Display *dpy, int screen, int sizeID, int *nrates);
139 Time XRRTimes (Display *dpy, int screen, Time *config_timestamp);
/aoo41x/main/offapi/com/sun/star/rendering/
H A DXBufferController.idl36 screen devices.<p>
39 double/multi-buffering facilities on screen devices.<p>
75 selected buffer is shown on screen, or immediately when an
79 Use this method if you need your screen display to be in sync
83 When <TRUE/>, update the whole screen. When <FALSE/>,
107 <em>before</em> it is fully displayed on screen. In this case,
112 necessarily require your screen display to be in sync with
116 When <TRUE/>, update the whole screen. When <FALSE/>,
H A DXSpriteCanvas.idl48 @attention The screen output of canvas drawing operations is
128 /** Tells the sprite canvas to now update the screen
133 general. This method will return only after the screen update
142 When <TRUE/>, update the whole screen. When <FALSE/>,
148 @return <TRUE/>, if the screen update was successfully
H A DXGraphicDevice.idl63 printer, or a screen device. Every canvas (@see XCanvas) has
73 is screen-exclusive, i.e. that per screen, only one object can
74 have this state, it might even be that all windows on the screen
280 /** Tells whether this graphic device has a full screen mode,
281 i.e. whether a window can cover the whole screen exclusively.
H A DXCustomSprite.idl47 synchronized screen updates.
58 screen only after a XSpriteCanvas::updateScreen() call at the
63 move with the sprite across the screen.
H A DXSprite.idl114 on screen. The canvas implementations are free, if they have a
142 system, with its origin on screen being equal to its current
179 words, the closer to the screen surface the sprite is shown.<p>
H A DXIeeeDoubleBitmap.idl70 screen resolution. Thus, this method will throw an
107 screen resolution. Thus, this method will throw an
H A DXIeeeFloatBitmap.idl70 screen resolution. Thus, this method will throw an
107 screen resolution. Thus, this method will throw an
/aoo41x/main/offapi/com/sun/star/text/
H A DWrapInfluenceOnPosition.idl34 screen object when it's positioned.
40 /** wrapping style has no influence on the position and the floating screen
47 /** wrapping style has no influence on the position and the floating screen
54 /** wrapping style has influence on the position and the floating screen
H A DDocumentSettings.idl162 <p>This property controls how floating screen objects (Writer
166 floating screen object orients its vertical position, includes
169 the top of a paragraph, at which a floating screen object orients
178 /** specifies if the text wrap of floating screen objects are
181 <p>This property controls how floating screen objects (Writer
184 the text wrap style, set at the floating screen object.
/aoo41x/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx407 m_aInfo.screen = DefaultScreen( m_pDisplay ); in PixmapHolder()
414 m_aInfo.depth = DefaultDepth( m_pDisplay, m_aInfo.screen ); in PixmapHolder()
416 m_aColormap = DefaultColormap( m_pDisplay, m_aInfo.screen ); in PixmapHolder()
671 RootWindow( m_pDisplay, m_aInfo.screen ), in setBitmapData()
713 DefaultGC( m_pDisplay, m_aInfo.screen ), in setBitmapData()
724 RootWindow( m_pDisplay, m_aInfo.screen ), in setBitmapData()
/aoo41x/main/svtools/source/control/
H A Dctrltool.src79 Text [ en-US ] = "The same font will be used on both your printer and your screen." ;
84 Text [ en-US ] = "This is a printer font. The screen image may differ." ;
89 Text [ en-US ] = "This is a screen font. The printer image may differ." ;
/aoo41x/main/offapi/com/sun/star/geometry/
H A DIntegerRectangle2D.idl32 screen representation of rectangles in such a way that the lower
34 screen. Thus, if for two rectangles R1 and R2, R1.x2 equals R2.x1,
35 the screen representation of these rectangles will not overlap,
H A DRealRectangle2D.idl32 screen representation of rectangles in such a way that the lower
34 screen. Thus, if for two rectangles R1 and R2, R1.x2 equals R2.x1,
35 the screen representation of these rectangles will not overlap,
/aoo41x/main/offapi/com/sun/star/awt/
H A DXControl.idl61 on the screen. Before the window appears on the screen, the
84 /** creates a "child" window on the screen.
/aoo41x/main/offapi/com/sun/star/presentation/
H A DPresentation.idl106 full-screen mode.
127 /** is the duration of the black screen after the
130 <p>If this is set to <literal>0</literal>, no black screen is shown.</p>
H A DXPresentation.idl44 /** The presentation is shown in full-screen and started from the
51 /** The presentation is stopped and the full-screen mode will end.
H A DXTransitionFactory.idl67 Bitmap of the slide that's going to leave the screen
70 Bitmap of the slide that's going to enter the screen
/aoo41x/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionerImpl.cxx222 int screen;
394 GLWin.screen = XScreenNumberOfScreen( xattr.screen ); in createWindow()
463 GLWin.screen, in createWindow()
471 fbconfigs = glXGetFBConfigs (GLWin.dpy, GLWin.screen, &nfbconfigs); in createWindow()
563 GLWin.GLXExtensions = unx::glXQueryExtensionsString( GLWin.dpy, GLWin.screen ); in createWindow()
/aoo41x/main/vcl/os2/
H A Dhowto.txt25 have screen coordinates.
32 current window frame size/position and map to screen coordinates using the
/aoo41x/main/solenv/gbuild/
H A DOutput.mk59 ifneq ($(filter $(TERM),Eterm aterm gnome kterm linux rxvt rxvt-unicode screen xterm xterm-color),)
119 ifneq ($(filter $(TERM),Eterm aterm gnome kterm rxvt rxvt-unicode screen xterm xterm-color),)
/aoo41x/main/vcl/unx/generic/window/
H A DFWS.cxx72 WMSupportsFWS (Display *display, int screen) in WMSupportsFWS() argument
98 snprintf (propName, sizeof(propName), "_SUN_FWS_NEXT_ICON_%d", screen); in WMSupportsFWS()
/aoo41x/main/vcl/aqua/source/window/
H A Dsalframe.cxx145 NSScreen* pNSScreen = [mpNSWindow screen]; in initWindowAndView()
711 pScreen = [mpNSWindow screen]; in SetScreenNumber()
784 pScreen = [mpNSWindow screen]; in ShowFullScreen()
1453 NSScreen* pScreen = [mpNSWindow screen]; in GetWorkArea()
1636 NSScreen * pScreen = [mpNSWindow screen]; in UpdateFrameGeometry()

Completed in 239 milliseconds

123456789