Searched refs:ButtonItem (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/extensions/source/abpilot/ |
H A D | typeselectionpage.cxx | 101 m_aAllTypes.push_back( ButtonItem( &m_aMORK, AST_MORK, bWithMozilla ) ); in TypeSelectionPage() 103 m_aAllTypes.push_back( ButtonItem( &m_aKab, AST_KAB, bHaveKab ) ); in TypeSelectionPage() 104 m_aAllTypes.push_back( ButtonItem( &m_aMacab, AST_MACAB, bHaveMacab ) ); in TypeSelectionPage() 105 m_aAllTypes.push_back( ButtonItem( &m_aLDAP, AST_LDAP, bWithMozilla ) ); in TypeSelectionPage() 107 m_aAllTypes.push_back( ButtonItem( &m_aOE, AST_OE, bWithMozilla && !bUnx ) ); in TypeSelectionPage() 108 m_aAllTypes.push_back( ButtonItem( &m_aOther, AST_OTHER, true ) ); in TypeSelectionPage() 116 ButtonItem aItem = *loop; in TypeSelectionPage() 138 for ( ::std::vector< ButtonItem >::iterator loop = m_aAllTypes.begin(); in ~TypeSelectionPage() 153 const ButtonItem& rItem = (*loop); in ActivatePage() 177 ButtonItem aItem = (*loop); in selectType() [all …]
|
H A D | typeselectionpage.hxx | 56 struct ButtonItem { struct in abp::TypeSelectionPage 61 ButtonItem( RadioButton *pItem, in ButtonItem() argument 70 ::std::vector< ButtonItem > m_aAllTypes;
|
Completed in 18 milliseconds