Home
last modified time | relevance | path

Searched refs:user (Results 26 – 50 of 714) sorted by relevance

12345678910>>...29

/trunk/main/offapi/com/sun/star/ui/
H A DUIElementFactoryManager.idl41 /** specifies a user interface factory manager that controls all registered user
53 /** provides a function to create new instances of user interface elements.
56 A user interface element factory manager is also a user interface element factory. It
57 … retrieves the responsible user interface element factory from the provided arguments and passes
65 …/** provides functions to query, retrieve, register and deregister user interface element factorie…
H A DXUIConfigurationPersistence.idl33 /** specifies a persistence interface which supports to load/store user
43 the user interface configuration manager instance with this data.
55 user interface configuration manager instance with the newly
65 be used to make copy of the current user interface configuration
85 /** provides the current read-only state of the user configuration
86 manager. Storing a user interface configuration to a read-only storage
H A DUIElementFactory.idl37 /** specifies a user interface element factory that can create and initialize
38 a user interface element type.
41 It depends on the implementation which user interface element types can be
43 special user interface element. User interface element factories must be
54 instances of user interface elements.
H A DUICommandDescription.idl37 /** a service which provides information about user interface commands of modules.
40 OpenOffice.org has an amount of commands that can be used by user interface
41 elements. This service provides access to the user interface commands that
50 /** provides access to user interface commands of the installed modules.
53 To access the user interface command description of a module, a unique module specifier
H A DModuleWindowStateConfiguration.idl37 /** a service which provides window based information about user interface
41 Every OpenOffice.org module has an amout of user interface elements that can
43 provides access to the window based information of available user interface
53 /** provides read/write access to window based information of user interface
80 The key to a user interface element is the resource URL which has
83 A complete list of all user interface elements is available in the Developers Guide.
/trunk/main/offapi/com/sun/star/util/
H A DXOfficeInstallationDirectories.idl35 office user data directory, provides functionality to create URLs
37 installation directory and user data directory and vice versa.
60 office installation expects its user data (e.g.
65 user data.
73 installation directory or office user data directory, this method will
81 user data directory, the input URL will be returned unchanged.
92 the current office installation directory or for the office user data
95 current office installation directory or office user data directory.
H A DPathSettings.idl96 by the user in Office user interface. */
127 user-defined colors and patterns. */
145 /** Global directories to look for user interface configuration files. The
146 user interface configuration will be merged with user settings stored
151 /** Specifies the folder with the user settings. */
160 user's needs. The path specified here can be seen in the Open
H A DOfficeInstallationDirectories.idl38 office user data directory, provides functionality to create URLs
40 installation directory and user data directory and vice versa.
43 current office installation directory or user data directory must be made
46 possibility to share one office user data directory among parallel office
54 base installation and user data).
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXWizard.idl36 …<p>A wizard is a dialog which guides the user through a number of tasks (usually input of data), w…
49 and the user can simply travel through them as desired.</p>
52 …of the wizard, where the user is at step <em>k</em> of the current path, the <em>potential</em> or…
59 …method. Usually, this is done depending on user input. For instance, your wizard could have radio …
108 … <p>In general, the default button in a wizard is the one which is activated when the user presses
119 …<p>Calling this method is equivalent to the user pressing the <em>Next</em> button in the wizard. …
126 …<p>Calling this method is equivalent to the user pressing the <em>Back</em> button in the wizard.<…
133 …assume that your first wizard page contains a check box, which the user can check to enter additio…
155 user's ability to reach other pages.</p>
161 …<p>Calling this method is equivalent to the user repeatedly pressing the <em>Next</em> button, unt…
[all …]
/trunk/main/offapi/com/sun/star/deployment/
H A DXExtensionManager.idl41 in the user, shared and bundled repository.
130 If the extension is not from the user repository then an
152 If the extension is not from the user repository then an
173 user extensions.
220 the extension from the user repository. The next element is from the shared
240 is the extension from the user repository, the second is from the shared
305 OpenOffice will copy parts of the registration data folder to the user installation at the
316 because the user did not accept the license.
318 The function will not return any object for the user repository, because
319 a user extension will not be kept in the user repository if its license
[all …]
/trunk/main/offapi/com/sun/star/mail/
H A DXMailServer.idl173 Login a user to the mail server. Only one user may logged in
174 at a time. An attempt to login while another user is logged in
178 [in] an interface used to query for the necessary user information
201 if the specified user could not be logged in.
204 if a user is currently logged in.
227 Logoff the currently logged in user.
236 Returns whether a user is currently logged in to the mail server or not.
239 <TRUE/> if a user is currently logged in to the mail server.
247 if no user is currently connected to the mail server.
H A DXAuthenticator.idl34 Represents an interface that will be used to query for user
37 dialog to query the user for the necessary data.
44 Will be called when the user name is needed.
47 the user name.
52 Will be called when the password of the user is needed.
55 the password of the user.
/trunk/main/offapi/com/sun/star/awt/
H A DMessageBoxResults.idl31 /** The user canceled the <type>XMessageBox</type>, by pressing "Cancel" or "Abort" button.
35 /** The user pressed the "Ok" button.
39 /** The user pressed the "Yes" button.
43 /** The user pressed the "No" button.
47 /** The user pressed the "Retry" button.
51 /** The user pressed the "Ignore" button.
H A DXMetricField.idl51 /** sets the user value which is displayed in the metric field.
69 /** sets the minimum value that can be entered by the user.
76 user.
82 /** sets the maximum value that can be entered by the user.
89 user.
143 /** determines if the format is checked during user input.
149 /** returns whether the format is currently checked during user input.
H A DXCurrencyField.idl55 /** sets the minimum value that can be entered by the user.
62 user.
68 /** sets the maximum value that can be entered by the user.
75 user.
129 /** determines if the format is checked during user input.
135 /** returns whether the format is currently checked during user input.
H A DXDateField.idl58 /** sets the minimum date value that can be entered by the user.
65 the user.
71 /** sets the maximum date value that can be entered by the user.
78 the user.
132 /** determines if the format is checked during user input.
138 /** returns whether the format is currently checked during user input.
H A DXNumericField.idl55 /** sets the minimum value that can be entered by the user.
62 user.
68 /** sets the maximum value that can be entered by the user.
75 user.
129 /** determines if the format is checked during user input.
135 /** returns whether the format is currently checked during user input.
H A DXTimeField.idl59 /** sets the minimum time value that can be entered by the user.
66 the user.
72 /** sets the maximum time value that can be entered by the user.
79 the user.
121 /** determines if the format is checked during user input.
127 /** returns whether the format is currently checked during user input.
/trunk/main/offapi/com/sun/star/frame/
H A DLayoutManager.idl60 /** controls the layout of user interface elements which are part of a frame.
64 user interface elements. By default, each <type>Frame</type> has a layout
65 manager -- it performs layout management for the user interface elements
68 the size and position of those user interface elements.
76 /** central interface to query for, create, destroy and manipulate user
96 /** notification interface to receive change messages of user interface
101 removing of settings data of user interface elements.
H A DXSessionManagerListener.idl40 <p>If the listener desires to interact with the user
41 it must first issue a user interaction request and
45 user interaction) the listener must call
72 If <FALSE/> the listener must not interact with the user.
73 If <TRUE/> the listener can interact with the user now.
83 /** shutdownCanceled is called when a shutdown was canceled by the user
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XIsolatedConnection.java92 String user = null; in _getIsolatedConnection() local
99 user = userSettings[0].equals("")?"<empty>":userSettings[0]; in _getIsolatedConnection()
101 user = "<null>"; in _getIsolatedConnection()
108 "with user = '" + user + "'; password = '" + pwd + "'"); in _getIsolatedConnection()
111 con = oObj.getIsolatedConnection(user, pwd) ; in _getIsolatedConnection()
/trunk/main/udkapi/com/sun/star/security/
H A DXPolicy.idl32 /** Interface for getting sets of permissions of a specified user or
33 the default permissions if no user is given.
41 /** Gets the permissions of the specified user excluding the default permissions
45 user id
47 permissions of the specified user
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DDataBaseOutProducer.java73 String user = (String)mSqlInput.get("User"); in initialize() local
75 if (user == null) in initialize()
76 user = (String)mSqlInput.get("OperatingSystem"); in initialize()
78 password = user; in initialize()
80 mSqlExec = new SQLExecution(jdbcClass, dbURL, user, password, m_bDebug); in initialize()
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl52 /** specifies a component controlling the interaction between the user and form functionality.
54 <p>As soon as a form (containing controls) is to be presented to the user,
55 there is a need for an instance controlling the user interaction.<br/>
77 …<p>Furthermore, a form controller is responsible for preventing invalid user input. That is, if th…
83 is displayed to the user, the control is focused, and the update of the record is vetoed.</p>
87 … message is shown to the user saying that input is required, the respective control is focused, and
189 <td>deletes the current record, after asking the user for confirmation.</td>
284 the controller, it uses an own dialog to ask the user for confirmation.</p>
292 uses an own dialog to notify the user of the error.</p>
305 uses an own dialog to ask the user for parameter values.</p>
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx345 const rtl::OUString& user,
382 const rtl::OUString& user, in getConnection() argument
397 ::rtl::OUString sUser = user; in getConnection()
415 aHolder.xMasterConnection = _pDataSource->buildIsolatedConnection(user,password); in getConnection()
1139 Reference< XConnection > ODatabaseSource::getConnection(const rtl::OUString& user, const rtl::OUStr… in getConnection() argument
1142 return getConnection(user,password,sal_False); in getConnection()
1148 return getConnection(user,password,sal_True); in getIsolatedConnection()
1245 Reference< XConnection > ODatabaseSource::buildIsolatedConnection(const rtl::OUString& user, const … in buildIsolatedConnection() argument
1249 Reference< XConnection > xSdbcConn = buildLowLevelConnection(user, password); in buildIsolatedConnection()
1268 xConn = buildIsolatedConnection(user,password); in getConnection()
[all …]

Completed in 110 milliseconds

12345678910>>...29