LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/officecfg/Office - OptionsDialog.hxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 2 0.0 %
Date: 2012-08-25 Functions: 0 2 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_OFFICECFG_OFFICE_OPTIONSDIALOG_HXX
       2                 :            : #define INCLUDED_OFFICECFG_OFFICE_OPTIONSDIALOG_HXX
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "rtl/ustring.h"
       7                 :            : #include "rtl/ustring.hxx"
       8                 :            : #include "comphelper/configuration.hxx"
       9                 :            : 
      10                 :            : namespace officecfg { namespace Office { namespace OptionsDialog {
      11                 :            : 
      12                 :            : struct OptionsDialogGroups: public comphelper::ConfigurationSet< OptionsDialogGroups> {
      13                 :            :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.OptionsDialog/OptionsDialogGroups")); }
      14                 :            : private:
      15                 :            :     OptionsDialogGroups(); // not defined
      16                 :            :     ~OptionsDialogGroups(); // not defined
      17                 :            : };
      18                 :            : 
      19                 :            : struct Modules: public comphelper::ConfigurationSet< Modules> {
      20                 :          0 :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.OptionsDialog/Modules")); }
      21                 :            : private:
      22                 :            :     Modules(); // not defined
      23                 :            :     ~Modules(); // not defined
      24                 :            : };
      25                 :            : 
      26                 :            : struct Nodes: public comphelper::ConfigurationSet< Nodes> {
      27                 :          0 :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.OptionsDialog/Nodes")); }
      28                 :            : private:
      29                 :            :     Nodes(); // not defined
      30                 :            :     ~Nodes(); // not defined
      31                 :            : };
      32                 :            : 
      33                 :            : } } }
      34                 :            : 
      35                 :            : #endif

Generated by: LCOV version 1.10