Home
last modified time | relevance | path

Searched refs:Password (Results 1 – 25 of 151) sorted by relevance

1234567

/trunk/main/sfx2/source/dialog/
H A Dpasswd.src36 Text [ en-US ] = "Enter Password" ;
55 Text [ en-US ] = "~Password" ;
83 Text [ en-US ] = "Password" ;
130 Text [ en-US ] = "Password" ;
/trunk/main/ucbhelper/source/provider/
H A Dsimpleauthenticationrequest.cxx55 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 Dinteractionrequest.cxx828 InteractionSupplyAuthentication::setPassword( const rtl::OUString& Password ) in setPassword() argument
835 m_aPassword = Password; in setPassword()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java139 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()
/trunk/main/framework/source/services/
H A Durltransformer.cxx109 _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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XURLTransformer.java105 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()
/trunk/main/migrationanalysis/src/driver_docs/
H A Dallstrings.ulf98 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 …]
/trunk/main/dbaccess/source/ui/dlg/
H A DUserAdmin.src88 Text [ en-US ] = "Change ~Password..." ;
169 Text [ en-US ] = "~Password" ;
210 Text [ en-US ] = "Change Password" ;
/trunk/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.src29 Text [ en-US ] = "Re-type Password" ;
234 Text [ en-US ] = "Re-type Password" ;
272 Text [ en-US ] = "~Password" ;
/trunk/main/oovbaapi/ooo/vba/
H A DXDocumentBase.idl52 void Protect( [in] any Password );
53 void Unprotect( [in] any Password );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DORowSet.java192 srcInf.Password = dbPassword; in initialize()
263 legacyDescriptor.Password = srcInf.Password; in createTestEnvironment()
/trunk/main/svx/source/dialog/
H A Dpasswd.src42 Text [ en-US ] = "~Password" ;
117 Text [ en-US ] = "Change Password" ;
/trunk/main/uui/source/
H A Dpassworddlg.src121 Text [ en-US ] = "Set Password" ;
126 Text [ en-US ] = "Enter Password" ;
/trunk/main/offapi/com/sun/star/auth/
H A DXSSOPasswordCache.idl54 @param Password
62 [in] string Password,
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DTemplateDescription.idl54 <li>A checkbox "Password"</li>
63 <li>A checkbox "Password"</li>
/trunk/main/offapi/com/sun/star/util/
H A DURL.idl42 <member>URL::User</member>, <member>URL::Password</member>,
82 string Password;
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXWorksheet.idl81 …void Protect([in] any Password,[in] any DrawingObjects ,[in] any Contents,[in] any Scenarios,[in] …
82 void Unprotect([in] any Password );
/trunk/main/cui/source/dialogs/
H A Dpasswdomdlg.src32 Text [ en-US ] = "Set Password" ;
181 Text [ en-US ] = "Password must be confirmed" ;
/trunk/main/sc/source/ui/src/
H A Dscstring.src378 Text [ en-US ] = "Password:" ;
382 Text [ en-US ] = "Password (optional):" ;
387 Text [ en-US ] = "Incorrect Password" ;
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1647 ( 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()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx601 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 Dvbaworksheet.hxx121 …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…
/trunk/main/wizards/source/euro/
H A Deuro.src249 Text [ en-US ] = "Wrong Password!" ;
289 Text [ en-US ] = "Password:" ;
/trunk/main/basic/source/uno/
H A Dscriptcont.cxx432 ( const OUString& Name, const OUString& Password ) in verifyLibraryPassword() argument
444 bSuccess = ( Password == pImplLib->maPassword ); in verifyLibraryPassword()
450 pImplLib->maPassword = Password; in verifyLibraryPassword()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx384 bool Password; // visible echo off member
391 Password( false ), in EditWidget()

Completed in 113 milliseconds

1234567