LCOV - code coverage report
Current view: top level - extensions/source/abpilot - typeselectionpage.hxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 3 0.0 %
Date: 2012-08-25 Functions: 0 1 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2                 :            : /*
       3                 :            :  * This file is part of the LibreOffice project.
       4                 :            :  *
       5                 :            :  * This Source Code Form is subject to the terms of the Mozilla Public
       6                 :            :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       7                 :            :  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
       8                 :            :  *
       9                 :            :  * This file incorporates work covered by the following license notice:
      10                 :            :  *
      11                 :            :  *   Licensed to the Apache Software Foundation (ASF) under one or more
      12                 :            :  *   contributor license agreements. See the NOTICE file distributed
      13                 :            :  *   with this work for additional information regarding copyright
      14                 :            :  *   ownership. The ASF licenses this file to you under the Apache
      15                 :            :  *   License, Version 2.0 (the "License"); you may not use this file
      16                 :            :  *   except in compliance with the License. You may obtain a copy of
      17                 :            :  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
      18                 :            :  */
      19                 :            : 
      20                 :            : #ifndef EXTENSIONS_ABP_TYPESELECTIONPAGE_HXX
      21                 :            : #define EXTENSIONS_ABP_TYPESELECTIONPAGE_HXX
      22                 :            : 
      23                 :            : #include "abspage.hxx"
      24                 :            : #include "addresssettings.hxx"
      25                 :            : #include <vcl/edit.hxx>
      26                 :            : 
      27                 :            : //.........................................................................
      28                 :            : namespace abp
      29                 :            : {
      30                 :            : //.........................................................................
      31                 :            : 
      32                 :            :     //=====================================================================
      33                 :            :     //= TypeSelectionPage
      34                 :            :     //=====================================================================
      35                 :            :     class TypeSelectionPage : public AddressBookSourcePage
      36                 :            :     {
      37                 :            :     protected:
      38                 :            :         FixedText       m_aHint;
      39                 :            :         FixedLine       m_aTypeSep;
      40                 :            :         RadioButton     m_aEvolution;
      41                 :            :         RadioButton     m_aEvolutionGroupwise;
      42                 :            :         RadioButton     m_aEvolutionLdap;
      43                 :            :         RadioButton     m_aMORK;
      44                 :            :         RadioButton     m_aThunderbird;
      45                 :            :         RadioButton     m_aKab;
      46                 :            :         RadioButton     m_aMacab;
      47                 :            :         RadioButton     m_aLDAP;
      48                 :            :         RadioButton     m_aOutlook;
      49                 :            :         RadioButton     m_aOE;
      50                 :            :         RadioButton     m_aOther;
      51                 :            : 
      52                 :            :         struct ButtonItem {
      53                 :            :             RadioButton *m_pItem;
      54                 :            :             AddressSourceType m_eType;
      55                 :            :             bool         m_bVisible;
      56                 :            : 
      57                 :          0 :             ButtonItem( RadioButton *pItem,
      58                 :            :                         AddressSourceType eType,
      59                 :            :                         bool         bVisible ) :
      60                 :            :                     m_pItem( pItem ),
      61                 :            :                     m_eType( eType ),
      62                 :          0 :                     m_bVisible( bVisible )
      63                 :          0 :             {}
      64                 :            :         };
      65                 :            : 
      66                 :            :         ::std::vector< ButtonItem > m_aAllTypes;
      67                 :            : 
      68                 :            :     public:
      69                 :            :         TypeSelectionPage( OAddessBookSourcePilot* _pParent );
      70                 :            :         ~TypeSelectionPage();
      71                 :            : 
      72                 :            :         // retrieves the currently selected type
      73                 :            :         AddressSourceType   getSelectedType() const;
      74                 :            : 
      75                 :            :     protected:
      76                 :            :         // OWizardPage overridables
      77                 :            :         virtual void        initializePage();
      78                 :            :         virtual sal_Bool    commitPage( ::svt::WizardTypes::CommitPageReason _eReason );
      79                 :            : 
      80                 :            :         // TabDialog overridables
      81                 :            :         virtual void        ActivatePage();
      82                 :            :         virtual void        DeactivatePage();
      83                 :            : 
      84                 :            :         // OImportPage overridables
      85                 :            :         virtual bool        canAdvance() const;
      86                 :            : 
      87                 :            :     private:
      88                 :            :         DECL_LINK( OnTypeSelected, void* );
      89                 :            : 
      90                 :            :         void                selectType( AddressSourceType _eType );
      91                 :            :     };
      92                 :            : 
      93                 :            : //.........................................................................
      94                 :            : }   // namespace abp
      95                 :            : //.........................................................................
      96                 :            : 
      97                 :            : #endif // EXTENSIONS_ABP_TYPESELECTIONPAGE_HXX
      98                 :            : 
      99                 :            : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10