Home
last modified time | relevance | path

Searched refs:aUserName (Results 1 – 22 of 22) sorted by last modified time

/aoo42x/main/sw/source/ui/app/
H A Ddocsh.cxx491 String aAppName, aLongUserName, aUserName; in SaveAs() local
/aoo42x/main/svl/source/inc/
H A Dpasswordcontainer.hxx299 const ::rtl::OUString& aUserName,
343 const ::rtl::OUString& aUserName,
349 const ::rtl::OUString& aUserName,
361 const ::rtl::OUString& aUserName,
366 const ::rtl::OUString& aUserName )
370 const ::rtl::OUString& aUserName )
/aoo42x/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx273 OUString aUserName; in initActivationLayer() local
275 aSecurity.getUserName( aUserName ); in initActivationLayer()
283 if (!sData.equals(aUserName)) in initActivationLayer()
959 OUString aUserName; in removePackage() local
961 aSecurity.getUserName( aUserName ); in removePackage()
963 ::rtl::OString stamp = ::rtl::OUStringToOString(aUserName, RTL_TEXTENCODING_UTF8); in removePackage()
/aoo42x/main/xmloff/source/text/
H A Dtxtflde.cxx1892 vector<OUString> aUserName; in ExportFieldDeclarations() local
1986 aUserName.push_back( sFieldMaster ); in ExportFieldDeclarations()
2102 if ( !aUserName.empty() ) in ExportFieldDeclarations()
2109 for (vector<OUString>::iterator aUserIter = aUserName.begin(); in ExportFieldDeclarations()
2110 aUserIter != aUserName.end(); in ExportFieldDeclarations()
/aoo42x/main/desktop/source/app/
H A Dlockfile.cxx210 OUString aUserName; in syncToFile() local
212 aSecurity.getUserName( aUserName ); in syncToFile()
213 ByteString aUser = OUStringToOString( aUserName, RTL_TEXTENCODING_ASCII_US ); in syncToFile()
/aoo42x/main/vcl/unx/generic/app/
H A Dsm.cxx243 rtl::OUString aUserName; in BuildSmPropertyList() local
248 osl_getUserName( aSec, &aUserName.pData ); in BuildSmPropertyList()
249 aUser = rtl::OUStringToOString( aUserName, osl_getThreadTextEncoding() ); in BuildSmPropertyList()
/aoo42x/main/uui/source/
H A Dloginerr.hxx88 void SetUserName( const String& aUserName ) in SetUserName() argument
89 { m_aUserName = aUserName; } in SetUserName()
/aoo42x/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1579 ::rtl::OUString aHostName, aDomain, aUserName, aPassword; in vfs_authentication_callback()
1593 aUserName = GnomeToOUString( in->username ); in vfs_authentication_callback()
1594 if (!aUserName.getLength()) in vfs_authentication_callback()
1595 aUserName = GnomeToOUString( in->default_user ); in vfs_authentication_callback()
1598 (aUserName.getLength() ? in vfs_authentication_callback()
1615 aUserName = aLastUserName; in vfs_authentication_callback()
1622 eUserName, aUserName, in vfs_authentication_callback()
1638 aUserName = xSupp->getUserName(); in vfs_authentication_callback()
1644 aLastUserName = aUserName; in vfs_authentication_callback()
1648 out->username = OUStringToGnome( aUserName ); in vfs_authentication_callback()
/aoo42x/main/ucb/source/ucp/gio/
H A Dgio_mount.cxx82 ::rtl::OUString aHostName, aDomain, aUserName, aPassword; in ooo_mount_operation_ask_password()
90 aUserName = rtl::OUString(default_user, strlen(default_user), RTL_TEXTENCODING_UTF8); in ooo_mount_operation_ask_password()
104 if ( aUserName.getLength() == 0 ) in ooo_mount_operation_ask_password()
105 aUserName = aPrevUsername; in ooo_mount_operation_ask_password()
119 … /* FIXME: provide URL here */, aHostName, eDomain, aDomain, eUserName, aUserName, ePassword, aPas… in ooo_mount_operation_ask_password()
139 aUserName = xSupp->getUserName(); in ooo_mount_operation_ask_password()
143 …g_mount_operation_set_username(op, rtl::OUStringToOString(aUserName, RTL_TEXTENCODING_UTF8).getStr… in ooo_mount_operation_ask_password()
170 …pThis->m_pPrevUsername = strdup(rtl::OUStringToOString(aUserName, RTL_TEXTENCODING_UTF8).getStr()); in ooo_mount_operation_ask_password()
/aoo42x/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3428 static const char aUserName[] = "Microsoft Word-Document"; in PrepareStorage() local
3447 pName = aUserName; in PrepareStorage()
3454 static const char aUserName[] = "Microsoft Word 6.0 Document"; in PrepareStorage() local
3472 pName = aUserName; in PrepareStorage()
/aoo42x/main/svx/inc/
H A Dgalobj.hxx80 String aUserName; member in SgaObject
/aoo42x/main/svtools/source/control/
H A Dinettbc.cxx1286 …String aUserName = aText.Copy( 1, ( nNameEnd != STRING_NOTFOUND ) ? nNameEnd : ( aText.Len() - 1 )… in TildeParsing() local
1292 …sal_Int32 nRes = getpwnam_r( OUStringToOString( OUString( aUserName ), RTL_TEXTENCODING_ASCII_US )… in TildeParsing()
1302 …pPasswd = getpwnam( OUStringToOString( OUString( aUserName ), RTL_TEXTENCODING_ASCII_US ).getStr()… in TildeParsing()
/aoo42x/main/sot/source/sdstor/
H A Dstgole.cxx114 aUserName.Erase(); in Load()
134 aUserName = nStrLen ? String( p, gsl_getSystemTextEncoding() ) : String(); in Load()
150 ByteString aAsciiUserName( aUserName, RTL_TEXTENCODING_ASCII_US ); in Store()
H A Dstgole.hxx50 String aUserName; member in StgCompObjStream
55 String& GetUserName() { return aUserName; } in GetUserName()
/aoo42x/main/sfx2/source/doc/
H A Dobjcont.cxx201 String aUserName = SvtUserOptions().GetFullName(); in UpdateDocInfoForSave() local
205 if (xDocProps->getAuthor().equals(aUserName)) { in UpdateDocInfoForSave()
209 if (xDocProps->getPrintedBy().equals(aUserName)) { in UpdateDocInfoForSave()
221 xDocProps->setModifiedBy( aUserName ); in UpdateDocInfoForSave()
/aoo42x/main/sd/source/filter/eppt/
H A Depptso.cxx4616 String aUserName( xTemp->GetUserName() ); in ImplWritePage() local
4618 if ( aUserName.Len() ) in ImplWritePage()
4656 if ( aUserName.Len() ) in ImplWritePage()
4657 PPTWriter::WriteCString( *mpExEmbed, aUserName, 3 ); in ImplWritePage()
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dsharedocdlg.cxx202 ::rtl::OUString aUserName; in UpdateView()
204 aSecurity.getUserName( aUserName ); in UpdateView()
205 aUser = aUserName; in UpdateView()
/aoo42x/main/sc/source/ui/docshell/
H A Ddocsh.cxx776 … String aUserName( ScGlobal::GetRscString( STR_UNKNOWN_USER ) ); in Notify() local
786 aUserName = aData[LOCKFILE_OOOUSERNAME_ID]; in Notify()
790 aUserName = aData[LOCKFILE_SYSUSERNAME_ID]; in Notify()
807 aMessage.SearchAndReplaceAscii( "%1", aUserName ); in Notify()
H A Ddocsh4.cxx1021 … String aUserName( ScGlobal::GetRscString( STR_UNKNOWN_USER ) ); in Execute() local
1030 aUserName = aData[LOCKFILE_OOOUSERNAME_ID]; in Execute()
1034 aUserName = aData[LOCKFILE_SYSUSERNAME_ID]; in Execute()
1042 aMessage.SearchAndReplaceAscii( "%1", aUserName ); in Execute()
/aoo42x/main/framework/test/
H A Dtest.cxx478 Any aUserName ; in impl_testLoginDialog()
483 aUserName <<= DECLARE_ASCII("Andreas"); in impl_testLoginDialog()
491 xPropertySet->setPropertyValue( DECLARE_ASCII("UserName" ), aUserName ); in impl_testLoginDialog()
/aoo42x/main/desktop/source/migration/
H A Dpages.cxx251 rtl::OUString aUserName; in UserPage()
252 vos::OSecurity().getUserName( aUserName ); in UserPage()
253 aUserOpt.SetID( aUserName ); in UserPage()
/aoo42x/main/cui/source/options/
H A Dwebconninfo.cxx242 ::rtl::OUString aUserName = m_aPasswordsLB.GetEntryText( pEntry, 1 ); in IMPL_LINK()
253 xPasswdContainer->removePersistent( aURL, aUserName ); in IMPL_LINK()
308 ::rtl::OUString aUserName = m_aPasswordsLB.GetEntryText( pEntry, 1 ); in IMPL_LINK()
333 aURL, aUserName, aPasswd, xInteractionHandler ); in IMPL_LINK()

Completed in 235 milliseconds