Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/trunk/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl65 /** central interface to query for, create, destroy and manipulate user
76 Currently the following user interface element types are defined:
82 <li><b>toolbar</b>A configurable user interface element a tool
167 /** creates a new user interface element.
176 /** destroys a user interface element.
233 /** shows a user interface element.
245 /** hides a user interface element.
290 /** forces a window based user interface element to float.
327 /** sets a new size for a window based user interface element.
437 …the size in pixel of the user interface element. A non-window based user interface element provide…
[all …]
H A DXUIControllerRegistration.idl37 /** is used to query, register and unregister user interface controller.
40 A user interface controller can be registered for a command URL. A certain user
41 interface controller will be created when a user interface element contains a
52 /** function to check if an user interface controller is registered
68 /** function to create an association between a user interface controller implementation
72 a command URL which specifies an action which should be associated with a user
80 a UNO implementation name that can be used to create a user interface controller
85 /** function to remove a previously defined association between a user interface controller
89 a command URL which specifies an action which should be associated with a user
/trunk/main/offapi/com/sun/star/ui/
H A DXUIConfigurationManager.idl66 controls the structure of all customizable user interface
78 instance will be removed. A module based user interface
81 default elements from a module user interface configuration
88 the user interface configuration manager.
92 of user interface elements. If all user interface element
98 returns all user interface elements within the user interface
105 the user interface element.</li>
107 user interface element. Not all user interface elements have
125 user interface configuration manager.
138 /** retrieves the settings of a user interface element.
[all …]
H A DXUIElementFactory.idl50 user interface elements.
56 Currently the following user interface element types are defined:
58 <li><b>menubar</b>A configurable user interface element.</li>
59 <li><b>popupmenu</b>A configurable user interface element.</li>
60 <li><b>toolbar</b>A configurable user interface element.</li>
61 <li><b>statusbar</b>A configurable user interface element.</li>
62 <li><b>floater</b>A basic user interface element.</li>
71 /** creates a new instances of a specific user interface element.
81 if it doesn't know how to create the request user interface
92 not possible to determine the correct user interface
[all …]
H A DXUIElementFactoryRegistration.idl53 /** is used to query, register and deregister user interface element factories.
56 A user interface element factory is registered for a set of three properties.
65 Currently the following user interface element types are defined:
84 user interface element factory.<br/>
118 /** function to register a user interface element factory.
130 … an optional name of a single user interface element. This name must be unique within a user
132 user interface element is needed.
144 /** function to remove a previously defined user interface element factory.
156 … an optional name of a single user interface element. This name must be unique within a user
158 user interface element should be deregistered.
[all …]
H A DModuleUIConfigurationManager.idl48 /** specifies a user interface configuration manager which gives access to user interface
52 A module user interface configuratio manager supports two layers of configuration settings
54 1. Layer: A module default user interface configuration which describe all user interface
57 2. Layer: A module user interface configuration which only contains customized user interface
58 elements and user-defined ones. All changes on user interface element settings are done on
74 contains the default module user interface configuration settings.</li>
76 contains the user-defined module user interface configuration settings.</li>
88 /** provides access to persistence functions to load/store user interface element
93 /** provides functions to change, insert and remove user interface element settings
94 from a module user interface configuration manager.
[all …]
H A DConfigurableUIElement.idl61 /** specifies a configurable user interface element that supports persistence.
64 Configurable user interface elements are:
78 /** provides properties and functions to initialize and identify a user
82 A configurable user interface element must be initialized using
86 <li><b>ResourceURL</b><br>specifies the user interface name.</li>
93 A user interface element factory creates and initializes every user interface element
100 /** provides functions to retrieve and change the user interface element structure data and to
105 /** specifies if the user interface element stores changes of its structure to its creator
109 /** specifies the configuration source of this user interface element.
113 the user interface element are written back to configuration source. When this property is
[all …]
H A DXModuleUIConfigurationManager.idl49 /** specifies specific functions of a module based user interface
53 A module user interface configuration manager supports, unlike a
56 1. Layer: A module default user interface configuration which
57 describe all user interface elements settings that are
61 2. Layer: A module user interface configuration which only contains
62 customized user interface elements and user-defined ones.
63 All changes on user interface element settings are done on
73 /** determine if the settings of a user interface element is part
74 of the default layer of the user interface configuration manager.
77 a resource URL which identifies the user interface element. A
[all …]
H A DUIElement.idl53 /** specifies a user interface element.
56 A user interface element consists of a unique identifier and a type specifier. It
58 the specific user interface element type. Every user interface must be initialized
68 the specific user interface element type.
72 /** interface to initialize a user interface element instance.
74 A user interface element must be initialized using
79 the user interface element.</li>
82 A user interface element factory creates and initializes every user interface element
93 A user interface element implementation should check if it has to update its visual
H A DModuleUICommandDescription.idl37 /** a service which provides information about the user interface commands of
42 user interface elements. This service provides access to the user interface commands
51 /** provides access to user interface commands of an installed module.
58 … <li><b>Label</b><br>a string which specifies the short name of the user interface command with
59 … mnemonic and optional subsequent ... if the command needs additional user input. This string
61 … <li><b>Name</b><br>a string which specifies the short name of the user interface command without
63 <li><b>Popup</b><br>a boolean which specifies if the user interface command is a unique
66 … The key to a user interface command description is the user interface command itself which has
68 …A complete list of user interface commands can be found inside the latest OpenOffice Developers Gu…
H A DXUIElement.idl46 on the user interface element type.
49 The type of the interface depends on the real type of the user interface
50 element. A menubar user interface element provides access to its
53 A floating window or a toolbar user interface element return a
61 /** returns an interface to get access to user interface type specific functions.
64 a special purpose interface which depends on the type of the user
71 <p>The life time of a user interface element does not explicitly depend on the
74 life of all user interface elements.</p>
78 /** a resource URL which is a unique identifier of a user interface element.
82 /** determines the type of the user interface element.
H A DUIConfigurationManager.idl48 /** specifies a user interface configuration manager which controls
49 all customizeable user interface elements of an object.
57 associated to the user interface configuration manager.
61 /** provides access to persistence functions to load/store user interface configuration
66 /** provides functions to change, insert and remove user interface elements
67 from a user interface configuration manager.
71 /** provides functions to add and remove listeners for changes within a user
76 /** allows controlling or observing the lifetime of a user interface configuration manager
H A DUIElementSettings.idl42 describes the internal structure of a configurable user interface element.
47 although limitations based on the real user interface element may be visible.
54 /** provides access to the structure of the user interface element.
57 The container contains the items of the user interface element. Every
73 …The factory should be used to create sub container within this user interface element settings. Th…
79 /** determine an optional user interface name of the user interface element.
82 … A toolbar can show a its user interface name on the window title, when it is in floating mode.
H A DXUIElementSettings.idl41 /** provides functions to retrieve and change user interface element structure
49 /** forces the user interface element to retrieve new settings from its
53 This is not done automatically as configurable user interface elements
62 to the structure of user interface element if the user interface element
71 the current settings of the user interface element.
75 /** set changes to the structure of the user interface element.
78 new data settings for the configurable user interface element.
H A DModuleUIConfigurationManagerSupplier.idl36 /** specifies a central user interface configuration provider which gives
37 access to module based user interface configuration managers.
44 /** controls module based user interface configuration managers.
47 There can only exists one user interface configuration manager for
48 a module. A user interface configuration manager supports to get and set
49 user interface configuration data for configurable user interface elements.
/trunk/main/scripting/workben/data/testdata/
H A DScriptRuntimeManager.csv2 _resolve;description=Try to resolve a valid user URI;location=user;logicalname=script://user.jsuite…
4 _resolve;description=Try to resolve an invalid URI;location=user;logicalname=scrpit://user.jsuite.t…
5 _resolve;description=Try to resolve a valid but non existent URI;location=user;logicalname=script:/…
6 _invoke;description=Try to invoke a valid user level URI;location=user;context=null;logicalname=scr…
7 _invoke;description=Try to invoke a valid user level URI with a valid context;location=user;context…
8 _invoke;description=Try to invoke a valid user level script in a jar file;location=user;context=nul…
/trunk/main/offapi/com/sun/star/sheet/
H A DXAddIn.idl37 /** gives access to function descriptions and user-visible names.
43 /** returns the internal function name for an user-visible name.
45 <p>The user-visible name of a function is the name shown to the
54 the user-visible name of a function.
64 /** returns the user-visible function name for an internal name.
75 the user-visible name of the specified function.
96 /** returns the user-visible name of the specified argument.
98 <p>The argument name is shown to the user when prompting for
109 the user-visible name of the specified argument.
143 never shown to the user.
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleRole.idl62 /** Object is used to alert the user about something.
93 /** A specialized dialog that lets the user choose a color.
100 allows the user to enter a choice of their own.</p>
338 the panel that is to be presented to the user when the user selects
367 contents is not shown visibly to the user.</p>
465 <p>An object that allows the user to select from a bounded
507 editable by the user as opposed to a label.</p>
539 the user in a small "help bubble" when the user causes the mouse to
555 portion of the entire data that the user can see. As the user
619 or user-input form within a document.</p>
[all …]
/trunk/main/offapi/com/sun/star/sdbcx/
H A DPrivilege.idl30 user or a user group. This list may grow in the future.
36 /** indicates that a user is allowed to read the data.
41 /** indicates that a user is allowed to insert new data.
46 /** indicates that a user is allowed to update data.
51 /** indicates that a user is allowed to delete data.
56 /** indicates that a user is allowed to read the structure of a definition object.
61 /** indicates that a user is allowed to create a definition object.
66 /** indicates that a user is allowed to alter an existing object.
71 /** indicates that a user is allowed to set foreign keys for a table.
76 /** indicates that a user is allowed to drop a definition object.
/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
172 specifies the desired user language.
184 country code for display of field to user. If the localized
194 country code for display of field to user. If the localized
198 specifies the desired user country.
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
220 specifies the desired user variant.
229 a string to display the entire locale to user. If the localized
[all …]
/trunk/main/offapi/com/sun/star/inspection/
H A DPropertyControlType.idl46 /** denotes a control which allows the user to choose from a list of
55 /** denotes a control which allows the user to choose from a list of
65 …/** denotes a control which allows the user to enter property values consisting of a single line o…
71 /** denotes a control which allows the user to enter pure text, including line breaks
77 /** denotes a control which allows the user to enter a single character
84 /** denotes a control which allows the user to enter a list of single-line strings
90 /** denotes a control which allows the user to choose from a list of colors.
105 /** denotes a control which allows the user to enter a numerical value
113 /** denotes a control which allows the user to enter a date value
119 /** denotes a control which allows the user to enter a time value
[all …]
/trunk/main/setup_native/scripts/
H A Dosx_install_languagepack.applescript24 2) check whether the user has write-access (and if not
91 -- do nothing, the user cancelled the installation
92 return 2 --aborted by user
95 -- the user would not be able to select the .app
101 -- do nothing, the user cancelled the installation
102 return 2 --aborted by user
105 -- the user would not be able to select the .app
116 return 2 --aborted by user
119 -- the user would not be able to select the .app
152 -- -128 aborted by user
[all …]
H A Dosx_install_patch.applescript24 2) check whether the user has write-access (and if not
89 -- do nothing, the user cancelled the installation
90 return 2 --aborted by user
93 -- the user would not be able to select the .app
99 -- do nothing, the user cancelled the installation
100 return 2 --aborted by user
103 -- the user would not be able to select the .app
114 return 2 --aborted by user
117 -- the user would not be able to select the .app
150 -- -128 aborted by user
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XURLTransformer.java48 final static String user = "user"; field in _XURLTransformer
63 + user + ":" + password + "@" + server + ":" + port + path
104 url[0].User = user; in _assemble()
110 url[0].Main = "ftp://" + user + ":" + password + "@" + server + ":" + in _assemble()
222 if (!url[0].User.equals(user)) { in _parseStrict()
225 log.println("expected : " + user); in _parseStrict()
347 String ftpURL = invalidUserPrefix +user + ":" + password + "@" + server + ":" + in _parseSmart()
364 if (!url[0].User.equals(invalidUserPrefix+user)) { in _parseSmart()
367 log.println("expected : " + user); in _parseSmart()
437 String expectedPresentation = "ftp://" + user + ":" + asterix + "@" + in _getPresentation()
[all …]
/trunk/main/scripting/source/pyprov/
H A Dmailmerge.py132 user = xAuthenticator.getUserName().encode('ascii')
134 if user != '':
136 out.write('Logging in, username of %s\n' % user)
137 self.server.login(user, password)
317 user = xAuthenticator.getUserName().encode('ascii')
319 if user != '':
321 out.write('Logging in, username of %s\n' % user)
322 self.server.login(user, password)
393 user = xAuthenticator.getUserName().encode('ascii')
396 out.write('Logging in, username of %s\n' % user)
[all …]

Completed in 95 milliseconds

12345678910>>...29