Home
last modified time | relevance | path

Searched refs:aCompFax (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/ui/envelp/
H A Dlabimg.cxx125 aCompFax = rItem.aCompFax; in operator =()
191 aCompFax == rLab.aCompFax&& in operator ==()
370 … case 47: pValues[nProp] >>= aItem.aCompFax; break;// "BusinessAddress/Fax", in SwLabCfgItem()
396 aItem.aCompFax = aItem.aPrivFax = rUserOpt.GetFax(); in SwLabCfgItem()
469 case 47: pValues[nProp] <<= aItem.aCompFax; break;// "BusinessAddress/Fax", in Commit()
H A Dlabel1.cxx1077 aItem.aCompFax = aFaxED .GetText(); in FillItemSet()
1101 aFaxED .SetText(aItem.aCompFax); in Reset()
H A Dlabelexp.cxx241 { "BC_COMP_FAX" , &SwLabItem::aCompFax }, in UpdateFieldInformation()
/AOO41X/main/sw/source/ui/inc/
H A Dlabimg.hxx101 rtl::OUString aCompFax; member in SwLabItem