Home
last modified time | relevance | path

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

/AOO42X/main/extensions/source/abpilot/
H A Dtypeselectionpage.cxx62 bool bWithMozilla = true, bUnx = true; in TypeSelectionPage() local
67 bWithMozilla = false; in TypeSelectionPage()
97 m_aAllTypes.push_back( ButtonItem( &m_aThunderbird, AST_THUNDERBIRD, bWithMozilla ) ); 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()