Home
last modified time | relevance | path

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

/aoo42x/main/extensions/source/abpilot/
H A Dtypeselectionpage.cxx101 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 Dtypeselectionpage.hxx56 struct ButtonItem { struct in abp::TypeSelectionPage
61 ButtonItem( RadioButton *pItem, in ButtonItem() function
70 ::std::vector< ButtonItem > m_aAllTypes;

Completed in 7 milliseconds