LCOV - code coverage report
Current view: top level - sw/source/ui/vba - vbacolumns.hxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 1 0.0 %
Date: 2012-08-25 Functions: 0 2 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 2 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 2008 by Sun Microsystems, Inc.
       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                 :            : #ifndef SW_VBA_COLUMNS_HXX
      29                 :            : #define SW_VBA_COLUMNS_HXX
      30                 :            : 
      31                 :            : #include <vbahelper/vbacollectionimpl.hxx>
      32                 :            : #include <ooo/vba/word/XColumns.hpp>
      33                 :            : #include <ooo/vba/word/XColumn.hpp>
      34                 :            : #include <vbahelper/vbahelperinterface.hxx>
      35                 :            : #include <com/sun/star/table/XTableColumns.hpp>
      36                 :            : #include <com/sun/star/text/XTextTable.hpp>
      37                 :            : 
      38                 :            : typedef CollTestImplHelper< ooo::vba::word::XColumns > SwVbaColumns_BASE;
      39                 :            : 
      40                 :            : class SwVbaColumns : public SwVbaColumns_BASE
      41                 :            : {
      42                 :            : private:
      43                 :            :     css::uno::Reference< css::text::XTextTable > mxTextTable;
      44                 :            :     css::uno::Reference< css::table::XTableColumns > mxTableColumns;
      45                 :            :     sal_Int32 mnStartColumnIndex;
      46                 :            :     sal_Int32 mnEndColumnIndex;
      47                 :            : 
      48                 :            : private:
      49                 :            :     css::uno::Reference< ooo::vba::word::XColumn > getColumnAtIndex( sal_Int32 index ) throw (css::uno::RuntimeException);
      50                 :            : 
      51                 :            : public:
      52                 :            :     SwVbaColumns( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::text::XTextTable >& xTextTable, const css::uno::Reference< css::table::XTableColumns >& xTableColumns ) throw ( css::uno::RuntimeException );
      53                 :            :     SwVbaColumns( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::text::XTextTable >& xTextTable, const css::uno::Reference< css::table::XTableColumns >& xTableColumns, sal_Int32 nStartCol, sal_Int32 nEndCol ) throw ( css::uno::RuntimeException );
      54         [ #  # ]:          0 :     virtual ~SwVbaColumns() {}
      55                 :            : 
      56                 :            :     virtual sal_Int32 SAL_CALL getWidth(  ) throw (css::uno::RuntimeException);
      57                 :            :     virtual void SAL_CALL setWidth( sal_Int32 _width ) throw (css::uno::RuntimeException);
      58                 :            :     virtual void SAL_CALL Select(  ) throw (css::uno::RuntimeException);
      59                 :            : 
      60                 :            :     //XCollection
      61                 :            :     virtual ::sal_Int32 SAL_CALL getCount() throw (css::uno::RuntimeException);
      62                 :            :     virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index1, const css::uno::Any& /*not processed in this base class*/ ) throw ( css::uno::RuntimeException );
      63                 :            :     // XEnumerationAccess
      64                 :            :     virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException);
      65                 :            :     virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException);
      66                 :            : 
      67                 :            :     // SwVbaColumns_BASE
      68                 :            :     virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
      69                 :            :     virtual rtl::OUString getServiceImplName();
      70                 :            :     virtual css::uno::Sequence<rtl::OUString> getServiceNames();
      71                 :            : };
      72                 :            : 
      73                 :            : #endif /* SW_VBA_COLUMNS_HXX */
      74                 :            : 
      75                 :            : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10