/trunk/main/offapi/com/sun/star/script/ |
H A D | XLibraryContainerPassword.idl | 54 by a password. 64 password (see isLibraryPasswordProtected) and the password 66 initial password was set with changeLibraryPassword. 79 Verifies the library's password. If the correct password 89 If the library password is already verified a 97 Changes the library's password. 99 If the library wasn't password protected before: 105 If the library already was password protected: 107 previous defined password. If then the NewPassword 108 parameter is an empty string the library password [all …]
|
/trunk/main/cui/source/dialogs/ |
H A D | passwdomdlg.src | 43 Text [ en-US ] = "File encryption password" ; 50 Text [ en-US ] = "~Enter password to open" ; 67 Text [ en-US ] = "Confirm password" ; 90 …password has been set, the document will only open with the password. Should you lose the password… 127 Text [ en-US ] = "File sharing password" ; 142 Text [ en-US ] = "Enter password to allow editing" ; 159 Text [ en-US ] = "Confirm password" ; 196 …t [ en-US ] = "The confirmation password did not match the password. Set the password again by ent… 206 …Text [ en-US ] = "Please enter a password to open or to modify, or check the open read-only option… 211 Text [ en-US ] = "Set the password by entering the same password in both boxes." ;
|
/trunk/main/offapi/com/sun/star/auth/ |
H A D | XSSOPasswordCache.idl | 37 /** supports password caching for security mechanisms which use passwords as 46 /** adds a username/password combination to the cache. 55 the associated password 58 indicates whether or not the username/password combination should be 67 /** retrieves a password for a given user from the cache. 73 the name of the user whose password should be retrieved 76 indicates whether or not the password is persistent 79 the required password 85 /** removes a password from the cache 88 the name of the user whose password should be removed. [all …]
|
/trunk/main/sfx2/source/dialog/ |
H A D | securitypage.src | 43 Text [ en-US ] = "File encryption password" ; 49 Text [ en-US ] = "~Enter password to open" ; 63 Text [ en-US ] = "~Reenter password to open" ; 78 "Note: After a password has been set, the document will only open "\ 79 "with the password. Should you lose the password, there will be "\ 80 "no way to recover the document. Please also note that this password "\ 88 Text [ en-US ] = "File sharing password" ; 94 Text [ en-US ] = "Enter password to modify" ; 108 Text [ en-US ] = "Reenter password to modify" ; 168 Text [ en-US ] = "Incorrect password" ;
|
/trunk/main/offapi/com/sun/star/embed/ |
H A D | StorageStream.idl | 142 /** allows to set password to the stream. 146 to allow to set a password that should be used next time the 151 If the password is set or changed by this interface and the 152 stream is closed the new password should be used to get access to the 178 If somebody sets a password explicitly by using 189 common storage password holder is committed. 194 storage password, is committed. 203 password. If there is no such storage in the hierarchy the stream 209 If somebody sets a password explicitly by using 212 with specified password immediately. [all …]
|
H A D | Storage.idl | 130 common storage password should be set through 133 hierarchy. In case the password is not set or is a 141 stream explicitly. The password will be used to read 142 the stream. It is possible to specify a new password 145 case a new password is not specified an old one will 181 common storage password should be set through 184 hierarchy. In case the password is not set or is a 276 /** allows to set password to a root storage. 280 a common storage password. This password is used as default password 282 marked to use common storage password on storing. [all …]
|
H A D | XStorage.idl | 174 the provided password is wrong 192 /** allows to get access to a child encrypted stream with password. 213 this parameter allowes to specify a reading password for the 214 stream, the password must be a correct one, otherwise an 227 the provided password is wrong 301 the provided password is wrong 317 /** allows to get readonly copy of a child encrypted stream with password. 331 This method allows to specify reading password for the child stream 339 this parameter allowes to specify a reading password for the 340 stream, the password must be a correct one, otherwise an [all …]
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpcontentprovider.cxx | 201 rtl::OUString& password, in forHost() argument 210 password = m_ServerInfo[i].password; in forHost() 223 const rtl::OUString& password, in setHost() argument 230 inf.password = password; in setHost() 241 m_ServerInfo[i].password = password; in setHost()
|
H A D | test_ftpurl.cxx | 48 rtl::OUString password; member 73 rtl::OUString& password, in forHost() argument 80 password = m_ServerInfo[i].password; in forHost() 91 const rtl::OUString& password, in setHost() argument 98 inf.password = password; in setHost()
|
/trunk/main/uui/source/ |
H A D | passworddlg.src | 101 Text [ en-US ] = "Enter password to open file: \n" ; 106 Text [ en-US ] = "Enter password to modify file: \n" ; 111 Text [ en-US ] = "Enter password: " ; 116 Text [ en-US ] = "Confirm password: " ; 131 …t [ en-US ] = "The confirmation password did not match the password. Set the password again by ent…
|
H A D | masterpasscrtdlg.src | 47 …ed by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves… 58 Text [ en-US ] = "~Enter password" ; 72 Text [ en-US ] = "~Reenter password" ; 87 …Text [ en-US ] = "Caution: If you forget the master password, you will be unable to access any of …
|
H A D | passworderrs.src | 32 Text [ en-US ] = "The password is incorrect. The file cannot be opened." ; 37 Text [ en-US ] = "The password is incorrect. The file cannot be modified." ; 42 Text [ en-US ] = "The master password is incorrect." ; 47 Text [ en-US ] = "The password is incorrect." ; 52 Text [ en-US ] = "The password confirmation does not match." ;
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/ |
H A D | _XURLTransformer.java | 50 final static String password = "password"; field in _XURLTransformer 63 + user + ":" + password + "@" + server + ":" + port + path 105 url[0].Password = password; in _assemble() 110 url[0].Main = "ftp://" + user + ":" + password + "@" + server + ":" + in _assemble() 229 if (!url[0].Password.equals(password)) { in _parseStrict() 232 log.println("expected : " + password); in _parseStrict() 347 String ftpURL = invalidUserPrefix +user + ":" + password + "@" + server + ":" + in _parseSmart() 371 if (!url[0].Password.equals(password)) { in _parseSmart() 374 log.println("expected : " + password); in _parseSmart() 430 for (int n = 0 ; n < password.length(); n++){ in _getPresentation() [all …]
|
/trunk/main/offapi/com/sun/star/task/ |
H A D | XMasterPasswordHandling.idl | 40 /** allows to change the master password, or let it be requested and checked. 48 This call let the master password be requested from user using the 61 /** allows to change the master password. 64 If there is still no master password, the user will be asked to provide 76 /** let the master password and all the related stored passwords be 82 /** allows to detect whether there is already a master password 90 After the storing is forbidden the master password and all the stored
|
H A D | PasswordRequestMode.idl | 32 /** the mode in which a password should be asked 42 The password is asked for the first time, 50 /** Ask for a password. 53 Just ask for a password. 60 /** Wrong password was entered, ask again. 63 A wrong password was entered, notify user
|
H A D | XInteractionPassword.idl | 35 /** A continuation to get a password from interaction helper. 42 /** Store result password to the continuation. 44 @param aPasswd the result password. 50 /** Get result password from the continuation. 52 @returns the stored password.
|
H A D | PasswordContainer.idl | 39 A password can be stored for the session period or persistently. 41 It stores passwords encripted with a super password. An interaction 42 is used to ask a user for a super password. 51 the super password interaction does not return super password ( for any reason ),
|
/trunk/main/wizards/com/sun/star/wizards/web/ |
H A D | FTPDialog.java | 154 public String password = PropertyNames.EMPTY_STRING; field in FTPDialog 380 password = publish.password == null ? PropertyNames.EMPTY_STRING : publish.password; in execute() 392 publish.password = password; in execute() 463 setEnabled(btnTestConnection, !(isEmpty(host) || isEmpty(username) || isEmpty(password))); in enableTestButton() 482 return "ftp://" + username + ":" + password + "@" + host(); in getAcountUrl() 642 p.password = "ronftp"; in main() 745 return "ftp://" + p.cp_Username + ":" + p.password + "@" + host(p.cp_URL); in getFullURL()
|
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ |
H A D | MinicalcDecoder.java | 72 private String password = null; field in MinicalcDecoder 91 MinicalcDecoder(String name, String[] worksheetNames, String password) throws IOException { in MinicalcDecoder() argument 93 super(name, password); in MinicalcDecoder() 97 this.password = password; in MinicalcDecoder() 102 wb = new Workbook(name, password); in MinicalcDecoder() 217 ws.initAccess(password); in setWorksheet() 228 ws.initAccess(password); in setWorksheet()
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | retypepassdlg.src | 60 … export has one or more protected items with password that cannot be exported. Please re-type your… 210 Text [ en-US ] = "Not password-protected" ; 264 Text [ en-US ] = "Re-type password" ; 307 Text [ en-US ] = "New password must match the original password." ; 316 Text [ en-US ] = "Remove password from this protected item." ;
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | datasource.cxx | 346 const rtl::OUString& password, 383 const rtl::OUString& password, in getConnection() argument 398 ::rtl::OUString sPassword = password; in getConnection() 415 aHolder.xMasterConnection = _pDataSource->buildIsolatedConnection(user,password); in getConnection() 1139 …seSource::getConnection(const rtl::OUString& user, const rtl::OUString& password) throw( SQLExcept… in getConnection() argument 1142 return getConnection(user,password,sal_False); in getConnection() 1148 return getConnection(user,password,sal_True); in getIsolatedConnection() 1245 … ODatabaseSource::buildIsolatedConnection(const rtl::OUString& user, const rtl::OUString& password) in buildIsolatedConnection() argument 1249 Reference< XConnection > xSdbcConn = buildLowLevelConnection(user, password); in buildIsolatedConnection() 1268 xConn = buildIsolatedConnection(user,password); in getConnection() [all …]
|
/trunk/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGPublish.java | 41 public String password; field in CGPublish 89 …((password != null && password.length() > 0) ? ":" + password : PropertyNames.EMPTY_STRING) + "@" … in ftpURL()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/ |
H A D | TableWindowAccessibility.java | 86 String password=""; field in TableWindowAccessibility 134 password = (String) Param.get("jdbc.password"); in createTestEnvironment() 136 if ((user == null) || (password == null)) { in createTestEnvironment() 147 info[1].Value = password; in createTestEnvironment() 201 connection = isolConnection.getIsolatedConnection(user, password); in createTestEnvironment() 213 password); in createTestEnvironment()
|
H A D | JoinViewAccessibility.java | 84 String password=""; field in JoinViewAccessibility 136 password = (String) Param.get ("jdbc.password"); in createTestEnvironment() 138 if ((user == null) || (password == null)) in createTestEnvironment() 150 info[1].Value = password; in createTestEnvironment() 213 connection = isolConnection.getIsolatedConnection (user, password); in createTestEnvironment() 227 password); in createTestEnvironment()
|
H A D | ConnectionLineAccessibility.java | 85 String password=""; field in ConnectionLineAccessibility 138 password = (String) Param.get("jdbc.password"); in createTestEnvironment() 140 if ((user == null) || (password == null)) in createTestEnvironment() 152 info[1].Value = password; in createTestEnvironment() 221 connection = isolConnection.getIsolatedConnection(user, password); in createTestEnvironment() 236 password); in createTestEnvironment()
|