LCOV - code coverage report
Current view: top level - forms/source/component - FixedText.cxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 35 35 100.0 %
Date: 2012-08-25 Functions: 11 11 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 11 22 50.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                 :            : #include "FixedText.hxx"
      21                 :            : #include "services.hxx"
      22                 :            : #include "property.hrc"
      23                 :            : #include "property.hxx"
      24                 :            : #include <tools/debug.hxx>
      25                 :            : 
      26                 :            : //.........................................................................
      27                 :            : namespace frm
      28                 :            : {
      29                 :            : using namespace ::com::sun::star::uno;
      30                 :            : using namespace ::com::sun::star::sdb;
      31                 :            : using namespace ::com::sun::star::sdbc;
      32                 :            : using namespace ::com::sun::star::sdbcx;
      33                 :            : using namespace ::com::sun::star::beans;
      34                 :            : using namespace ::com::sun::star::container;
      35                 :            : using namespace ::com::sun::star::form;
      36                 :            : using namespace ::com::sun::star::awt;
      37                 :            : using namespace ::com::sun::star::io;
      38                 :            : using namespace ::com::sun::star::lang;
      39                 :            : using namespace ::com::sun::star::util;
      40                 :            : 
      41                 :            : //------------------------------------------------------------------------------
      42                 :        127 : InterfaceRef SAL_CALL OFixedTextModel_CreateInstance(const Reference<XMultiServiceFactory>& _rxFactory) throw (RuntimeException)
      43                 :            : {
      44         [ +  - ]:        127 :     return *(new OFixedTextModel(_rxFactory));
      45                 :            : }
      46                 :            : 
      47                 :            : //------------------------------------------------------------------
      48                 :            : DBG_NAME( OFixedTextModel )
      49                 :            : //------------------------------------------------------------------
      50                 :        127 : OFixedTextModel::OFixedTextModel( const Reference<XMultiServiceFactory>& _rxFactory )
      51 [ +  - ][ +  - ]:        127 :         :OControlModel(_rxFactory, VCL_CONTROLMODEL_FIXEDTEXT)
      52                 :            : 
      53                 :            : {
      54                 :            :     DBG_CTOR( OFixedTextModel, NULL );
      55                 :        127 :     m_nClassId = FormComponentType::FIXEDTEXT;
      56                 :        127 : }
      57                 :            : 
      58                 :            : //------------------------------------------------------------------
      59                 :          2 : OFixedTextModel::OFixedTextModel( const OFixedTextModel* _pOriginal, const Reference<XMultiServiceFactory>& _rxFactory )
      60                 :          2 :     :OControlModel( _pOriginal, _rxFactory )
      61                 :            : 
      62                 :            : {
      63                 :            :     DBG_CTOR( OFixedTextModel, NULL );
      64                 :          2 : }
      65                 :            : 
      66                 :            : //------------------------------------------------------------------
      67                 :        129 : OFixedTextModel::~OFixedTextModel( )
      68                 :            : {
      69                 :            :     DBG_DTOR( OFixedTextModel, NULL );
      70         [ -  + ]:        258 : }
      71                 :            : 
      72                 :            : //------------------------------------------------------------------------------
      73 [ +  - ][ +  - ]:          2 : IMPLEMENT_DEFAULT_CLONING( OFixedTextModel )
      74                 :            : 
      75                 :            : //------------------------------------------------------------------------------
      76                 :          8 : StringSequence SAL_CALL OFixedTextModel::getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException)
      77                 :            : {
      78                 :          8 :     StringSequence aSupported = OControlModel::getSupportedServiceNames();
      79         [ +  - ]:          8 :     aSupported.realloc(aSupported.getLength() + 1);
      80                 :            : 
      81         [ +  - ]:          8 :     ::rtl::OUString* pArray = aSupported.getArray();
      82         [ +  - ]:          8 :     pArray[aSupported.getLength()-1] = FRM_SUN_COMPONENT_FIXEDTEXT;
      83                 :          8 :     return aSupported;
      84                 :            : }
      85                 :            : 
      86                 :            : //------------------------------------------------------------------------------
      87                 :        130 : void OFixedTextModel::describeAggregateProperties( Sequence< Property >& _rAggregateProps ) const
      88                 :            : {
      89                 :        130 :     OControlModel::describeAggregateProperties( _rAggregateProps );
      90         [ +  - ]:        130 :     RemoveProperty( _rAggregateProps, PROPERTY_TABSTOP );
      91                 :        130 : }
      92                 :            : 
      93                 :            : //------------------------------------------------------------------------------
      94                 :          2 : ::rtl::OUString SAL_CALL OFixedTextModel::getServiceName() throw(RuntimeException)
      95                 :            : {
      96                 :          2 :     return FRM_COMPONENT_FIXEDTEXT; // old (non-sun) name for compatibility !
      97                 :            : }
      98                 :            : 
      99                 :            : //------------------------------------------------------------------------------
     100                 :          2 : void SAL_CALL OFixedTextModel::write(const Reference<XObjectOutputStream>& _rxOutStream)
     101                 :            :     throw(IOException, RuntimeException)
     102                 :            : {
     103                 :          2 :     OControlModel::write(_rxOutStream);
     104                 :            : 
     105                 :            :     // Version
     106                 :          2 :     _rxOutStream->writeShort(0x0002);
     107                 :          2 :     writeHelpTextCompatibly(_rxOutStream);
     108                 :          2 : }
     109                 :            : 
     110                 :            : //------------------------------------------------------------------------------
     111                 :          2 : void SAL_CALL OFixedTextModel::read(const Reference<XObjectInputStream>& _rxInStream) throw(IOException, RuntimeException)
     112                 :            : {
     113                 :          2 :     OControlModel::read(_rxInStream);
     114                 :            : 
     115                 :            :     // Version
     116                 :          2 :     sal_Int16 nVersion = _rxInStream->readShort();
     117         [ +  - ]:          2 :     if (nVersion > 1)
     118                 :          2 :         readHelpTextCompatibly(_rxInStream);
     119                 :          2 : }
     120                 :            : 
     121                 :            : //.........................................................................
     122                 :            : }
     123                 :            : //.........................................................................
     124                 :            : 
     125                 :            : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10