LCOV - code coverage report
Current view: top level - dbaccess/source/ui/tabledesign - FieldDescGenWin.hxx (source / functions) Hit Total Coverage
Test: commit 10e77ab3ff6f4314137acd6e2702a6e5c1ce1fae Lines: 0 2 0.0 %
Date: 2014-11-03 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          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             : #ifndef INCLUDED_DBACCESS_SOURCE_UI_TABLEDESIGN_FIELDDESCGENWIN_HXX
      20             : #define INCLUDED_DBACCESS_SOURCE_UI_TABLEDESIGN_FIELDDESCGENWIN_HXX
      21             : 
      22             : #include <vcl/tabpage.hxx>
      23             : #include "IClipBoardTest.hxx"
      24             : 
      25             : namespace dbaui
      26             : {
      27             :     class OTableDesignHelpBar;
      28             :     class OFieldDescription;
      29             :     class OTableFieldControl;
      30             :     class OTableEditorCtrl;
      31             :     class OFieldDescGenWin : public TabPage
      32             :                             ,public IClipboardTest
      33             :     {
      34             : 
      35             :         OTableFieldControl  *m_pFieldControl;
      36             :     protected:
      37             :         virtual void Resize() SAL_OVERRIDE;
      38             : 
      39             :     public:
      40             :         OFieldDescGenWin( vcl::Window* pParent, OTableDesignHelpBar* pHelpBar );
      41             :         virtual ~OFieldDescGenWin();
      42             : 
      43             :         virtual void GetFocus() SAL_OVERRIDE;
      44             :         virtual void LoseFocus() SAL_OVERRIDE;
      45             :         virtual void Init();
      46             : 
      47             :         void DisplayData( OFieldDescription* pFieldDescr );
      48             :         void SaveData( OFieldDescription* pFieldDescr );
      49             :         void SetControlText( sal_uInt16 nControlId, const OUString& rText );
      50             :         OUString GetControlText( sal_uInt16 nControlId );
      51             :         void SetReadOnly( bool bReadOnly );
      52             : #if OSL_DEBUG_LEVEL > 0
      53             :         OTableEditorCtrl* GetEditorCtrl();
      54             : #endif
      55             :         // short GetFormatCategory(OFieldDescription* pFieldDescr);
      56             :         // gives you one of the CAT_xxx-values (CAT_NUMBER, CAT_DATE ...) belonging to the format specified by the field
      57             : 
      58             :         OUString BoolStringPersistent(const OUString& rUIString) const;
      59             :         OUString BoolStringUI(const OUString& rPersistentString) const;
      60             : 
      61             :         // IClipboardTest
      62             :         virtual bool isCutAllowed() SAL_OVERRIDE;
      63             :         virtual bool isCopyAllowed() SAL_OVERRIDE;
      64             :         virtual bool isPasteAllowed() SAL_OVERRIDE;
      65           0 :         virtual bool hasChildPathFocus() SAL_OVERRIDE { return HasChildPathFocus(); }
      66             : 
      67             :         virtual void copy() SAL_OVERRIDE;
      68             :         virtual void cut() SAL_OVERRIDE;
      69             :         virtual void paste() SAL_OVERRIDE;
      70             : 
      71           0 :         inline OTableFieldControl*  getFieldControl() const { return m_pFieldControl; }
      72             :     };
      73             : }
      74             : #endif // INCLUDED_DBACCESS_SOURCE_UI_TABLEDESIGN_FIELDDESCGENWIN_HXX
      75             : 
      76             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10