Lines Matching refs:m_aPasswordsLB
97 ,m_aPasswordsLB ( this, CUI_RES( LB_PASSWORDS ) ) in WebConnectionInfoDialog()
107 m_aPasswordsLB.SetTabs( aStaticTabs ); in WebConnectionInfoDialog()
108 m_aPasswordsLB.InsertHeaderItem( 1, CUI_RESSTR( STR_WEBSITE ), in WebConnectionInfoDialog()
110 m_aPasswordsLB.InsertHeaderItem( 2, CUI_RESSTR( STR_USERNAME ), in WebConnectionInfoDialog()
112 m_aPasswordsLB.ResetTabs(); in WebConnectionInfoDialog()
116 … m_aPasswordsLB.SetHeaderBarClickHdl( LINK( this, WebConnectionInfoDialog, HeaderBarClickedHdl ) ); in WebConnectionInfoDialog()
158 m_aPasswordsLB.SetSelectHdl( LINK( this, WebConnectionInfoDialog, EntrySelectedHdl ) ); in WebConnectionInfoDialog()
174 m_aPasswordsLB.Resort( NULL == pTable ); in IMPL_LINK()
205 SvLBoxEntry* pEntry = m_aPasswordsLB.InsertEntry( aUIEntry ); in FillPasswordList()
224 SvLBoxEntry* pEntry = m_aPasswordsLB.InsertEntry( aUIEntry ); in FillPasswordList()
238 SvLBoxEntry* pEntry = m_aPasswordsLB.GetCurEntry(); in IMPL_LINK()
241 ::rtl::OUString aURL = m_aPasswordsLB.GetEntryText( pEntry, 0 ); in IMPL_LINK()
242 ::rtl::OUString aUserName = m_aPasswordsLB.GetEntryText( pEntry, 1 ); in IMPL_LINK()
261 m_aPasswordsLB.RemoveEntry( pEntry ); in IMPL_LINK()
291 m_aPasswordsLB.Clear(); in IMPL_LINK()
304 SvLBoxEntry* pEntry = m_aPasswordsLB.GetCurEntry(); in IMPL_LINK()
307 ::rtl::OUString aURL = m_aPasswordsLB.GetEntryText( pEntry, 0 ); in IMPL_LINK()
308 ::rtl::OUString aUserName = m_aPasswordsLB.GetEntryText( pEntry, 1 ); in IMPL_LINK()
346 SvLBoxEntry* pEntry = m_aPasswordsLB.GetCurEntry(); in IMPL_LINK()