LCOV - code coverage report
Current view: top level - vcl/inc/unx - i18n_ic.hxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 3 0.0 %
Date: 2012-08-25 Functions: 0 3 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                 :            :  *
       4                 :            :  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       5                 :            :  *
       6                 :            :  * Copyright 2000, 2010 Oracle and/or its affiliates.
       7                 :            :  *
       8                 :            :  * OpenOffice.org - a multi-platform office productivity suite
       9                 :            :  *
      10                 :            :  * This file is part of OpenOffice.org.
      11                 :            :  *
      12                 :            :  * OpenOffice.org is free software: you can redistribute it and/or modify
      13                 :            :  * it under the terms of the GNU Lesser General Public License version 3
      14                 :            :  * only, as published by the Free Software Foundation.
      15                 :            :  *
      16                 :            :  * OpenOffice.org is distributed in the hope that it will be useful,
      17                 :            :  * but WITHOUT ANY WARRANTY; without even the implied warranty of
      18                 :            :  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      19                 :            :  * GNU Lesser General Public License version 3 for more details
      20                 :            :  * (a copy is included in the LICENSE file that accompanied this code).
      21                 :            :  *
      22                 :            :  * You should have received a copy of the GNU Lesser General Public License
      23                 :            :  * version 3 along with OpenOffice.org.  If not, see
      24                 :            :  * <http://www.openoffice.org/license.html>
      25                 :            :  * for a copy of the LGPLv3 License.
      26                 :            :  *
      27                 :            :  ************************************************************************/
      28                 :            : 
      29                 :            : #ifndef _SAL_I18N_INPUTCONTEXT_HXX
      30                 :            : #define _SAL_I18N_INPUTCONTEXT_HXX
      31                 :            : 
      32                 :            : #include <i18npool/lang.h>
      33                 :            : #include "i18n_cb.hxx"
      34                 :            : 
      35                 :            : class SalI18N_InputContext
      36                 :            : {
      37                 :            : 
      38                 :            : private:
      39                 :            : 
      40                 :            :     Bool    mbUseable; // system supports current locale ?
      41                 :            :     XIC     maContext;
      42                 :            : 
      43                 :            :     XIMStyle mnSupportedStatusStyle;
      44                 :            :     XIMStyle mnSupportedPreeditStyle;
      45                 :            :     XIMStyle mnStatusStyle;
      46                 :            :     XIMStyle mnPreeditStyle;
      47                 :            : 
      48                 :            :     preedit_data_t maClientData;
      49                 :            :     XIMCallback maPreeditStartCallback;
      50                 :            :     XIMCallback maPreeditDoneCallback;
      51                 :            :     XIMCallback maPreeditDrawCallback;
      52                 :            :     XIMCallback maPreeditCaretCallback;
      53                 :            :     XIMCallback maCommitStringCallback;
      54                 :            :     XIMCallback maSwitchIMCallback;
      55                 :            :     XIMCallback maDestroyCallback;
      56                 :            : 
      57                 :            :     XVaNestedList mpAttributes;
      58                 :            :     XVaNestedList mpStatusAttributes;
      59                 :            :     XVaNestedList mpPreeditAttributes;
      60                 :            : 
      61                 :            :     Bool         SupportInputMethodStyle( XIMStyles *pIMStyles );
      62                 :            :     unsigned int GetWeightingOfIMStyle(   XIMStyle n_style ) const ;
      63                 :            :     Bool         IsSupportedIMStyle(      XIMStyle n_style ) const ;
      64                 :            : 
      65                 :            : public:
      66                 :            : 
      67                 :          0 :     Bool UseContext()       { return mbUseable; }
      68                 :          0 :     Bool IsPreeditMode()    { return maClientData.eState == ePreeditStatusActive; }
      69                 :          0 :     XIC  GetContext()       { return maContext; }
      70                 :            : 
      71                 :            :     void ExtendEventMask(  XLIB_Window aFocusWindow );
      72                 :            :     void SetICFocus( SalFrame* pFocusFrame );
      73                 :            :     void UnsetICFocus( SalFrame* pFrame );
      74                 :            :     void HandleDestroyIM();
      75                 :            : 
      76                 :            :     int  HandleKeyEvent( XKeyEvent *pEvent, SalFrame *pFrame ); // unused
      77                 :            :     void EndExtTextInput( sal_uInt16 nFlags );                      // unused
      78                 :            :     int  CommitStringCallback( sal_Unicode* pText, sal_Size nLength );
      79                 :            :     int  CommitKeyEvent( sal_Unicode* pText, sal_Size nLength );
      80                 :            :     int  UpdateSpotLocation();
      81                 :            : 
      82                 :            :     void Map( SalFrame *pFrame );
      83                 :            :     void Unmap( SalFrame* pFrame );
      84                 :            : 
      85                 :            :     void SetLanguage(LanguageType aInputLanguage);
      86                 :            : 
      87                 :            :     SalI18N_InputContext( SalFrame *aFrame );
      88                 :            :     ~SalI18N_InputContext();
      89                 :            : 
      90                 :            : private:
      91                 :            : 
      92                 :            :     SalI18N_InputContext(); // do not use this
      93                 :            : 
      94                 :            : };
      95                 :            : 
      96                 :            : #endif // _SAL_I18N_INPUTCONTEXT_HXX
      97                 :            : 
      98                 :            : 
      99                 :            : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10