Lines Matching refs:rUserOpt
382 SvtUserOptions& rUserOpt = SW_MOD()->GetUserOptions(); in SwLabCfgItem() local
383 aItem.aPrivFirstName = rUserOpt.GetFirstName(); in SwLabCfgItem()
384 aItem.aPrivName = rUserOpt.GetLastName(); in SwLabCfgItem()
385 aItem.aPrivShortCut = rUserOpt.GetID(); in SwLabCfgItem()
386 aItem.aCompCompany = rUserOpt.GetCompany(); in SwLabCfgItem()
387 aItem.aCompStreet = aItem.aPrivStreet = rUserOpt.GetStreet(); in SwLabCfgItem()
389 aItem.aCompCountry = aItem.aPrivCountry = rUserOpt.GetCountry(); in SwLabCfgItem()
390 aItem.aCompZip = aItem.aPrivZip= rUserOpt.GetZip(); in SwLabCfgItem()
391 aItem.aCompCity = aItem.aPrivCity = rUserOpt.GetCity(); in SwLabCfgItem()
392 aItem.aPrivTitle = rUserOpt.GetTitle(); in SwLabCfgItem()
393 aItem.aCompPosition = rUserOpt.GetPosition(); in SwLabCfgItem()
394 aItem.aPrivPhone = rUserOpt.GetTelephoneHome(); in SwLabCfgItem()
395 aItem.aCompPhone = rUserOpt.GetTelephoneWork(); in SwLabCfgItem()
396 aItem.aCompFax = aItem.aPrivFax = rUserOpt.GetFax(); in SwLabCfgItem()
397 aItem.aCompMail = aItem.aPrivMail = rUserOpt.GetEmail(); in SwLabCfgItem()
398 aItem.aCompState = aItem.aPrivState = rUserOpt.GetState(); in SwLabCfgItem()