LCOV - code coverage report
Current view: top level - libreoffice/writerperfect/source/filter - SectionStyle.hxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 1 0.0 %
Date: 2012-12-27 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2             : /* SectionStyle: Stores (and writes) section-based information (e.g.: a column
       3             :  * change needs a new section) that is needed at the head of an OO document.
       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             :  * For further information visit http://libwpd.sourceforge.net
      10             :  */
      11             : 
      12             : /* "This product is not manufactured, approved, or supported by
      13             :  * Corel Corporation or Corel Corporation Limited."
      14             :  */
      15             : #ifndef _SECTIONSTYLE_H
      16             : #define _SECTIONSTYLE_H
      17             : #include <libwpd/libwpd.h>
      18             : #include <libwpd/WPXPropertyListVector.h>
      19             : 
      20             : #include "Style.hxx"
      21             : 
      22             : 
      23           0 : class SectionStyle : public Style
      24             : {
      25             : public:
      26             :     SectionStyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &xColumns, const char *psName);
      27             :     virtual void write(OdfDocumentHandler *pHandler) const;
      28             : 
      29             : private:
      30             :     WPXPropertyList mPropList;
      31             :     WPXPropertyListVector mColumns;
      32             : };
      33             : #endif
      34             : 
      35             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10