Lines Matching refs:pEntry

633         SvLBoxEntry* pEntry = m_aAddressElementsLB.InsertEntry(String(SW_RES(ST_SALUTATION )));  in SwCustomizeAddressBlockDialog()  local
634 pEntry->SetUserData((void*)(sal_Int32)USER_DATA_SALUTATION ); in SwCustomizeAddressBlockDialog()
635 pEntry = m_aAddressElementsLB.InsertEntry(String(SW_RES(ST_PUNCTUATION))); in SwCustomizeAddressBlockDialog()
636 pEntry->SetUserData((void*)(sal_Int32)USER_DATA_PUNCTUATION ); in SwCustomizeAddressBlockDialog()
637 pEntry = m_aAddressElementsLB.InsertEntry(String(SW_RES(ST_TEXT ))); in SwCustomizeAddressBlockDialog()
638 pEntry->SetUserData((void*)(sal_Int32)USER_DATA_TEXT ); in SwCustomizeAddressBlockDialog()
674 SvLBoxEntry* pEntry = m_aAddressElementsLB.InsertEntry(rHeader); in SwCustomizeAddressBlockDialog() local
675 pEntry->SetUserData((void*)(sal_Int32)i); in SwCustomizeAddressBlockDialog()
736 SvLBoxEntry* pEntry = m_aAddressElementsLB.GetCurEntry(); in IMPL_LINK() local
737 if(pEntry) in IMPL_LINK()
739 String sEntry = m_aAddressElementsLB.GetEntryText(pEntry); in IMPL_LINK()
773 SvLBoxEntry* pEntry = m_aAddressElementsLB.GetEntry(i); in GetSelectedItem_Impl() local
774 String sEntry = m_aAddressElementsLB.GetEntryText(pEntry); in GetSelectedItem_Impl()
777 nRet = (sal_Int32)(sal_IntPtr)pEntry->GetUserData(); in GetSelectedItem_Impl()
792 SvLBoxEntry* pEntry = m_aAddressElementsLB.GetEntry(i); in HasItem_Impl() local
793 if((sal_Int32)(sal_IntPtr)pEntry->GetUserData() == nUserData) in HasItem_Impl()
795 sEntry = m_aAddressElementsLB.GetEntryText(pEntry); in HasItem_Impl()
898 SvLBoxEntry* pEntry = m_aAddressElementsLB.GetCurEntry(); in UpdateImageButtons_Impl() local
899 m_aInsertFieldIB.Enable( pEntry && in UpdateImageButtons_Impl()
900 (0 < (sal_Int32)(sal_IntPtr)pEntry->GetUserData() || m_aFieldCB.GetText().Len())); in UpdateImageButtons_Impl()
922 SvLBoxEntry* pEntry = m_aAddressElementsLB.GetEntry(i); in GetAddress() local
923 String sEntry = m_aAddressElementsLB.GetEntryText(pEntry); in GetAddress()
926 sal_Int32 nUserData = (sal_Int32)(sal_IntPtr)pEntry->GetUserData(); in GetAddress()
1475 SvLBoxEntry* pEntry = GetCurEntry(); in StartDrag() local
1476 if(pEntry) in StartDrag()
1484 sal_Int32 nUserData = (sal_Int32)(sal_IntPtr)pEntry->GetUserData(); in StartDrag()
1489 sEntry = GetEntryText(pEntry); in StartDrag()