Lines Matching refs:m_aAddressElementsLB

604     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()
774 String sEntry = m_aAddressElementsLB.GetEntryText(pEntry); in GetSelectedItem_Impl()
790 for(sal_uLong i = 0; i < m_aAddressElementsLB.GetEntryCount(); ++i) in HasItem_Impl()
792 SvLBoxEntry* pEntry = m_aAddressElementsLB.GetEntry(i); in HasItem_Impl()
795 sEntry = m_aAddressElementsLB.GetEntryText(pEntry); in HasItem_Impl()
898 SvLBoxEntry* pEntry = m_aAddressElementsLB.GetCurEntry(); in UpdateImageButtons_Impl()
920 for(sal_uLong i = 0; i < m_aAddressElementsLB.GetEntryCount(); ++i) in GetAddress()
922 SvLBoxEntry* pEntry = m_aAddressElementsLB.GetEntry(i); in GetAddress()
923 String sEntry = m_aAddressElementsLB.GetEntryText(pEntry); in GetAddress()
944 aControls.push_back(&m_aAddressElementsLB); in MoveFocus()