LCOV - code coverage report
Current view: top level - sw/source/ui/vba - vbastyle.hxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 2 0.0 %
Date: 2012-08-25 Functions: 0 3 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 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                 :            : #ifndef SW_VBA_STYLE_HXX
      29                 :            : #define SW_VBA_STYLE_HXX
      30                 :            : #include <ooo/vba/word/XStyle.hpp>
      31                 :            : #include <vbahelper/vbahelperinterface.hxx>
      32                 :            : #include <com/sun/star/beans/XPropertySet.hpp>
      33                 :            : #include <com/sun/star/frame/XModel.hpp>
      34                 :            : #include <com/sun/star/container/XNameContainer.hpp>
      35                 :            : #include <com/sun/star/style/XStyle.hpp>
      36                 :            : #include <ooo/vba/word/XFont.hpp>
      37                 :            : #include <ooo/vba/word/XListTemplate.hpp>
      38                 :            : 
      39                 :            : 
      40                 :            : typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XStyle > SwVbaStyle_BASE;
      41                 :            : 
      42                 :            : class SwVbaStyle : public SwVbaStyle_BASE
      43                 :            : {
      44                 :            : private:
      45                 :            :     css::uno::Reference< css::frame::XModel > mxModel;
      46                 :            :     css::uno::Reference< css::beans::XPropertySet > mxStyleProps;
      47                 :            :     css::uno::Reference< css::style::XStyle > mxStyle;
      48                 :            : public:
      49                 :            :     SwVbaStyle( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::frame::XModel >& xModel, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet ) throw ( css::script::BasicErrorException, css::uno::RuntimeException );
      50         [ #  # ]:          0 :     virtual ~SwVbaStyle(){}
      51                 :            : 
      52                 :            :     static void setStyle( const css::uno::Reference< css::beans::XPropertySet >& xParaProps, const css::uno::Any& xStyle ) throw (css::uno::RuntimeException);
      53                 :            :     static sal_Int32 getLanguageID( const css::uno::Reference< css::beans::XPropertySet >& xTCProps ) throw (css::uno::RuntimeException);
      54                 :            :     static void setLanguageID( const css::uno::Reference< css::beans::XPropertySet >& xTCProps, sal_Int32 _languageid ) throw (css::uno::RuntimeException);
      55                 :            : 
      56                 :            :     // Attributes
      57                 :            :     virtual rtl::OUString SAL_CALL getName() throw (css::uno::RuntimeException);
      58                 :            :     virtual void SAL_CALL setName( const rtl::OUString& Name ) throw (css::uno::RuntimeException);
      59                 :            :     virtual ::sal_Int32 SAL_CALL getLanguageID( ) throw (css::uno::RuntimeException);
      60                 :            :     virtual void SAL_CALL setLanguageID( ::sal_Int32 _languageid ) throw (css::uno::RuntimeException);
      61                 :            :     virtual ::sal_Int32 SAL_CALL getType() throw (css::uno::RuntimeException);
      62                 :            :     virtual css::uno::Reference< ooo::vba::word::XFont > SAL_CALL getFont() throw (css::uno::RuntimeException);
      63                 :            :     virtual ::rtl::OUString SAL_CALL getNameLocal() throw (css::uno::RuntimeException);
      64                 :            :     virtual void SAL_CALL setNameLocal( const ::rtl::OUString& _namelocal ) throw (css::uno::RuntimeException);
      65                 :            :     virtual css::uno::Reference< ::ooo::vba::word::XParagraphFormat > SAL_CALL getParagraphFormat() throw (css::uno::RuntimeException);
      66                 :            :     virtual ::sal_Bool SAL_CALL getAutomaticallyUpdate() throw (css::uno::RuntimeException);
      67                 :            :     virtual void SAL_CALL setAutomaticallyUpdate( ::sal_Bool _automaticallyupdate ) throw (css::uno::RuntimeException);
      68                 :            :     virtual css::uno::Any SAL_CALL getBaseStyle() throw (css::uno::RuntimeException);
      69                 :            :     virtual void SAL_CALL setBaseStyle( const css::uno::Any& _basestyle ) throw (css::uno::RuntimeException);
      70                 :            :     virtual css::uno::Any SAL_CALL getNextParagraphStyle() throw (css::uno::RuntimeException);
      71                 :            :     virtual void SAL_CALL setNextParagraphStyle( const css::uno::Any& _nextparagraphstyle ) throw (css::uno::RuntimeException);
      72                 :            :     virtual ::sal_Int32 SAL_CALL getListLevelNumber() throw (css::uno::RuntimeException);
      73                 :            : 
      74                 :            :     //XDefaultProperty
      75                 :          0 :     virtual ::rtl::OUString SAL_CALL getDefaultPropertyName(  ) throw (css::uno::RuntimeException) { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Name")); }
      76                 :            : 
      77                 :            :     // XHelperInterface
      78                 :            :     virtual rtl::OUString getServiceImplName();
      79                 :            :     virtual css::uno::Sequence<rtl::OUString> getServiceNames();
      80                 :            : };
      81                 :            : 
      82                 :            : #endif //SW_VBA_AXIS_HXX
      83                 :            : 
      84                 :            : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10