| /AOO42X/main/offapi/com/sun/star/frame/ |
| H A D | XLayoutManager.idl | 65 /** central interface to query for, create, destroy and manipulate user 69 Every user interface element which is controlled by a layout manager has 76 Currently the following user interface element types are defined: 78 <li><b>menubar</b>A configurable user interface element representing 80 <li><b>popupmenu</b>A configurable user interface element representing 82 <li><b>toolbar</b>A configurable user interface element a tool 84 <li><b>statusbar</b>A configurable user interface element representing 86 <li><b>floater</b>A basic user interface element representing a 106 able to work. Without a it no user interface elements can be created. 111 /** resets the layout manager and remove all of its internal user interface [all …]
|
| H A D | XUIControllerRegistration.idl | 37 /** 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
|
| /AOO42X/main/offapi/com/sun/star/ui/ |
| H A D | XUIConfigurationManager.idl | 65 /** specifies a user interface configuration manager interface which 66 controls the structure of all customizable user interface 74 /** resets the configuration manager to the default user interface 77 This means that all user interface configuration data of the 78 instance will be removed. A module based user interface 79 configuration manager removes user defined elements, but set all 81 default elements from a module user interface configuration 87 /** retrieves information about all user interface elements within 88 the user interface configuration manager. 92 of user interface elements. If all user interface element [all …]
|
| H A D | XUIElementFactory.idl | 49 /** specifies a user interface element factory that can create and initialize 50 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. 74 specifies which unique user interface element should be created [all …]
|
| H A D | XUIElementFactoryRegistration.idl | 53 /** 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. 58 <li><b>Type</b>a string that identifies a type of a user interface element.</li> 59 … <li><b>Name</b>a string that identifies a single user interface element within a type class.</li> 62 A combination of these three property values can uniquely identify every user interface 65 Currently the following user interface element types are defined: 80 /** function to retrieve a list of all registered user interface element factories 84 user interface element factory.<br/> 88 <li><b>Type</b>a string property that identifies the type of the user interface 90 <li><b>Name</b>an optional string property which identifies a single user interface [all …]
|
| H A D | ModuleUIConfigurationManager.idl | 48 /** 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 67 /** provides a function to initialize a module user interface configuration manager instance. 70 A module user interface configuration manager instance needs the following arguments as 74 contains the default module user interface configuration settings.</li> 76 contains the user-defined module user interface configuration settings.</li> 82 A non-initialized module user interface configuration manager cannot be used, it is treated [all …]
|
| H A D | ConfigurableUIElement.idl | 61 /** 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> 87 … <li><b>Frame</b><br>specifies to which frame instance the user interface belongs to.</li> 88 … <li><b>ConfigurationSource</b><br>specifies to which configuration manager a user interface 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 [all …]
|
| H A D | XModuleUIConfigurationManager.idl | 49 /** 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 D | UIElement.idl | 53 /** 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 D | ModuleUICommandDescription.idl | 37 /** 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 D | XUIElement.idl | 46 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 D | UIConfigurationManager.idl | 48 /** 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 D | UIElementSettings.idl | 42 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 D | XUIElementSettings.idl | 41 /** 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 D | ModuleUIConfigurationManagerSupplier.idl | 36 /** 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.
|
| /AOO42X/main/scripting/workben/data/testdata/ |
| H A D | ScriptRuntimeManager.csv | 2 _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…
|
| /AOO42X/main/offapi/com/sun/star/sheet/ |
| H A D | XAddIn.idl | 37 /** 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 46 user. It may be translated to the current language of the AddIn, 54 the user-visible name of a function. 64 /** returns the user-visible function name for an internal name. 66 <p>The user-visible name of a function is the name shown to the 67 user. It may be translated to the current language of the AddIn, 75 the user-visible name of the specified function. 83 <p>The description is shown to the user when selecting functions. [all …]
|
| /AOO42X/main/offapi/com/sun/star/accessibility/ |
| H A D | AccessibleRole.idl | 62 /** Object is used to alert the user about something. 93 /** A specialized dialog that lets the user choose a color. 99 <p>A list of choices the user can select from. Also optionally 100 allows the user to enter a choice of their own.</p> 127 <p>A pane that allows the user to navigate through and select the 163 and lets the user select a file, browse a different directory, or 173 <p>An object that fills up space in a user interface. It is often 181 <p>A <const>FONT_CHOOSER</const> is a component that lets the user pick various 272 <p>An object that presents a list of objects to the user and allows 273 the user to select one or more of them. A list is usually contained [all …]
|
| /AOO42X/main/offapi/com/sun/star/sdbcx/ |
| H A D | Privilege.idl | 30 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.
|
| /AOO42X/main/offapi/com/sun/star/resource/ |
| H A D | XLocale.idl | 157 language code for display of field to user. If the localized 158 name is not found, returns the ISO code. The desired user language 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 185 name is not found, returns the ISO code. The desired user country 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 [all …]
|
| /AOO42X/main/offapi/com/sun/star/inspection/ |
| H A D | PropertyControlType.idl | 46 /** 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. 99 …ing the <type>XStringListControl</type> interface, this string is selected. Vice versa, if the user 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 [all …]
|
| /AOO42X/main/setup_native/scripts/ |
| H A D | osx_install_languagepack.applescript | 24 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 115 -- do nothing, the user cancelled the installation 116 return 2 --aborted by user 119 -- the user would not be able to select the .app [all …]
|
| H A D | osx_install_patch.applescript | 24 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 113 -- do nothing, the user cancelled the installation 114 return 2 --aborted by user 117 -- the user would not be able to select the .app [all …]
|
| /AOO42X/main/qadevOOo/tests/java/ifc/util/ |
| H A D | _XURLTransformer.java | 48 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 …]
|
| /AOO42X/main/scripting/source/pyprov/ |
| H A D | mailmerge.py | 132 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 …]
|