Home
last modified time | relevance | path

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

/trunk/main/extensions/source/abpilot/
H A Dtypeselectionpage.cxx66 bool bWithMozilla = true, bUnx = true; in TypeSelectionPage() local
71 bWithMozilla = false; 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()
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()

Completed in 15 milliseconds