Searched refs:m_aPasswordsLB (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/cui/source/options/ |
| H A D | webconninfo.cxx | 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() [all …]
|
| H A D | webconninfo.hxx | 54 PasswordTable m_aPasswordsLB; member in svx::WebConnectionInfoDialog
|