Lines Matching refs:SwLabItem

203 void SwLabDlg::UpdateFieldInformation(uno::Reference< frame::XModel > & xModel, const SwLabItem& rI…  in UpdateFieldInformation()
210 rtl::OUString SwLabItem:: *pValue; in UpdateFieldInformation()
212 { "BC_PRIV_FIRSTNAME" , &SwLabItem::aPrivFirstName }, in UpdateFieldInformation()
213 { "BC_PRIV_NAME" , &SwLabItem::aPrivName }, in UpdateFieldInformation()
214 { "BC_PRIV_INITIALS" , &SwLabItem::aPrivShortCut }, in UpdateFieldInformation()
215 { "BC_PRIV_FIRSTNAME_2", &SwLabItem::aPrivFirstName2 }, in UpdateFieldInformation()
216 { "BC_PRIV_NAME_2" , &SwLabItem::aPrivName2 }, in UpdateFieldInformation()
217 { "BC_PRIV_INITIALS_2" , &SwLabItem::aPrivShortCut2 }, in UpdateFieldInformation()
218 { "BC_PRIV_STREET" , &SwLabItem::aPrivStreet }, in UpdateFieldInformation()
219 { "BC_PRIV_ZIP" , &SwLabItem::aPrivZip }, in UpdateFieldInformation()
220 { "BC_PRIV_CITY" , &SwLabItem::aPrivCity }, in UpdateFieldInformation()
221 { "BC_PRIV_COUNTRY" , &SwLabItem::aPrivCountry }, in UpdateFieldInformation()
222 { "BC_PRIV_STATE" , &SwLabItem::aPrivState }, in UpdateFieldInformation()
223 { "BC_PRIV_TITLE" , &SwLabItem::aPrivTitle }, in UpdateFieldInformation()
224 { "BC_PRIV_PROFESSION" , &SwLabItem::aPrivProfession }, in UpdateFieldInformation()
225 { "BC_PRIV_PHONE" , &SwLabItem::aPrivPhone }, in UpdateFieldInformation()
226 { "BC_PRIV_MOBILE" , &SwLabItem::aPrivMobile }, in UpdateFieldInformation()
227 { "BC_PRIV_FAX" , &SwLabItem::aPrivFax }, in UpdateFieldInformation()
228 { "BC_PRIV_WWW" , &SwLabItem::aPrivWWW }, in UpdateFieldInformation()
229 { "BC_PRIV_MAIL" , &SwLabItem::aPrivMail }, in UpdateFieldInformation()
230 { "BC_COMP_COMPANY" , &SwLabItem::aCompCompany }, in UpdateFieldInformation()
231 { "BC_COMP_COMPANYEXT" , &SwLabItem::aCompCompanyExt }, in UpdateFieldInformation()
232 { "BC_COMP_SLOGAN" , &SwLabItem::aCompSlogan }, in UpdateFieldInformation()
233 { "BC_COMP_STREET" , &SwLabItem::aCompStreet }, in UpdateFieldInformation()
234 { "BC_COMP_ZIP" , &SwLabItem::aCompZip }, in UpdateFieldInformation()
235 { "BC_COMP_CITY" , &SwLabItem::aCompCity }, in UpdateFieldInformation()
236 { "BC_COMP_COUNTRY" , &SwLabItem::aCompCountry }, in UpdateFieldInformation()
237 { "BC_COMP_STATE" , &SwLabItem::aCompState }, in UpdateFieldInformation()
238 { "BC_COMP_POSITION" , &SwLabItem::aCompPosition }, in UpdateFieldInformation()
239 { "BC_COMP_PHONE" , &SwLabItem::aCompPhone }, in UpdateFieldInformation()
240 { "BC_COMP_MOBILE" , &SwLabItem::aCompMobile }, in UpdateFieldInformation()
241 { "BC_COMP_FAX" , &SwLabItem::aCompFax }, in UpdateFieldInformation()
242 { "BC_COMP_WWW" , &SwLabItem::aCompWWW }, in UpdateFieldInformation()
243 { "BC_COMP_MAIL" , &SwLabItem::aCompMail }, in UpdateFieldInformation()