[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/libs/odf
From:       Inge Wallin <inge () lysator ! liu ! se>
Date:       2009-08-19 13:09:19
Message-ID: 1250687359.235419.20425.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1013293 by ingwa:

Create a new style property category: chart-properties.
They are used for saving parts of charts, like the plot area or axes.


 M  +1 -0      KoGenStyle.h  
 M  +2 -0      KoGenStyles.cpp  


--- trunk/koffice/libs/odf/KoGenStyle.h #1013292:1013293
@@ -50,6 +50,7 @@
         StyleAuto,                   ///< style:style with \
                style:paragraph-properties as in odf 14.1 Style Element \
                (office:automatic-styles)
         StyleText,                   ///< style:style with style:text-properties as \
                in odf 14.8.1 Text Styles (office:styles)
         StyleTextAuto,               ///< style:style with style:text-properties as \
in odf 14.8.1 Text Styles (office:automatic-styles) +        StyleChart,              \
                ///< style:style with style:chart-properties
         StyleList,                   ///< text:list-style as in odf 14.10 List Style \
                (office:styles)
         StyleListAuto,               ///< text:list-style as in odf 14.10 List Style \
                (office:automatic-styles)
         StyleSectionAuto,            ///< style:style with style:section-properties \
                as in odf 14.8.3 Section Styles (office:automatic-styles)
--- trunk/koffice/libs/odf/KoGenStyles.cpp #1013292:1013293
@@ -3,6 +3,7 @@
    Copyright (C) 2007-2008 Thorsten Zachmann <zachmann@kde.org>
    Copyright (C) 2009 Thomas Zander <zander@kde.org>
    Copyright (C) 2008 Girish Ramakrishnan <girish@forwardbias.in>
+   Copyright (C) 2009 Inge Wallin <inge@lysator.liu.se>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
@@ -36,6 +37,7 @@
 } styleData[] = {
     { KoGenStyle::StyleUser, "style:style", "style:paragraph-properties", false  },
     { KoGenStyle::StyleText, "style:style", "style:text-properties", false  },
+    { KoGenStyle::StyleChart, "style:style", "style:chart-properties", false  },
     { KoGenStyle::StyleTableColumn, "style:style", "style:table-column-properties", \
                false  },
     { KoGenStyle::StyleTableRow, "style:style", "style:table-row-properties", false  \
                },
     { KoGenStyle::StyleTableCell, "style:style", "style:table-cell-properties", \
false  },


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic