/aoo41x/main/wizards/util/ |
H A D | soffice.lnk | 42 [dbhandler-Password] 43 Password=dbhandler 53 Password=formwizard 77 Password=gridwizard 98 Password=formedit 145 Password=template 160 [Tools-Password] 161 Password=tools 183 Password=schedule 234 [Euro-Password] [all …]
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | passwd.src | 36 Text [ en-US ] = "Enter Password" ; 55 Text [ en-US ] = "~Password"; 83 Text [ en-US ] = "Password" ; 130 Text [ en-US ] = "Password" ;
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | simpleauthenticationrequest.cxx | 55 aRequest.Password = rPassword; in SimpleAuthenticationRequest() 94 aRequest.Password = rPassword; in SimpleAuthenticationRequest() 137 aRequest.Password = rPassword; in SimpleAuthenticationRequest() 182 aRequest.Password = rPassword; in SimpleAuthenticationRequest()
|
/aoo41x/main/framework/source/services/ |
H A D | urltransformer.cxx | 109 _rURL.Password = _rParser.GetPass ( INetURLObject::DECODE_WITH_CHARSET ); in lcl_ParserHelper() 294 aURL.Password , in assemble() 345 if ( !bWithPassword && aTestURL.Password.getLength() > 0 ) in getPresentation() 348 aTestURL.Password = ::rtl::OUString::createFromAscii( "<******>" ); in getPresentation()
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | DBTools.java | 139 public String Password = null ; field in DBTools.DataSourceInfo 182 Password = (String)xProps.getPropertyValue("Password") ; in DataSourceInfo() 216 out.println(" Password = '" + Password + "'") ; in printInfo() 259 if (Password != null) props.setPropertyValue("Password", Password) ; in getDataSourceService() 699 dsi.URL, dsi.User, dsi.Password); in initTestTableUsingJDBC()
|
/aoo41x/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XURLTransformer.java | 105 url[0].Password = password; in _assemble() 229 if (!url[0].Password.equals(password)) { in _parseStrict() 231 log.println("password field : " + url[0].Password); in _parseStrict() 371 if (!url[0].Password.equals(password)) { in _parseSmart() 373 log.println("password field : " + url[0].Password); in _parseSmart()
|
/aoo41x/main/migrationanalysis/src/driver_docs/ |
H A D | allstrings.ulf | 98 en-US = "Invalid Password" 101 en-US = "Skip Password Protected" 176 en-US = "Password" 245 en-US = "Password Protected" 248 en-US = "Password Protection" 506 en-US = "Password to Open" 509 en-US = "Password to Modify" 599 en-US = "Password" 1275 en-US = "Password Protected" 1914 en-US = "Password to Modify" [all …]
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | UserAdmin.src | 88 Text [ en-US ] = "Change ~Password..."; 169 Text [ en-US ] = "~Password"; 210 Text [ en-US ] = "Change Password";
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | retypepassdlg.src | 30 Text [ en-US ] = "Re-type Password" ; 235 Text [ en-US ] = "Re-type Password" ; 273 Text [ en-US ] = "~Password" ;
|
/aoo41x/main/oovbaapi/ooo/vba/ |
H A D | XDocumentBase.idl | 52 void Protect( [in] any Password ); 53 void Unprotect( [in] any Password );
|
/aoo41x/main/qadevOOo/tests/java/mod/_dbaccess/ |
H A D | ORowSet.java | 192 srcInf.Password = dbPassword; in initialize() 263 legacyDescriptor.Password = srcInf.Password; in createTestEnvironment()
|
/aoo41x/main/uui/source/ |
H A D | passworddlg.src | 121 Text [ en-US ] = "Set Password"; 126 Text [ en-US ] = "Enter Password";
|
/aoo41x/main/svx/source/dialog/ |
H A D | passwd.src | 41 Text [ en-US ] = "~Password" ; 116 Text [ en-US ] = "Change Password" ;
|
/aoo41x/main/offapi/com/sun/star/auth/ |
H A D | XSSOPasswordCache.idl | 54 @param Password 62 [in] string Password,
|
/aoo41x/main/offapi/com/sun/star/ui/dialogs/ |
H A D | TemplateDescription.idl | 54 <li>A checkbox "Password"</li> 63 <li>A checkbox "Password"</li>
|
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | URL.idl | 42 <member>URL::User</member>, <member>URL::Password</member>, 82 string Password;
|
/aoo41x/main/oovbaapi/ooo/vba/excel/ |
H A D | XWorksheet.idl | 81 …void Protect([in] any Password,[in] any DrawingObjects ,[in] any Contents,[in] any Scenarios,[in] … 82 void Unprotect([in] any Password );
|
/aoo41x/main/cui/source/dialogs/ |
H A D | passwdomdlg.src | 32 Text [ en-US ] = "Set Password" ; 181 Text [ en-US ] = "Password must be confirmed" ;
|
/aoo41x/main/sc/source/ui/src/ |
H A D | scstring.src | 377 Text [ en-US ] = "Password:" ; 381 Text [ en-US ] = "Password (optional):" ; 386 Text [ en-US ] = "Incorrect Password" ;
|
/aoo41x/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 1647 ( const String& rLibName, const String& Password, const String& LinkTargetURL ) in CreateLib() argument 1675 if( Password.Len() != 0 ) in CreateLib() 1678 pLibInfo ->SetPassword( Password ); in CreateLib() 2525 …rtual void SAL_CALL createLibrary( const ::rtl::OUString& LibName, const ::rtl::OUString& Password, 2548 const ::rtl::OUString& Password, in createLibrary() 2558 mpMgr->CreateLib( LibName, Password, LinkTargetURL ); in createLibrary()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaworksheet.cxx | 601 ScVbaWorksheet::Protect( const uno::Any& Password, const uno::Any& /*DrawingObjects*/, const uno::A… in Protect() argument 607 Password >>= aPasswd; in Protect() 612 ScVbaWorksheet::Unprotect( const uno::Any& Password ) throw (uno::RuntimeException) in Unprotect() argument 616 Password >>= aPasswd; in Unprotect()
|
H A D | vbaworksheet.hxx | 121 …virtual void SAL_CALL Protect( const css::uno::Any& Password, const css::uno::Any& DrawingObjects,… 122 …virtual void SAL_CALL Unprotect( const css::uno::Any& Password ) throw (css::uno::RuntimeException…
|
/aoo41x/main/wizards/source/euro/ |
H A D | euro.src | 249 Text [ en-US ] = "Wrong Password!" ; 289 Text [ en-US ] = "Password:" ;
|
/aoo41x/main/qadevOOo/runner/util/db/ |
H A D | DataSourceDescriptor.java | 54 public String Password = null ; field in DataSourceDescriptor
|
/aoo41x/main/basic/source/uno/ |
H A D | scriptcont.cxx | 432 ( const OUString& Name, const OUString& Password ) in verifyLibraryPassword() argument 444 bSuccess = ( Password == pImplLib->maPassword ); in verifyLibraryPassword() 450 pImplLib->maPassword = Password; in verifyLibraryPassword()
|