LCOV - code coverage report
Current view: top level - libreoffice/writerfilter/inc/resourcemodel - QNameToString.hxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 2 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             : /*
       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             : #ifndef INCLUDED_QNAME_TO_STRING_HXX
      20             : #define INCLUDED_QNAME_TO_STRING_HXX
      21             : 
      22             : #include <WriterFilterDllApi.hxx>
      23             : #include <boost/shared_ptr.hpp>
      24             : #include <map>
      25             : #include <string>
      26             : #include <iostream>
      27             : #include <resourcemodel/WW8ResourceModel.hxx>
      28             : #include <com/sun/star/beans/XPropertySet.hpp>
      29             : 
      30             : namespace writerfilter
      31             : {
      32             : using namespace ::std;
      33             : 
      34           0 : class WRITERFILTER_RESOURCEMODEL_DLLPUBLIC QNameToString
      35             : {
      36             :     typedef boost::shared_ptr<QNameToString> Pointer_t;
      37             :     typedef map < Id, string > Map;
      38             : 
      39             :     static Pointer_t pInstance;
      40             : 
      41             :     void init_doctok();
      42             :     void init_ooxml();
      43             : 
      44             :     Map mMap;
      45             : 
      46             : protected:
      47             :     /**
      48             :        Generated.
      49             :      */
      50             :     QNameToString();
      51             : 
      52             : public:
      53             :     static Pointer_t Instance();
      54             : 
      55             :     string operator()(Id qName);
      56             : };
      57             : 
      58           0 : class WRITERFILTER_RESOURCEMODEL_DLLPUBLIC SprmIdToString
      59             : {
      60             :     typedef boost::shared_ptr<SprmIdToString> Pointer_t;
      61             : 
      62             :     static Pointer_t pInstance;
      63             : 
      64             :     map<sal_uInt32, string> mMap;
      65             : 
      66             : protected:
      67             :     /**
      68             :        Generated automatically.
      69             :     */
      70             :     SprmIdToString();
      71             : 
      72             : public:
      73             :     static Pointer_t Instance();
      74             :     string operator()(sal_uInt32 nId);
      75             : };
      76             : 
      77             : 
      78             : 
      79             : }
      80             : 
      81             : #endif // INCLUDED_QNAME_TO_STRING_HXX
      82             : 
      83             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10