Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/trunk/main/autodoc/
H A DExecutable_autodoc.mk156 autodoc/source/display/html/cfrstd \
162 autodoc/source/display/html/easywri \
164 autodoc/source/display/html/hd_docu \
165 autodoc/source/display/html/hdimpl \
168 autodoc/source/display/html/navibar \
169 autodoc/source/display/html/outfile \
182 autodoc/source/display/idl/hfi_doc \
195 autodoc/source/display/idl/hfi_tag \
199 autodoc/source/display/idl/hi_ary \
201 autodoc/source/display/idl/hi_env \
[all …]
/trunk/main/vcl/unx/generic/window/
H A DFWS.cxx72 WMSupportsFWS (Display *display, int screen) in WMSupportsFWS() argument
101 if (XGetWindowProperty (display, DefaultRootWindow (display), in WMSupportsFWS()
126 if (XGetWindowProperty (display, DefaultRootWindow (display), in WMSupportsFWS()
201 newHandler (Display *display, XErrorEvent *xerror) in newHandler() argument
204 (*oldHandler)(display, xerror); in newHandler()
225 RegisterFwsWindow (Display *display, Window window) in RegisterFwsWindow() argument
235 XSync (display, False); in RegisterFwsWindow()
239 XSendEvent (display, fwsCommWindow, False, NoEventMask, in RegisterFwsWindow()
241 XSync (display, False); in RegisterFwsWindow()
261 AddFwsProtocols (Display *display, Window window) in AddFwsProtocols() argument
[all …]
H A DFWS.hxx38 WMSupportsFWS (Display *display, int screen);
47 RegisterFwsWindow (Display *display, Window window);
53 AddFwsProtocols (Display *display, Window window);
/trunk/main/offapi/com/sun/star/sheet/
H A DSpreadsheetViewSettings.idl58 /** enables display of zero-values.
95 /** enables the display of outline symbols.
107 /** enables the display of the cell grid.
120 /** enables display of help lines when moving drawing
127 /** enables display of anchor symbols when drawing
134 /** enables display of page breaks.
147 /** enables display of embedded objects in the view.
155 /** enables the display of charts in the view.
163 /** enables the display of drawing objects in the view.
171 /** disables the display of marks from online spelling.
H A DDocumentSettings.idl62 /** enables display of zero-values.
70 /** enables the display of the cell grid.
78 /** enables display of page breaks.
90 /** enables the display of outline symbols.
99 /** enables the display of the drawing object raster.
/trunk/main/autodoc/inc/autodoc/
H A Ddsp_html_std.hxx41 namespace display namespace
148 const display::CorporateFrame &
155 const display::CorporateFrame &
164 const display::CorporateFrame & i_rLayout ) in Run()
182 const display::CorporateFrame &
189 const display::CorporateFrame &
200 const display::CorporateFrame & i_rLayout ) in Run()
/trunk/main/offapi/com/sun/star/formula/
H A DFormulaProperties.idl100 display functions contained in the formula.
105 /** determines if the font that is used to display functions is italic.
110 /** determines if the font that is used to display functions is bold.
116 display numbers contained in the formula.
121 /** determines if the font that is used to display numbers is italic.
126 /** determines if the font that is used to display numbers is bold.
132 display text contained in the formula.
137 /** determines if the font that is used to display text is italic.
142 /** determines if the font that is used to display text is bold.
148 display variables contained in the formula.
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dfeature.pm90 my $display;
97 $display = "0"; # root module is not visible
101 $display = "1"; # root module shows subfeatures
105 $display = "2"; # all other modules do not show subfeatures
111 if ( $styles =~ /\bHIDDEN_ROOT\b/ ) { $display = "0"; }
114 …=~ /\bSHOW_MULTILINGUAL_ONLY\b/ ) && ( ! $installer::globals::ismultilingual )) { $display = "0"; }
117 …id'} eq "gid_Module_Prg" ) && ( $installer::globals::product =~ /c05office/i )) { $display = "0"; }
120 if ( $installer::globals::languagepack ) { $display = "0"; }
122 return $display
/trunk/main/offapi/com/sun/star/form/
H A DFormComponentType.idl78 /** specifies a control to display a fixed text, usually used to label other controls.
82 /** is a table like control to display database data.
95 /** specifies a control to display an image.
99 /** specifies a control to display and edit a date value.
103 /** specifies a control to display and edit a time value.
107 /** specifies a field to display and edit a numeric value.
111 /** specifies a field to display and edit a currency value.
115 /** specifies a control to display and edit a string according to a pattern.
119 …/** specifies a control to display and edit, in the form of a scrollbar, a value from a continuous…
/trunk/main/desktop/test/deployment/update/changing_display_name/
H A Dreadme.txt2 The default display name, if nothing is provided by the extension, is the file name.
3 The display name could be changed in different versions. There are three versions
6 v1: no display name
8 v3: change1 de - changed display name -
10 change1_mod.oxt is the same as change1.oxt version 1 except that is has a display name.
12 changed when the extension is changed - and be it only the display name.
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DBundle.properties32 # {1} - display name of filesystem
36 # {1} - display name of filesystem
40 # {1} - display name of filesystem
44 # {1} - display name of filesystem
48 # {1} - display name of filesystem
53 # {2} - display name of filesystem
58 # {1} - display name of filesystem
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dstar-report.css26 display: table;
30 display: table-column-group;
34 display: table-column;
38 display: table-row;
42 display: table-cell;
84 -x-liblayout-display-factor: 1000;
H A Doasis-table.css24 display: table;
28 display: table-column-group;
32 display: table-column;
36 display: table-row;
40 display: table-cell;
/trunk/main/offapi/com/sun/star/rendering/
H A DXBufferController.idl72 /** Switch the display to show the specified buffer.<p>
79 Use this method if you need your screen display to be in sync
87 after window expose events, the latter for animation display.
98 /** Schedule the display of the specified buffer.<p>
106 for display here might become the current render target
112 necessarily require your screen display to be in sync with
120 after window expose events, the latter for animation display.
/trunk/main/offapi/com/sun/star/resource/
H A DXLocale.idl157 language code for display of field to user. If the localized
168 language code for display of field to user. If the localized
184 country code for display of field to user. If the localized
194 country code for display of field to user. If the localized
207 variant code for display of field to user. The desired user variant
216 variant code for display of field to user. If the localized
229 a string to display the entire locale to user. If the localized
239 a string to display the entire locale to user. If the localized
/trunk/main/offapi/com/sun/star/text/
H A DTextGraphicObject.idl122 /** changes the display of the luminance.
127 /** changes the display of contrast.
132 /** changes the display of the red color channel.
137 /** changes the display of the green color channel.
142 /** changes the display of the blue color channel.
151 /** determines if the graphic is display in inverted colors.
/trunk/main/setup_native/scripts/
H A Dosx_install_languagepack.applescript62 display dialog intro buttons {AbortLabel, InstallLabel} default button 2
81 -- display dialog oneApp
128 display dialog (choice as string) & appInvalid buttons {InstallLabel} default button 1 with icon 0
133 display dialog startInstall buttons {AbortLabel, InstallLabel} default button 2
145 display dialog IdentifyQ buttons {IdentifyYES, IdentifyNO} with icon 2
150 display dialog installFailed buttons {OKLabel} default button 1 with icon 0
161 display dialog installComplete buttons {OKLabel} default button 1
H A Dosx_install_patch.applescript60 display dialog intro buttons {AbortLabel, InstallLabel} default button 2
79 -- display dialog oneApp
126 display dialog (choice as string) & appInvalid buttons {InstallLabel} default button 1 with icon 0
131 display dialog startInstall buttons {AbortLabel, InstallLabel} default button 2
143 display dialog IdentifyQ buttons {IdentifyYES, IdentifyNO} with icon 2
148 display dialog installFailed buttons {OKLabel} default button 1 with icon 0
159 display dialog installComplete buttons {OKLabel} default button 1
/trunk/main/autodoc/source/display/idl/
H A Dhi_env.hxx44 namespace display namespace
76 const display::CorporateFrame &
111 const display::CorporateFrame &
148 const display::CorporateFrame *
/trunk/main/desktop/test/deployment/update/simple/
H A Dreadme.txt6 The description.xml contains a version, a display name, and one URL to the update data
16 <display-name>
18 </display-name>
25 There is only one language as display name available, which will therefore always be displayed.
/trunk/main/offapi/com/sun/star/i18n/
H A DKNumberFormatType.idl34 display string.
39 /// Short display string
41 /// Medium length display string
43 /// Long display string
/trunk/main/vcl/unx/generic/app/
H A Di18n_im.cxx92 send_event = 0; display = 0; in init()
114 send_event = rEvent.send_event; display = rEvent.display; in operator =()
138 && display == rEvent.display in match()
/trunk/main/autodoc/source/display/html/
H A Dopageenv.cxx158 const display::CorporateFrame *
171 const display::CorporateFrame &
192 const display::CorporateFrame & i_rLayout ) in CheshireCat()
234 const display::CorporateFrame & i_rLayout ) in OuputPage_Environment()
467 const display::CorporateFrame &
/trunk/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()
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowView.idl50 /** View interface to display slideshow presentations on.<p>
53 XSlideShow interface to display a presentation. The slideshow can
62 This method gets the underlying XCanvas to display on this
65 @return XSpriteCanvas to display on. Must be valid, and the
169 New mouse cursor shape to display for this view. Must be from

Completed in 101 milliseconds

12345678910>>...33