LCOV - code coverage report
Current view: top level - usr/local/src/libreoffice/include/toolkit/controls - unocontrolbase.hxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 2 2 100.0 %
Date: 2013-07-09 Functions: 2 3 66.7 %
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             : 
      20             : #ifndef _TOOLKIT_AWT_UNOCONTROLBASE_HXX_
      21             : #define _TOOLKIT_AWT_UNOCONTROLBASE_HXX_
      22             : 
      23             : #include <com/sun/star/awt/Size.hpp>
      24             : 
      25             : #include <toolkit/controls/unocontrol.hxx>
      26             : 
      27             : //  ----------------------------------------------------
      28             : //  class UnoControlBase
      29             : //  ----------------------------------------------------
      30             : 
      31         759 : class TOOLKIT_DLLPUBLIC UnoControlBase : public UnoControl
      32             : {
      33             : protected:
      34         819 :     UnoControlBase() :UnoControl() {}
      35             : 
      36             :     sal_Bool                    ImplHasProperty( sal_uInt16 nProp );
      37             :     sal_Bool                    ImplHasProperty( const OUString& aPropertyName );
      38             :     void                        ImplSetPropertyValue( const OUString& aPropertyName, const ::com::sun::star::uno::Any& aValue, sal_Bool bUpdateThis );
      39             :     void                        ImplSetPropertyValues( const ::com::sun::star::uno::Sequence< OUString >& aPropertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues, sal_Bool bUpdateThis );
      40             :     ::com::sun::star::uno::Any  ImplGetPropertyValue( const OUString& aPropertyName );
      41             : 
      42             :     sal_Bool        ImplGetPropertyValue_BOOL( sal_uInt16 nProp );
      43             :     sal_Int16       ImplGetPropertyValue_INT16( sal_uInt16 nProp );
      44             :     sal_Int32       ImplGetPropertyValue_INT32( sal_uInt16 nProp );
      45             :     double          ImplGetPropertyValue_DOUBLE( sal_uInt16 nProp );
      46             :     OUString ImplGetPropertyValue_UString( sal_uInt16 nProp );
      47             : 
      48             :     // XLayoutConstrains (nur wenn das Control es unterstuetzt!)
      49             :     ::com::sun::star::awt::Size Impl_getMinimumSize();
      50             :     ::com::sun::star::awt::Size Impl_getPreferredSize();
      51             :     ::com::sun::star::awt::Size Impl_calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize );
      52             : 
      53             :     // XTextLayoutConstrains (nur wenn das Control es unterstuetzt!)
      54             :     ::com::sun::star::awt::Size Impl_getMinimumSize( sal_Int16 nCols, sal_Int16 nLines );
      55             :     void                        Impl_getColumnsAndLines( sal_Int16& nCols, sal_Int16& nLines );
      56             : };
      57             : 
      58             : 
      59             : 
      60             : #endif // _TOOLKIT_AWT_UNOCONTROLBASE_HXX_
      61             : 
      62             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10