/aoo42x/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" ;
|
/aoo42x/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()
|
H A D | interactionrequest.cxx | 828 InteractionSupplyAuthentication::setPassword( const rtl::OUString& Password ) in setPassword() argument 835 m_aPassword = Password; in setPassword()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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 …]
|
/aoo42x/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" ;
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | retypepassdlg.src | 29 Text [ en-US ] = "Re-type Password" ; 234 Text [ en-US ] = "Re-type Password" ; 272 Text [ en-US ] = "~Password" ;
|
/aoo42x/main/oovbaapi/ooo/vba/ |
H A D | XDocumentBase.idl | 52 void Protect( [in] any Password ); 53 void Unprotect( [in] any Password );
|
/aoo42x/main/qadevOOo/tests/java/mod/_dbaccess/ |
H A D | ORowSet.java | 192 srcInf.Password = dbPassword; in initialize() 263 legacyDescriptor.Password = srcInf.Password; in createTestEnvironment()
|
/aoo42x/main/svx/source/dialog/ |
H A D | passwd.src | 42 Text [ en-US ] = "~Password" ; 117 Text [ en-US ] = "Change Password" ;
|
/aoo42x/main/uui/source/ |
H A D | passworddlg.src | 121 Text [ en-US ] = "Set Password" ; 126 Text [ en-US ] = "Enter Password" ;
|
/aoo42x/main/offapi/com/sun/star/auth/ |
H A D | XSSOPasswordCache.idl | 54 @param Password 62 [in] string Password,
|
/aoo42x/main/offapi/com/sun/star/ui/dialogs/ |
H A D | TemplateDescription.idl | 54 <li>A checkbox "Password"</li> 63 <li>A checkbox "Password"</li>
|
/aoo42x/main/offapi/com/sun/star/util/ |
H A D | URL.idl | 42 <member>URL::User</member>, <member>URL::Password</member>, 82 string Password;
|
/aoo42x/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 );
|
/aoo42x/main/cui/source/dialogs/ |
H A D | passwdomdlg.src | 32 Text [ en-US ] = "Set Password" ; 181 Text [ en-US ] = "Password must be confirmed" ;
|
/aoo42x/main/sc/source/ui/src/ |
H A D | scstring.src | 378 Text [ en-US ] = "Password:" ; 382 Text [ en-US ] = "Password (optional):" ; 387 Text [ en-US ] = "Incorrect Password" ;
|
/aoo42x/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()
|
/aoo42x/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…
|
/aoo42x/main/wizards/source/euro/ |
H A D | euro.src | 249 Text [ en-US ] = "Wrong Password!" ; 289 Text [ en-US ] = "Password:" ;
|
/aoo42x/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()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 384 bool Password; // visible echo off member 391 Password( false ), in EditWidget()
|