Lines Matching refs:rUserOpt
398 SvtUserOptions& rUserOpt = SW_MOD()->GetUserOptions(); in SwLabCfgItem() local
399 aItem.aPrivFirstName = rUserOpt.GetFirstName(); in SwLabCfgItem()
400 aItem.aPrivName = rUserOpt.GetLastName(); in SwLabCfgItem()
401 aItem.aPrivShortCut = rUserOpt.GetID(); in SwLabCfgItem()
402 aItem.aCompCompany = rUserOpt.GetCompany(); in SwLabCfgItem()
403 aItem.aCompStreet = aItem.aPrivStreet = rUserOpt.GetStreet(); in SwLabCfgItem()
405 aItem.aCompCountry = aItem.aPrivCountry = rUserOpt.GetCountry(); in SwLabCfgItem()
406 aItem.aCompZip = aItem.aPrivZip= rUserOpt.GetZip(); in SwLabCfgItem()
407 aItem.aCompCity = aItem.aPrivCity = rUserOpt.GetCity(); in SwLabCfgItem()
408 aItem.aPrivTitle = rUserOpt.GetTitle(); in SwLabCfgItem()
409 aItem.aCompPosition = rUserOpt.GetPosition(); in SwLabCfgItem()
410 aItem.aPrivPhone = rUserOpt.GetTelephoneHome(); in SwLabCfgItem()
411 aItem.aCompPhone = rUserOpt.GetTelephoneWork(); in SwLabCfgItem()
412 aItem.aCompFax = aItem.aPrivFax = rUserOpt.GetFax(); in SwLabCfgItem()
413 aItem.aCompMail = aItem.aPrivMail = rUserOpt.GetEmail(); in SwLabCfgItem()
414 aItem.aCompState = aItem.aPrivState = rUserOpt.GetState(); in SwLabCfgItem()