Home
last modified time | relevance | path

Searched refs:m_aAddressElementsLB (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx604 m_aAddressElementsLB( this, SW_RES( LB_ADDRESSELEMENTS )), in SwCustomizeAddressBlockDialog()
633 SvLBoxEntry* pEntry = m_aAddressElementsLB.InsertEntry(String(SW_RES(ST_SALUTATION ))); in SwCustomizeAddressBlockDialog()
635 pEntry = m_aAddressElementsLB.InsertEntry(String(SW_RES(ST_PUNCTUATION))); in SwCustomizeAddressBlockDialog()
637 pEntry = m_aAddressElementsLB.InsertEntry(String(SW_RES(ST_TEXT ))); in SwCustomizeAddressBlockDialog()
674 SvLBoxEntry* pEntry = m_aAddressElementsLB.InsertEntry(rHeader); in SwCustomizeAddressBlockDialog()
678m_aAddressElementsLB.SetSelectHdl(LINK(this, SwCustomizeAddressBlockDialog, ListBoxSelectHdl_Impl … in SwCustomizeAddressBlockDialog()
736 SvLBoxEntry* pEntry = m_aAddressElementsLB.GetCurEntry(); in IMPL_LINK()
739 String sEntry = m_aAddressElementsLB.GetEntryText(pEntry); in IMPL_LINK()
771 for(sal_uLong i = 0; i < m_aAddressElementsLB.GetEntryCount(); ++i) in GetSelectedItem_Impl()
773 SvLBoxEntry* pEntry = m_aAddressElementsLB.GetEntry(i); in GetSelectedItem_Impl()
[all …]
H A Dmmaddressblockpage.hxx239 DDListBox m_aAddressElementsLB; member in SwCustomizeAddressBlockDialog