[Libreoffice-commits] core.git: oox/inc
Miklos Vajna
vmiklos at suse.cz
Sun Mar 3 10:43:27 PST 2013
oox/inc/oox/drawingml/shape.hxx | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
New commits:
commit 3f2767ad271714a2b32024c2838c223fdf3eb928
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Sun Mar 3 19:39:05 2013 +0100
oox: fix doxygen comments in drawingml::shape
Change-Id: I3b2576057db49998b610da3094c3a41f2d214429
diff --git a/oox/inc/oox/drawingml/shape.hxx b/oox/inc/oox/drawingml/shape.hxx
index 4e2b491..0b82a01 100644
--- a/oox/inc/oox/drawingml/shape.hxx
+++ b/oox/inc/oox/drawingml/shape.hxx
@@ -59,8 +59,8 @@ typedef ::std::map< sal_Int32, ShapeStyleRef > ShapeStyleRefMap;
/** Additional information for a chart embedded in a drawing shape. */
struct ChartShapeInfo
{
- ::rtl::OUString maFragmentPath; /// Path to related XML stream, e.g. for charts.
- bool mbEmbedShapes; /// True = load chart shapes into chart, false = load into parent drawpage.
+ ::rtl::OUString maFragmentPath; ///< Path to related XML stream, e.g. for charts.
+ bool mbEmbedShapes; ///< True = load chart shapes into chart, false = load into parent drawpage.
inline explicit ChartShapeInfo( bool bEmbedShapes ) : mbEmbedShapes( bEmbedShapes ) {}
};
@@ -238,19 +238,19 @@ protected:
private:
enum FrameType
{
- FRAMETYPE_GENERIC, /// Generic shape, no special type.
- FRAMETYPE_OLEOBJECT, /// OLE object embedded in a shape.
- FRAMETYPE_CHART, /// Chart embedded in a shape.
- FRAMETYPE_DIAGRAM, /// Complex diagram drawing shape.
- FRAMETYPE_TABLE /// A table embedded in a shape.
+ FRAMETYPE_GENERIC, ///< Generic shape, no special type.
+ FRAMETYPE_OLEOBJECT, ///< OLE object embedded in a shape.
+ FRAMETYPE_CHART, ///< Chart embedded in a shape.
+ FRAMETYPE_DIAGRAM, ///< Complex diagram drawing shape.
+ FRAMETYPE_TABLE ///< A table embedded in a shape.
};
typedef ::boost::shared_ptr< ::oox::vml::OleObjectInfo > OleObjectInfoRef;
typedef ::boost::shared_ptr< ChartShapeInfo > ChartShapeInfoRef;
- FrameType meFrameType; /// Type for graphic frame shapes.
- OleObjectInfoRef mxOleObjectInfo; /// Additional data for OLE objects.
- ChartShapeInfoRef mxChartShapeInfo; /// Additional data for chart shapes.
+ FrameType meFrameType; ///< Type for graphic frame shapes.
+ OleObjectInfoRef mxOleObjectInfo; ///< Additional data for OLE objects.
+ ChartShapeInfoRef mxChartShapeInfo; ///< Additional data for chart shapes.
sal_Int32 mnRotation;
sal_Bool mbFlipH;
More information about the Libreoffice-commits
mailing list