Home
last modified time | relevance | path

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

/AOO41X/main/extensions/source/abpilot/
H A Dtypeselectionpage.cxx98 m_aAllTypes.push_back( ButtonItem( &m_aEvolution, AST_EVOLUTION, bHaveEvolution ) ); in TypeSelectionPage()
99 …m_aAllTypes.push_back( ButtonItem( &m_aEvolutionGroupwise, AST_EVOLUTION_GROUPWISE, bHaveEvolution… in TypeSelectionPage()
100 … m_aAllTypes.push_back( ButtonItem( &m_aEvolutionLdap, AST_EVOLUTION_LDAP, bHaveEvolution ) ); in TypeSelectionPage()
101 m_aAllTypes.push_back( ButtonItem( &m_aMORK, AST_MORK, bWithMozilla ) ); in TypeSelectionPage()
102 m_aAllTypes.push_back( ButtonItem( &m_aThunderbird, AST_THUNDERBIRD, 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()
106 m_aAllTypes.push_back( ButtonItem( &m_aOutlook, AST_OUTLOOK, bWithMozilla && !bUnx ) ); in TypeSelectionPage()
107 m_aAllTypes.push_back( ButtonItem( &m_aOE, AST_OE, bWithMozilla && !bUnx ) ); in TypeSelectionPage()
[all …]
H A Dtypeselectionpage.hxx56 struct ButtonItem { struct in abp::TypeSelectionPage
61 ButtonItem( RadioButton *pItem, in ButtonItem() function
70 ::std::vector< ButtonItem > m_aAllTypes;