LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/officecfg/Office - Impress.hxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 1 2 50.0 %
Date: 2012-12-27 Functions: 1 2 50.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_OFFICECFG_OFFICE_IMPRESS_HXX
       2             : #define INCLUDED_OFFICECFG_OFFICE_IMPRESS_HXX
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "boost/optional.hpp"
       7             : #include "com/sun/star/uno/Sequence.hxx"
       8             : #include "rtl/ustring.h"
       9             : #include "rtl/ustring.hxx"
      10             : #include "sal/types.h"
      11             : #include "comphelper/configuration.hxx"
      12             : 
      13             : namespace officecfg { namespace Office { namespace Impress {
      14             : 
      15             : struct Layout: public comphelper::ConfigurationGroup< Layout> {
      16             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout")); }
      17             : 
      18             : struct Display: public comphelper::ConfigurationGroup< Display> {
      19             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Display")); }
      20             : 
      21             : struct Ruler: public comphelper::ConfigurationProperty<Ruler, bool> {
      22             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Display/Ruler")); }
      23             : private:
      24             :     Ruler(); // not defined
      25             :     ~Ruler(); // not defined
      26             : };
      27             : 
      28             : struct Helpline: public comphelper::ConfigurationProperty<Helpline, bool> {
      29             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Display/Helpline")); }
      30             : private:
      31             :     Helpline(); // not defined
      32             :     ~Helpline(); // not defined
      33             : };
      34             : 
      35             : struct Guide: public comphelper::ConfigurationProperty<Guide, bool> {
      36             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Display/Guide")); }
      37             : private:
      38             :     Guide(); // not defined
      39             :     ~Guide(); // not defined
      40             : };
      41             : 
      42             : struct Bezier: public comphelper::ConfigurationProperty<Bezier, bool> {
      43             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Display/Bezier")); }
      44             : private:
      45             :     Bezier(); // not defined
      46             :     ~Bezier(); // not defined
      47             : };
      48             : 
      49             : struct Contour: public comphelper::ConfigurationProperty<Contour, bool> {
      50             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Display/Contour")); }
      51             : private:
      52             :     Contour(); // not defined
      53             :     ~Contour(); // not defined
      54             : };
      55             : 
      56             : private:
      57             :     Display(); // not defined
      58             :     ~Display(); // not defined
      59             : };
      60             : 
      61             : struct Other: public comphelper::ConfigurationGroup< Other> {
      62             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Other")); }
      63             : 
      64             : struct TabStop: public comphelper::ConfigurationGroup< TabStop> {
      65             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Other/TabStop")); }
      66             : 
      67             : struct Metric: public comphelper::ConfigurationProperty<Metric, sal_Int32> {
      68             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Other/TabStop/Metric")); }
      69             : private:
      70             :     Metric(); // not defined
      71             :     ~Metric(); // not defined
      72             : };
      73             : 
      74             : struct NonMetric: public comphelper::ConfigurationProperty<NonMetric, sal_Int32> {
      75             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Other/TabStop/NonMetric")); }
      76             : private:
      77             :     NonMetric(); // not defined
      78             :     ~NonMetric(); // not defined
      79             : };
      80             : 
      81             : private:
      82             :     TabStop(); // not defined
      83             :     ~TabStop(); // not defined
      84             : };
      85             : 
      86             : struct MeasureUnit: public comphelper::ConfigurationGroup< MeasureUnit> {
      87             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Other/MeasureUnit")); }
      88             : 
      89             : struct Metric: public comphelper::ConfigurationProperty<Metric, sal_Int32> {
      90             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Other/MeasureUnit/Metric")); }
      91             : private:
      92             :     Metric(); // not defined
      93             :     ~Metric(); // not defined
      94             : };
      95             : 
      96             : struct NonMetric: public comphelper::ConfigurationProperty<NonMetric, sal_Int32> {
      97             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Layout/Other/MeasureUnit/NonMetric")); }
      98             : private:
      99             :     NonMetric(); // not defined
     100             :     ~NonMetric(); // not defined
     101             : };
     102             : 
     103             : private:
     104             :     MeasureUnit(); // not defined
     105             :     ~MeasureUnit(); // not defined
     106             : };
     107             : 
     108             : private:
     109             :     Other(); // not defined
     110             :     ~Other(); // not defined
     111             : };
     112             : 
     113             : private:
     114             :     Layout(); // not defined
     115             :     ~Layout(); // not defined
     116             : };
     117             : 
     118             : struct Content: public comphelper::ConfigurationGroup< Content> {
     119             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Content")); }
     120             : 
     121             : struct Display: public comphelper::ConfigurationGroup< Display> {
     122             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Content/Display")); }
     123             : 
     124             : struct PicturePlaceholder: public comphelper::ConfigurationProperty<PicturePlaceholder, bool> {
     125             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Content/Display/PicturePlaceholder")); }
     126             : private:
     127             :     PicturePlaceholder(); // not defined
     128             :     ~PicturePlaceholder(); // not defined
     129             : };
     130             : 
     131             : struct ContourMode: public comphelper::ConfigurationProperty<ContourMode, bool> {
     132             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Content/Display/ContourMode")); }
     133             : private:
     134             :     ContourMode(); // not defined
     135             :     ~ContourMode(); // not defined
     136             : };
     137             : 
     138             : struct TextPlaceholder: public comphelper::ConfigurationProperty<TextPlaceholder, bool> {
     139             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Content/Display/TextPlaceholder")); }
     140             : private:
     141             :     TextPlaceholder(); // not defined
     142             :     ~TextPlaceholder(); // not defined
     143             : };
     144             : 
     145             : struct LineContour: public comphelper::ConfigurationProperty<LineContour, bool> {
     146             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Content/Display/LineContour")); }
     147             : private:
     148             :     LineContour(); // not defined
     149             :     ~LineContour(); // not defined
     150             : };
     151             : 
     152             : private:
     153             :     Display(); // not defined
     154             :     ~Display(); // not defined
     155             : };
     156             : 
     157             : private:
     158             :     Content(); // not defined
     159             :     ~Content(); // not defined
     160             : };
     161             : 
     162             : struct Misc: public comphelper::ConfigurationGroup< Misc> {
     163             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc")); }
     164             : 
     165             : struct BackgroundCache: public comphelper::ConfigurationProperty<BackgroundCache, bool> {
     166             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/BackgroundCache")); }
     167             : private:
     168             :     BackgroundCache(); // not defined
     169             :     ~BackgroundCache(); // not defined
     170             : };
     171             : 
     172             : struct CopyWhileMoving: public comphelper::ConfigurationProperty<CopyWhileMoving, bool> {
     173             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/CopyWhileMoving")); }
     174             : private:
     175             :     CopyWhileMoving(); // not defined
     176             :     ~CopyWhileMoving(); // not defined
     177             : };
     178             : 
     179             : struct ObjectMoveable: public comphelper::ConfigurationProperty<ObjectMoveable, bool> {
     180             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/ObjectMoveable")); }
     181             : private:
     182             :     ObjectMoveable(); // not defined
     183             :     ~ObjectMoveable(); // not defined
     184             : };
     185             : 
     186             : struct NoDistort: public comphelper::ConfigurationProperty<NoDistort, bool> {
     187             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/NoDistort")); }
     188             : private:
     189             :     NoDistort(); // not defined
     190             :     ~NoDistort(); // not defined
     191             : };
     192             : 
     193             : struct DclickTextedit: public comphelper::ConfigurationProperty<DclickTextedit, bool> {
     194             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/DclickTextedit")); }
     195             : private:
     196             :     DclickTextedit(); // not defined
     197             :     ~DclickTextedit(); // not defined
     198             : };
     199             : 
     200             : struct RotateClick: public comphelper::ConfigurationProperty<RotateClick, bool> {
     201             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/RotateClick")); }
     202             : private:
     203             :     RotateClick(); // not defined
     204             :     ~RotateClick(); // not defined
     205             : };
     206             : 
     207             : struct Preview: public comphelper::ConfigurationProperty<Preview, double> {
     208             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/Preview")); }
     209             : private:
     210             :     Preview(); // not defined
     211             :     ~Preview(); // not defined
     212             : };
     213             : 
     214             : struct ShowComments: public comphelper::ConfigurationProperty<ShowComments, bool> {
     215             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/ShowComments")); }
     216             : private:
     217             :     ShowComments(); // not defined
     218             :     ~ShowComments(); // not defined
     219             : };
     220             : 
     221             : struct ModifyWithAttributes: public comphelper::ConfigurationProperty<ModifyWithAttributes, bool> {
     222             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/ModifyWithAttributes")); }
     223             : private:
     224             :     ModifyWithAttributes(); // not defined
     225             :     ~ModifyWithAttributes(); // not defined
     226             : };
     227             : 
     228             : struct ShowUndoDeleteWarning: public comphelper::ConfigurationProperty<ShowUndoDeleteWarning, bool> {
     229             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/ShowUndoDeleteWarning")); }
     230             : private:
     231             :     ShowUndoDeleteWarning(); // not defined
     232             :     ~ShowUndoDeleteWarning(); // not defined
     233             : };
     234             : 
     235             : struct SlideshowRespectZOrder: public comphelper::ConfigurationProperty<SlideshowRespectZOrder, bool> {
     236             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/SlideshowRespectZOrder")); }
     237             : private:
     238             :     SlideshowRespectZOrder(); // not defined
     239             :     ~SlideshowRespectZOrder(); // not defined
     240             : };
     241             : 
     242             : struct TransitionFiles: public comphelper::ConfigurationProperty<TransitionFiles, com::sun::star::uno::Sequence<rtl::OUString> > {
     243             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/TransitionFiles")); }
     244             : private:
     245             :     TransitionFiles(); // not defined
     246             :     ~TransitionFiles(); // not defined
     247             : };
     248             : 
     249             : struct EffectFiles: public comphelper::ConfigurationProperty<EffectFiles, com::sun::star::uno::Sequence<rtl::OUString> > {
     250             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/EffectFiles")); }
     251             : private:
     252             :     EffectFiles(); // not defined
     253             :     ~EffectFiles(); // not defined
     254             : };
     255             : 
     256             : struct PreviewNewEffects: public comphelper::ConfigurationProperty<PreviewNewEffects, bool> {
     257             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/PreviewNewEffects")); }
     258             : private:
     259             :     PreviewNewEffects(); // not defined
     260             :     ~PreviewNewEffects(); // not defined
     261             : };
     262             : 
     263             : struct PreviewChangedEffects: public comphelper::ConfigurationProperty<PreviewChangedEffects, bool> {
     264             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/PreviewChangedEffects")); }
     265             : private:
     266             :     PreviewChangedEffects(); // not defined
     267             :     ~PreviewChangedEffects(); // not defined
     268             : };
     269             : 
     270             : struct PreviewTransitions: public comphelper::ConfigurationProperty<PreviewTransitions, bool> {
     271             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/PreviewTransitions")); }
     272             : private:
     273             :     PreviewTransitions(); // not defined
     274             :     ~PreviewTransitions(); // not defined
     275             : };
     276             : 
     277             : struct Display: public comphelper::ConfigurationProperty<Display, sal_Int32> {
     278             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/Display")); }
     279             : private:
     280             :     Display(); // not defined
     281             :     ~Display(); // not defined
     282             : };
     283             : 
     284             : struct PenColor: public comphelper::ConfigurationProperty<PenColor, sal_Int32> {
     285             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/PenColor")); }
     286             : private:
     287             :     PenColor(); // not defined
     288             :     ~PenColor(); // not defined
     289             : };
     290             : 
     291             : struct PenWidth: public comphelper::ConfigurationProperty<PenWidth, double> {
     292             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/PenWidth")); }
     293             : private:
     294             :     PenWidth(); // not defined
     295             :     ~PenWidth(); // not defined
     296             : };
     297             : 
     298             : struct TextObject: public comphelper::ConfigurationGroup< TextObject> {
     299             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/TextObject")); }
     300             : 
     301             : struct QuickEditing: public comphelper::ConfigurationProperty<QuickEditing, bool> {
     302             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/TextObject/QuickEditing")); }
     303             : private:
     304             :     QuickEditing(); // not defined
     305             :     ~QuickEditing(); // not defined
     306             : };
     307             : 
     308             : struct Selectable: public comphelper::ConfigurationProperty<Selectable, bool> {
     309             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/TextObject/Selectable")); }
     310             : private:
     311             :     Selectable(); // not defined
     312             :     ~Selectable(); // not defined
     313             : };
     314             : 
     315             : private:
     316             :     TextObject(); // not defined
     317             :     ~TextObject(); // not defined
     318             : };
     319             : 
     320             : struct NewDoc: public comphelper::ConfigurationGroup< NewDoc> {
     321             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/NewDoc")); }
     322             : 
     323             : struct AutoPilot: public comphelper::ConfigurationProperty<AutoPilot, bool> {
     324             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/NewDoc/AutoPilot")); }
     325             : private:
     326             :     AutoPilot(); // not defined
     327             :     ~AutoPilot(); // not defined
     328             : };
     329             : 
     330             : struct Layout: public comphelper::ConfigurationProperty<Layout, bool> {
     331             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/NewDoc/Layout")); }
     332             : private:
     333             :     Layout(); // not defined
     334             :     ~Layout(); // not defined
     335             : };
     336             : 
     337             : private:
     338             :     NewDoc(); // not defined
     339             :     ~NewDoc(); // not defined
     340             : };
     341             : 
     342             : struct Start: public comphelper::ConfigurationGroup< Start> {
     343             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/Start")); }
     344             : 
     345             : struct CurrentPage: public comphelper::ConfigurationProperty<CurrentPage, bool> {
     346             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/Start/CurrentPage")); }
     347             : private:
     348             :     CurrentPage(); // not defined
     349             :     ~CurrentPage(); // not defined
     350             : };
     351             : 
     352             : struct EnableSdremote: public comphelper::ConfigurationProperty<EnableSdremote, bool> {
     353           3 :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/Start/EnableSdremote")); }
     354             : private:
     355             :     EnableSdremote(); // not defined
     356             :     ~EnableSdremote(); // not defined
     357             : };
     358             : 
     359             : private:
     360             :     Start(); // not defined
     361             :     ~Start(); // not defined
     362             : };
     363             : 
     364             : struct Compatibility: public comphelper::ConfigurationGroup< Compatibility> {
     365             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/Compatibility")); }
     366             : 
     367             : struct AddBetween: public comphelper::ConfigurationProperty<AddBetween, bool> {
     368             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/Compatibility/AddBetween")); }
     369             : private:
     370             :     AddBetween(); // not defined
     371             :     ~AddBetween(); // not defined
     372             : };
     373             : 
     374             : struct PrinterIndependentLayout: public comphelper::ConfigurationProperty<PrinterIndependentLayout, sal_Int16> {
     375             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/Compatibility/PrinterIndependentLayout")); }
     376             : private:
     377             :     PrinterIndependentLayout(); // not defined
     378             :     ~PrinterIndependentLayout(); // not defined
     379             : };
     380             : 
     381             : private:
     382             :     Compatibility(); // not defined
     383             :     ~Compatibility(); // not defined
     384             : };
     385             : 
     386             : struct DefaultObjectSize: public comphelper::ConfigurationGroup< DefaultObjectSize> {
     387             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/DefaultObjectSize")); }
     388             : 
     389             : struct Width: public comphelper::ConfigurationProperty<Width, sal_Int32> {
     390             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/DefaultObjectSize/Width")); }
     391             : private:
     392             :     Width(); // not defined
     393             :     ~Width(); // not defined
     394             : };
     395             : 
     396             : struct Height: public comphelper::ConfigurationProperty<Height, sal_Int32> {
     397             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/DefaultObjectSize/Height")); }
     398             : private:
     399             :     Height(); // not defined
     400             :     ~Height(); // not defined
     401             : };
     402             : 
     403             : private:
     404             :     DefaultObjectSize(); // not defined
     405             :     ~DefaultObjectSize(); // not defined
     406             : };
     407             : 
     408             : struct AuthorisedRemotes: public comphelper::ConfigurationSet< AuthorisedRemotes> {
     409           0 :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Misc/AuthorisedRemotes")); }
     410             : private:
     411             :     AuthorisedRemotes(); // not defined
     412             :     ~AuthorisedRemotes(); // not defined
     413             : };
     414             : 
     415             : private:
     416             :     Misc(); // not defined
     417             :     ~Misc(); // not defined
     418             : };
     419             : 
     420             : struct Snap: public comphelper::ConfigurationGroup< Snap> {
     421             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap")); }
     422             : 
     423             : struct Object: public comphelper::ConfigurationGroup< Object> {
     424             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Object")); }
     425             : 
     426             : struct Grid: public comphelper::ConfigurationProperty<Grid, bool> {
     427             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Object/Grid")); }
     428             : private:
     429             :     Grid(); // not defined
     430             :     ~Grid(); // not defined
     431             : };
     432             : 
     433             : struct SnapLine: public comphelper::ConfigurationProperty<SnapLine, bool> {
     434             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Object/SnapLine")); }
     435             : private:
     436             :     SnapLine(); // not defined
     437             :     ~SnapLine(); // not defined
     438             : };
     439             : 
     440             : struct PageMargin: public comphelper::ConfigurationProperty<PageMargin, bool> {
     441             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Object/PageMargin")); }
     442             : private:
     443             :     PageMargin(); // not defined
     444             :     ~PageMargin(); // not defined
     445             : };
     446             : 
     447             : struct ObjectFrame: public comphelper::ConfigurationProperty<ObjectFrame, bool> {
     448             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Object/ObjectFrame")); }
     449             : private:
     450             :     ObjectFrame(); // not defined
     451             :     ~ObjectFrame(); // not defined
     452             : };
     453             : 
     454             : struct ObjectPoint: public comphelper::ConfigurationProperty<ObjectPoint, bool> {
     455             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Object/ObjectPoint")); }
     456             : private:
     457             :     ObjectPoint(); // not defined
     458             :     ~ObjectPoint(); // not defined
     459             : };
     460             : 
     461             : struct Range: public comphelper::ConfigurationProperty<Range, sal_Int32> {
     462             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Object/Range")); }
     463             : private:
     464             :     Range(); // not defined
     465             :     ~Range(); // not defined
     466             : };
     467             : 
     468             : private:
     469             :     Object(); // not defined
     470             :     ~Object(); // not defined
     471             : };
     472             : 
     473             : struct Position: public comphelper::ConfigurationGroup< Position> {
     474             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Position")); }
     475             : 
     476             : struct CreatingMoving: public comphelper::ConfigurationProperty<CreatingMoving, bool> {
     477             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Position/CreatingMoving")); }
     478             : private:
     479             :     CreatingMoving(); // not defined
     480             :     ~CreatingMoving(); // not defined
     481             : };
     482             : 
     483             : struct ExtendEdges: public comphelper::ConfigurationProperty<ExtendEdges, bool> {
     484             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Position/ExtendEdges")); }
     485             : private:
     486             :     ExtendEdges(); // not defined
     487             :     ~ExtendEdges(); // not defined
     488             : };
     489             : 
     490             : struct Rotating: public comphelper::ConfigurationProperty<Rotating, bool> {
     491             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Position/Rotating")); }
     492             : private:
     493             :     Rotating(); // not defined
     494             :     ~Rotating(); // not defined
     495             : };
     496             : 
     497             : struct RotatingValue: public comphelper::ConfigurationProperty<RotatingValue, sal_Int32> {
     498             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Position/RotatingValue")); }
     499             : private:
     500             :     RotatingValue(); // not defined
     501             :     ~RotatingValue(); // not defined
     502             : };
     503             : 
     504             : struct PointReduction: public comphelper::ConfigurationProperty<PointReduction, sal_Int32> {
     505             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Snap/Position/PointReduction")); }
     506             : private:
     507             :     PointReduction(); // not defined
     508             :     ~PointReduction(); // not defined
     509             : };
     510             : 
     511             : private:
     512             :     Position(); // not defined
     513             :     ~Position(); // not defined
     514             : };
     515             : 
     516             : private:
     517             :     Snap(); // not defined
     518             :     ~Snap(); // not defined
     519             : };
     520             : 
     521             : struct Grid: public comphelper::ConfigurationGroup< Grid> {
     522             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid")); }
     523             : 
     524             : struct Option: public comphelper::ConfigurationGroup< Option> {
     525             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Option")); }
     526             : 
     527             : struct SnapToGrid: public comphelper::ConfigurationProperty<SnapToGrid, bool> {
     528             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Option/SnapToGrid")); }
     529             : private:
     530             :     SnapToGrid(); // not defined
     531             :     ~SnapToGrid(); // not defined
     532             : };
     533             : 
     534             : struct VisibleGrid: public comphelper::ConfigurationProperty<VisibleGrid, bool> {
     535             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Option/VisibleGrid")); }
     536             : private:
     537             :     VisibleGrid(); // not defined
     538             :     ~VisibleGrid(); // not defined
     539             : };
     540             : 
     541             : struct Synchronize: public comphelper::ConfigurationProperty<Synchronize, bool> {
     542             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Option/Synchronize")); }
     543             : private:
     544             :     Synchronize(); // not defined
     545             :     ~Synchronize(); // not defined
     546             : };
     547             : 
     548             : private:
     549             :     Option(); // not defined
     550             :     ~Option(); // not defined
     551             : };
     552             : 
     553             : struct Resolution: public comphelper::ConfigurationGroup< Resolution> {
     554             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Resolution")); }
     555             : 
     556             : struct XAxis: public comphelper::ConfigurationGroup< XAxis> {
     557             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Resolution/XAxis")); }
     558             : 
     559             : struct Metric: public comphelper::ConfigurationProperty<Metric, sal_Int32> {
     560             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Resolution/XAxis/Metric")); }
     561             : private:
     562             :     Metric(); // not defined
     563             :     ~Metric(); // not defined
     564             : };
     565             : 
     566             : struct NonMetric: public comphelper::ConfigurationProperty<NonMetric, sal_Int32> {
     567             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Resolution/XAxis/NonMetric")); }
     568             : private:
     569             :     NonMetric(); // not defined
     570             :     ~NonMetric(); // not defined
     571             : };
     572             : 
     573             : private:
     574             :     XAxis(); // not defined
     575             :     ~XAxis(); // not defined
     576             : };
     577             : 
     578             : struct YAxis: public comphelper::ConfigurationGroup< YAxis> {
     579             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Resolution/YAxis")); }
     580             : 
     581             : struct Metric: public comphelper::ConfigurationProperty<Metric, sal_Int32> {
     582             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Resolution/YAxis/Metric")); }
     583             : private:
     584             :     Metric(); // not defined
     585             :     ~Metric(); // not defined
     586             : };
     587             : 
     588             : struct NonMetric: public comphelper::ConfigurationProperty<NonMetric, sal_Int32> {
     589             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Resolution/YAxis/NonMetric")); }
     590             : private:
     591             :     NonMetric(); // not defined
     592             :     ~NonMetric(); // not defined
     593             : };
     594             : 
     595             : private:
     596             :     YAxis(); // not defined
     597             :     ~YAxis(); // not defined
     598             : };
     599             : 
     600             : private:
     601             :     Resolution(); // not defined
     602             :     ~Resolution(); // not defined
     603             : };
     604             : 
     605             : struct Subdivision: public comphelper::ConfigurationGroup< Subdivision> {
     606             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Subdivision")); }
     607             : 
     608             : struct XAxis: public comphelper::ConfigurationProperty<XAxis, double> {
     609             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Subdivision/XAxis")); }
     610             : private:
     611             :     XAxis(); // not defined
     612             :     ~XAxis(); // not defined
     613             : };
     614             : 
     615             : struct YAxis: public comphelper::ConfigurationProperty<YAxis, double> {
     616             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/Subdivision/YAxis")); }
     617             : private:
     618             :     YAxis(); // not defined
     619             :     ~YAxis(); // not defined
     620             : };
     621             : 
     622             : private:
     623             :     Subdivision(); // not defined
     624             :     ~Subdivision(); // not defined
     625             : };
     626             : 
     627             : struct SnapGrid: public comphelper::ConfigurationGroup< SnapGrid> {
     628             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/SnapGrid")); }
     629             : 
     630             : struct Size: public comphelper::ConfigurationProperty<Size, bool> {
     631             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/SnapGrid/Size")); }
     632             : private:
     633             :     Size(); // not defined
     634             :     ~Size(); // not defined
     635             : };
     636             : 
     637             : struct XAxis: public comphelper::ConfigurationGroup< XAxis> {
     638             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/SnapGrid/XAxis")); }
     639             : 
     640             : struct Metric: public comphelper::ConfigurationProperty<Metric, sal_Int32> {
     641             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/SnapGrid/XAxis/Metric")); }
     642             : private:
     643             :     Metric(); // not defined
     644             :     ~Metric(); // not defined
     645             : };
     646             : 
     647             : struct NonMetric: public comphelper::ConfigurationProperty<NonMetric, sal_Int32> {
     648             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/SnapGrid/XAxis/NonMetric")); }
     649             : private:
     650             :     NonMetric(); // not defined
     651             :     ~NonMetric(); // not defined
     652             : };
     653             : 
     654             : private:
     655             :     XAxis(); // not defined
     656             :     ~XAxis(); // not defined
     657             : };
     658             : 
     659             : struct YAxis: public comphelper::ConfigurationGroup< YAxis> {
     660             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/SnapGrid/YAxis")); }
     661             : 
     662             : struct Metric: public comphelper::ConfigurationProperty<Metric, sal_Int32> {
     663             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/SnapGrid/YAxis/Metric")); }
     664             : private:
     665             :     Metric(); // not defined
     666             :     ~Metric(); // not defined
     667             : };
     668             : 
     669             : struct NonMetric: public comphelper::ConfigurationProperty<NonMetric, sal_Int32> {
     670             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Grid/SnapGrid/YAxis/NonMetric")); }
     671             : private:
     672             :     NonMetric(); // not defined
     673             :     ~NonMetric(); // not defined
     674             : };
     675             : 
     676             : private:
     677             :     YAxis(); // not defined
     678             :     ~YAxis(); // not defined
     679             : };
     680             : 
     681             : private:
     682             :     SnapGrid(); // not defined
     683             :     ~SnapGrid(); // not defined
     684             : };
     685             : 
     686             : private:
     687             :     Grid(); // not defined
     688             :     ~Grid(); // not defined
     689             : };
     690             : 
     691             : struct Print: public comphelper::ConfigurationGroup< Print> {
     692             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print")); }
     693             : 
     694             : struct Content: public comphelper::ConfigurationGroup< Content> {
     695             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Content")); }
     696             : 
     697             : struct Presentation: public comphelper::ConfigurationProperty<Presentation, bool> {
     698             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Content/Presentation")); }
     699             : private:
     700             :     Presentation(); // not defined
     701             :     ~Presentation(); // not defined
     702             : };
     703             : 
     704             : struct Note: public comphelper::ConfigurationProperty<Note, bool> {
     705             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Content/Note")); }
     706             : private:
     707             :     Note(); // not defined
     708             :     ~Note(); // not defined
     709             : };
     710             : 
     711             : struct Handout: public comphelper::ConfigurationProperty<Handout, bool> {
     712             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Content/Handout")); }
     713             : private:
     714             :     Handout(); // not defined
     715             :     ~Handout(); // not defined
     716             : };
     717             : 
     718             : struct Outline: public comphelper::ConfigurationProperty<Outline, bool> {
     719             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Content/Outline")); }
     720             : private:
     721             :     Outline(); // not defined
     722             :     ~Outline(); // not defined
     723             : };
     724             : 
     725             : private:
     726             :     Content(); // not defined
     727             :     ~Content(); // not defined
     728             : };
     729             : 
     730             : struct Page: public comphelper::ConfigurationGroup< Page> {
     731             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Page")); }
     732             : 
     733             : struct PageSize: public comphelper::ConfigurationProperty<PageSize, bool> {
     734             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Page/PageSize")); }
     735             : private:
     736             :     PageSize(); // not defined
     737             :     ~PageSize(); // not defined
     738             : };
     739             : 
     740             : struct PageTile: public comphelper::ConfigurationProperty<PageTile, bool> {
     741             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Page/PageTile")); }
     742             : private:
     743             :     PageTile(); // not defined
     744             :     ~PageTile(); // not defined
     745             : };
     746             : 
     747             : struct Booklet: public comphelper::ConfigurationProperty<Booklet, bool> {
     748             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Page/Booklet")); }
     749             : private:
     750             :     Booklet(); // not defined
     751             :     ~Booklet(); // not defined
     752             : };
     753             : 
     754             : struct BookletFront: public comphelper::ConfigurationProperty<BookletFront, bool> {
     755             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Page/BookletFront")); }
     756             : private:
     757             :     BookletFront(); // not defined
     758             :     ~BookletFront(); // not defined
     759             : };
     760             : 
     761             : struct BookletBack: public comphelper::ConfigurationProperty<BookletBack, bool> {
     762             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Page/BookletBack")); }
     763             : private:
     764             :     BookletBack(); // not defined
     765             :     ~BookletBack(); // not defined
     766             : };
     767             : 
     768             : private:
     769             :     Page(); // not defined
     770             :     ~Page(); // not defined
     771             : };
     772             : 
     773             : struct Other: public comphelper::ConfigurationGroup< Other> {
     774             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Other")); }
     775             : 
     776             : struct PageName: public comphelper::ConfigurationProperty<PageName, bool> {
     777             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Other/PageName")); }
     778             : private:
     779             :     PageName(); // not defined
     780             :     ~PageName(); // not defined
     781             : };
     782             : 
     783             : struct Date: public comphelper::ConfigurationProperty<Date, bool> {
     784             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Other/Date")); }
     785             : private:
     786             :     Date(); // not defined
     787             :     ~Date(); // not defined
     788             : };
     789             : 
     790             : struct Time: public comphelper::ConfigurationProperty<Time, bool> {
     791             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Other/Time")); }
     792             : private:
     793             :     Time(); // not defined
     794             :     ~Time(); // not defined
     795             : };
     796             : 
     797             : struct HiddenPage: public comphelper::ConfigurationProperty<HiddenPage, bool> {
     798             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Other/HiddenPage")); }
     799             : private:
     800             :     HiddenPage(); // not defined
     801             :     ~HiddenPage(); // not defined
     802             : };
     803             : 
     804             : struct Quality: public comphelper::ConfigurationProperty<Quality, sal_Int32> {
     805             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Other/Quality")); }
     806             : private:
     807             :     Quality(); // not defined
     808             :     ~Quality(); // not defined
     809             : };
     810             : 
     811             : struct FromPrinterSetup: public comphelper::ConfigurationProperty<FromPrinterSetup, bool> {
     812             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Other/FromPrinterSetup")); }
     813             : private:
     814             :     FromPrinterSetup(); // not defined
     815             :     ~FromPrinterSetup(); // not defined
     816             : };
     817             : 
     818             : struct HandoutHorizontal: public comphelper::ConfigurationProperty<HandoutHorizontal, bool> {
     819             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Other/HandoutHorizontal")); }
     820             : private:
     821             :     HandoutHorizontal(); // not defined
     822             :     ~HandoutHorizontal(); // not defined
     823             : };
     824             : 
     825             : struct PagesPerHandout: public comphelper::ConfigurationProperty<PagesPerHandout, sal_Int32> {
     826             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Print/Other/PagesPerHandout")); }
     827             : private:
     828             :     PagesPerHandout(); // not defined
     829             :     ~PagesPerHandout(); // not defined
     830             : };
     831             : 
     832             : private:
     833             :     Other(); // not defined
     834             :     ~Other(); // not defined
     835             : };
     836             : 
     837             : private:
     838             :     Print(); // not defined
     839             :     ~Print(); // not defined
     840             : };
     841             : 
     842             : struct Filter: public comphelper::ConfigurationGroup< Filter> {
     843             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Filter")); }
     844             : 
     845             : struct Import: public comphelper::ConfigurationGroup< Import> {
     846             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Filter/Import")); }
     847             : 
     848             : struct VBA: public comphelper::ConfigurationGroup< VBA> {
     849             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Filter/Import/VBA")); }
     850             : 
     851             : struct Load: public comphelper::ConfigurationProperty<Load, bool> {
     852             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Filter/Import/VBA/Load")); }
     853             : private:
     854             :     Load(); // not defined
     855             :     ~Load(); // not defined
     856             : };
     857             : 
     858             : struct Save: public comphelper::ConfigurationProperty<Save, bool> {
     859             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Filter/Import/VBA/Save")); }
     860             : private:
     861             :     Save(); // not defined
     862             :     ~Save(); // not defined
     863             : };
     864             : 
     865             : private:
     866             :     VBA(); // not defined
     867             :     ~VBA(); // not defined
     868             : };
     869             : 
     870             : private:
     871             :     Import(); // not defined
     872             :     ~Import(); // not defined
     873             : };
     874             : 
     875             : struct Export: public comphelper::ConfigurationGroup< Export> {
     876             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Filter/Export")); }
     877             : 
     878             : struct LastUsed: public comphelper::ConfigurationProperty<LastUsed, boost::optional<rtl::OUString> > {
     879             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/Filter/Export/LastUsed")); }
     880             : private:
     881             :     LastUsed(); // not defined
     882             :     ~LastUsed(); // not defined
     883             : };
     884             : 
     885             : private:
     886             :     Export(); // not defined
     887             :     ~Export(); // not defined
     888             : };
     889             : 
     890             : private:
     891             :     Filter(); // not defined
     892             :     ~Filter(); // not defined
     893             : };
     894             : 
     895             : struct MultiPaneGUI: public comphelper::ConfigurationGroup< MultiPaneGUI> {
     896             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI")); }
     897             : 
     898             : struct ToolPanel: public comphelper::ConfigurationGroup< ToolPanel> {
     899             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/ToolPanel")); }
     900             : 
     901             : struct Visible: public comphelper::ConfigurationGroup< Visible> {
     902             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/ToolPanel/Visible")); }
     903             : 
     904             : struct ImpressView: public comphelper::ConfigurationProperty<ImpressView, boost::optional<bool> > {
     905             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/ToolPanel/Visible/ImpressView")); }
     906             : private:
     907             :     ImpressView(); // not defined
     908             :     ~ImpressView(); // not defined
     909             : };
     910             : 
     911             : struct OutlineView: public comphelper::ConfigurationProperty<OutlineView, boost::optional<bool> > {
     912             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/ToolPanel/Visible/OutlineView")); }
     913             : private:
     914             :     OutlineView(); // not defined
     915             :     ~OutlineView(); // not defined
     916             : };
     917             : 
     918             : struct NotesView: public comphelper::ConfigurationProperty<NotesView, boost::optional<bool> > {
     919             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/ToolPanel/Visible/NotesView")); }
     920             : private:
     921             :     NotesView(); // not defined
     922             :     ~NotesView(); // not defined
     923             : };
     924             : 
     925             : struct HandoutView: public comphelper::ConfigurationProperty<HandoutView, boost::optional<bool> > {
     926             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/ToolPanel/Visible/HandoutView")); }
     927             : private:
     928             :     HandoutView(); // not defined
     929             :     ~HandoutView(); // not defined
     930             : };
     931             : 
     932             : struct SlideSorterView: public comphelper::ConfigurationProperty<SlideSorterView, boost::optional<bool> > {
     933             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/ToolPanel/Visible/SlideSorterView")); }
     934             : private:
     935             :     SlideSorterView(); // not defined
     936             :     ~SlideSorterView(); // not defined
     937             : };
     938             : 
     939             : private:
     940             :     Visible(); // not defined
     941             :     ~Visible(); // not defined
     942             : };
     943             : 
     944             : struct RecentlyUsedMasterPages: public comphelper::ConfigurationSet< RecentlyUsedMasterPages> {
     945             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/ToolPanel/RecentlyUsedMasterPages")); }
     946             : private:
     947             :     RecentlyUsedMasterPages(); // not defined
     948             :     ~RecentlyUsedMasterPages(); // not defined
     949             : };
     950             : 
     951             : private:
     952             :     ToolPanel(); // not defined
     953             :     ~ToolPanel(); // not defined
     954             : };
     955             : 
     956             : struct Framework: public comphelper::ConfigurationGroup< Framework> {
     957             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/Framework")); }
     958             : 
     959             : struct ResourceFactories: public comphelper::ConfigurationSet< ResourceFactories> {
     960             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/Framework/ResourceFactories")); }
     961             : private:
     962             :     ResourceFactories(); // not defined
     963             :     ~ResourceFactories(); // not defined
     964             : };
     965             : 
     966             : struct StartupServices: public comphelper::ConfigurationSet< StartupServices> {
     967             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/Framework/StartupServices")); }
     968             : private:
     969             :     StartupServices(); // not defined
     970             :     ~StartupServices(); // not defined
     971             : };
     972             : 
     973             : private:
     974             :     Framework(); // not defined
     975             :     ~Framework(); // not defined
     976             : };
     977             : 
     978             : struct SlideSorterBar: public comphelper::ConfigurationGroup< SlideSorterBar> {
     979             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar")); }
     980             : 
     981             : struct Visible: public comphelper::ConfigurationGroup< Visible> {
     982             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/Visible")); }
     983             : 
     984             : struct ImpressView: public comphelper::ConfigurationProperty<ImpressView, boost::optional<bool> > {
     985             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/Visible/ImpressView")); }
     986             : private:
     987             :     ImpressView(); // not defined
     988             :     ~ImpressView(); // not defined
     989             : };
     990             : 
     991             : struct OutlineView: public comphelper::ConfigurationProperty<OutlineView, boost::optional<bool> > {
     992             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/Visible/OutlineView")); }
     993             : private:
     994             :     OutlineView(); // not defined
     995             :     ~OutlineView(); // not defined
     996             : };
     997             : 
     998             : struct NotesView: public comphelper::ConfigurationProperty<NotesView, boost::optional<bool> > {
     999             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/Visible/NotesView")); }
    1000             : private:
    1001             :     NotesView(); // not defined
    1002             :     ~NotesView(); // not defined
    1003             : };
    1004             : 
    1005             : struct HandoutView: public comphelper::ConfigurationProperty<HandoutView, boost::optional<bool> > {
    1006             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/Visible/HandoutView")); }
    1007             : private:
    1008             :     HandoutView(); // not defined
    1009             :     ~HandoutView(); // not defined
    1010             : };
    1011             : 
    1012             : struct SlideSorterView: public comphelper::ConfigurationProperty<SlideSorterView, boost::optional<bool> > {
    1013             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/Visible/SlideSorterView")); }
    1014             : private:
    1015             :     SlideSorterView(); // not defined
    1016             :     ~SlideSorterView(); // not defined
    1017             : };
    1018             : 
    1019             : struct DrawView: public comphelper::ConfigurationProperty<DrawView, boost::optional<bool> > {
    1020             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/Visible/DrawView")); }
    1021             : private:
    1022             :     DrawView(); // not defined
    1023             :     ~DrawView(); // not defined
    1024             : };
    1025             : 
    1026             : private:
    1027             :     Visible(); // not defined
    1028             :     ~Visible(); // not defined
    1029             : };
    1030             : 
    1031             : struct PreviewCache: public comphelper::ConfigurationGroup< PreviewCache> {
    1032             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/PreviewCache")); }
    1033             : 
    1034             : struct CacheSize: public comphelper::ConfigurationProperty<CacheSize, sal_Int32> {
    1035             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/PreviewCache/CacheSize")); }
    1036             : private:
    1037             :     CacheSize(); // not defined
    1038             :     ~CacheSize(); // not defined
    1039             : };
    1040             : 
    1041             : struct CompactionPolicy: public comphelper::ConfigurationProperty<CompactionPolicy, rtl::OUString> {
    1042             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/PreviewCache/CompactionPolicy")); }
    1043             : private:
    1044             :     CompactionPolicy(); // not defined
    1045             :     ~CompactionPolicy(); // not defined
    1046             : };
    1047             : 
    1048             : struct CompressionPolicy: public comphelper::ConfigurationProperty<CompressionPolicy, rtl::OUString> {
    1049             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/PreviewCache/CompressionPolicy")); }
    1050             : private:
    1051             :     CompressionPolicy(); // not defined
    1052             :     ~CompressionPolicy(); // not defined
    1053             : };
    1054             : 
    1055             : struct TimeBetweenHighPriorityRequests: public comphelper::ConfigurationProperty<TimeBetweenHighPriorityRequests, sal_Int32> {
    1056             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/PreviewCache/TimeBetweenHighPriorityRequests")); }
    1057             : private:
    1058             :     TimeBetweenHighPriorityRequests(); // not defined
    1059             :     ~TimeBetweenHighPriorityRequests(); // not defined
    1060             : };
    1061             : 
    1062             : struct TimeBetweenLowPriorityRequests: public comphelper::ConfigurationProperty<TimeBetweenLowPriorityRequests, sal_Int32> {
    1063             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/PreviewCache/TimeBetweenLowPriorityRequests")); }
    1064             : private:
    1065             :     TimeBetweenLowPriorityRequests(); // not defined
    1066             :     ~TimeBetweenLowPriorityRequests(); // not defined
    1067             : };
    1068             : 
    1069             : struct TimeBetweenRequestsDuringShow: public comphelper::ConfigurationProperty<TimeBetweenRequestsDuringShow, sal_Int32> {
    1070             :     static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Impress/MultiPaneGUI/SlideSorterBar/PreviewCache/TimeBetweenRequestsDuringShow")); }
    1071             : private:
    1072             :     TimeBetweenRequestsDuringShow(); // not defined
    1073             :     ~TimeBetweenRequestsDuringShow(); // not defined
    1074             : };
    1075             : 
    1076             : private:
    1077             :     PreviewCache(); // not defined
    1078             :     ~PreviewCache(); // not defined
    1079             : };
    1080             : 
    1081             : private:
    1082             :     SlideSorterBar(); // not defined
    1083             :     ~SlideSorterBar(); // not defined
    1084             : };
    1085             : 
    1086             : private:
    1087             :     MultiPaneGUI(); // not defined
    1088             :     ~MultiPaneGUI(); // not defined
    1089             : };
    1090             : 
    1091             : } } }
    1092             : 
    1093             : #endif

Generated by: LCOV version 1.10