Home
last modified time | relevance | path

Searched refs:display (Results 26 – 50 of 779) sorted by relevance

12345678910>>...32

/aoo4110/main/vcl/aqua/source/window/
H A Dsalframe.cxx599 [mpNSWindow setFrame: aStateRect display: NO]; in SetWindowState()
647 [mpNSWindow display]; in SetWindowState()
721 [mpNSWindow setFrame: aFrameRect display: NO]; in SetScreenNumber()
796 …SWindow frameRectForContentRect: aNewContentRect styleMask: mnStyleMask] display: mbShown ? YES : … in ShowFullScreen()
807 [mpNSWindow setFrame: maFullScreenRect display: mbShown ? YES : NO]; in ShowFullScreen()
982 [mpNSView display]; in Flush()
1005 [mpNSView display]; in Flush()
1019 [mpNSView display]; in Sync()
1427 …dow setFrame: [NSWindow frameRectForContentRect: aContentRect styleMask: mnStyleMask] display: NO]; in SetPosSize()
1441 [mpNSWindow display]; in SetPosSize()
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/
H A Dnativeview.c69 Display* display ; in Java_NativeView_getNativeWindow() local
90 display = dsi_x11->display; in Java_NativeView_getNativeWindow()
/aoo4110/main/autodoc/source/display/html/
H A Dopageenv.hxx50 namespace display namespace
64 const display::CorporateFrame &
111 const display::CorporateFrame &
/aoo4110/main/bean/native/unix/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c97 Display* display; in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() local
122 display = dsi_x11->display; in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
/aoo4110/main/offapi/com/sun/star/presentation/
H A DXSlideShow.idl148 The slide to display.
154 The animation node determine the animations to display.
238 will display a small stylus as the mouse cursor. When pressing the
265 cease to display on this view.<p>
352 This method requests the slide show to display a special
356 Shape to display a special mouse cursor.
359 Type of mouse cursor to display. Must be one of the
H A DXSlideShowController.idl124 /** goto and display first slide */
129 /** goto and display next slide.
135 /** goto and display previous slide.
141 /** goto and display last slide.
/aoo4110/main/offapi/com/sun/star/installation/
H A DProtDlgRes.idl33 /** contains the status of a dialog with an 'always display Checkbox'.
49 /** when the dialog quit the checkbox, "Always display this message" was
57 /** when the dialog quit the checkbox, "Always display this message"
/aoo4110/main/offapi/com/sun/star/inspection/
H A DLineDescriptor.idl56 /** denotes the human-readable display name used to present a property to the user
95 /** describes the URL of an image to display on the primary button, if any.
110 /** describes a graphics to display at the primary button, if any.
140 /** describes the URL of an image to display on the secondary button, if any.
155 /** describes a graphics to display at the secondary button, if any.
/aoo4110/main/vcl/unx/generic/app/
H A Di18n_wrp.cxx169 XvaOpenIM(Display *display, XrmDatabase rdb, in XvaOpenIM() argument
218 xim = (*g_open_im)(display, (XrmDatabase)rdb, in XvaOpenIM()
231 xim = XOpenIM(display, rdb, res_name, res_class); in XvaOpenIM()
/aoo4110/main/udkapi/com/sun/star/container/
H A DXNamed.idl59 /** specifies the display name of the object.
68 the display name of the object.
74 /** sets the display name of the object.
/aoo4110/main/offapi/com/sun/star/rendering/
H A DXSpriteCanvas.idl52 display the newly rendered canvas content. When using external
56 (because there's a defined moment in time where content display
131 Required to display rendered changes to the canvas, and
146 after window expose events. the latter for animation display.
/aoo4110/main/offapi/com/sun/star/i18n/
H A DXExtendedCalendar.idl42 additional functionality to display parts of the date currently
51 Returns a string (number or name to display) matching the
58 display string will normally be two digits with a Gregorian
/aoo4110/main/xmlsecurity/tools/uno/
H A DSAXEventPrinter.java78 …protected static void display(Node node, int indent, FileOutputStream fileOutputStream, boolean is… in display() method in SAXEventPrinter
95 display(children.item(i), indent+2, fileOutputStream, isFormatted); in display()
129 display(children.item(i), indent+2, fileOutputStream, isFormatted); in display()
/aoo4110/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx134 void OGLTransitionImpl::display( double nTime, ::sal_Int32 glLeavingSlideTex, ::sal_Int32 glEnterin… in display() function in OGLTransitionImpl
179 primitives[i].display(nTime, SlideWidthScale, SlideHeightScale); in displaySlide()
188 primitives[i].display(nTime, SlideWidthScale, SlideHeightScale); in displaySlide()
209 maSceneObjects[i]->display(nTime, SlideWidth, SlideHeight, DispWidth, DispHeight); in displayScene()
212 void Primitive::display(double nTime, double WidthScale, double HeightScale) in display() function in Primitive
245 void SceneObject::display(double nTime, double /* SlideWidth */, double /* SlideHeight */, double D… in display() function in SceneObject
255 maPrimitives[i].display(nTime, 1, 1); in display()
275 void Iris::display(double nTime, double SlideWidth, double SlideHeight, double DispWidth, double Di… in display() function in Iris
278 SceneObject::display(nTime, SlideWidth, SlideHeight, DispWidth, DispHeight); in display()
/aoo4110/main/offapi/com/sun/star/awt/tree/
H A DXTreeControl.idl101 node is visible in the controls display area.</p>
196 …an integer giving the number of pixels horizontally from the left edge of the controls display area
198 … an integer giving the number of pixels vertically from the top edge of the controls display area
210 …an integer giving the number of pixels horizontally from the left edge of the controls display area
212 … an integer giving the number of pixels vertically from the top edge of the controls display area
/aoo4110/main/offapi/com/sun/star/frame/
H A DXModel.idl152 for display updates.
159 for display updates are not broadcasted.
173 display updates are not broadcasted.
183 for display updates are not broadcasted to the controllers.
/aoo4110/main/offapi/com/sun/star/sdb/
H A DTableDesign.idl77 …The name of the globally registered <type>DataSource</type> to be used for initial display. It is …
78 meaningful together with the other parameters specifying the object to display.
81 This is a string giving the name of the object to display initially.
H A DDataSourceBrowser.idl163 <ul><li>the grid control which is used to display the currently selected table/query
194 …The name of the globally registered <type>DataSource</type> to be used for initial display. It is …
195 meaningful together with the other parameters specifying the object to display.</li>
198 …This has to be a <type>CommandType</type> value, specifying the type of the object to display init…
202 …This is a string giving the name of the object to display initially. Whether it is table name, a q…
/aoo4110/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java97 private Display display; field in VclExplorer
131 display = parent.getDisplay(); in createPartControl()
132 duplicatedNameColor = new Color(display, 255, 160, 160); in createPartControl()
432 display.asyncExec(new Runnable() { in onFinishReceiving()
/aoo4110/main/offapi/com/sun/star/text/
H A DTextSection.idl183 /** determins the prefix that is display before the footnote number.
188 /** determins the suffix that is display after of the footnote number.
219 /** determins the prefix that is display before the endnote number.
224 /** determins the suffix that is display after the endnote number.
/aoo4110/main/autodoc/inc/autodoc/
H A Ddisplaying.hxx28 namespace display namespace
62 virtual const display::CorporateFrame &
/aoo4110/main/offapi/com/sun/star/awt/
H A DXItemList.idl56 the URL of the image to display for the item
93 the URL of the image to display for the item
147 the new URL of the image to display for the item
168 the new URL of the image to display for the item
/aoo4110/main/autodoc/source/display/inc/html/
H A Dchd_udk2.hxx57 const display::CorporateFrame &
65 const display::CorporateFrame &
/aoo4110/main/autodoc/source/display/inc/idl/
H A Dhi_display.hxx62 const display::CorporateFrame &
68 const display::CorporateFrame &
/aoo4110/main/svtools/workben/treecontrol/
H A Dtreetest.cxx77 void display( const OUString& rURL );
109 void DirectoryTree::display( const OUString& rURL ) in display() function in DirectoryTree
379 new DirectoryTree( xComponentContext ) )->display(ustrFileURL); in main()

Completed in 83 milliseconds

12345678910>>...32