Home
last modified time | relevance | path

Searched refs:ButtonItem (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/abpilot/
H A Dtypeselectionpage.cxx94 m_aAllTypes.push_back( ButtonItem( &m_aEvolution, AST_EVOLUTION, bHaveEvolution ) ); in TypeSelectionPage()
95 …m_aAllTypes.push_back( ButtonItem( &m_aEvolutionGroupwise, AST_EVOLUTION_GROUPWISE, bHaveEvolution… in TypeSelectionPage()
96 … m_aAllTypes.push_back( ButtonItem( &m_aEvolutionLdap, AST_EVOLUTION_LDAP, bHaveEvolution ) ); in TypeSelectionPage()
97 m_aAllTypes.push_back( ButtonItem( &m_aThunderbird, AST_THUNDERBIRD, bWithMozilla ) ); in TypeSelectionPage()
98 m_aAllTypes.push_back( ButtonItem( &m_aKab, AST_KAB, bHaveKab ) ); in TypeSelectionPage()
99 m_aAllTypes.push_back( ButtonItem( &m_aMacab, AST_MACAB, bHaveMacab ) ); in TypeSelectionPage()
100 m_aAllTypes.push_back( ButtonItem( &m_aLDAP, AST_LDAP, bWithMozilla ) ); in TypeSelectionPage()
101 m_aAllTypes.push_back( ButtonItem( &m_aOutlook, AST_OUTLOOK, bWithMozilla && !bUnx ) ); in TypeSelectionPage()
102 m_aAllTypes.push_back( ButtonItem( &m_aOE, AST_OE, bWithMozilla && !bUnx ) ); in TypeSelectionPage()
103 m_aAllTypes.push_back( ButtonItem( &m_aOther, AST_OTHER, true ) ); in TypeSelectionPage()
[all …]
H A Dtypeselectionpage.hxx53 struct ButtonItem { struct in abp::TypeSelectionPage
58 ButtonItem( RadioButton *pItem, in ButtonItem() function
67 ::std::vector< ButtonItem > m_aAllTypes;