summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xestyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xestyle.hxx')
-rw-r--r--sc/source/filter/inc/xestyle.hxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/sc/source/filter/inc/xestyle.hxx b/sc/source/filter/inc/xestyle.hxx
index 77061c8743dc..944b436c1536 100644
--- a/sc/source/filter/inc/xestyle.hxx
+++ b/sc/source/filter/inc/xestyle.hxx
@@ -58,7 +58,7 @@ enum XclExpColorType
EXC_COLOR_TABBG /// Spreadsheet tab bg color.
};
-// ----------------------------------------------------------------------------
+
class XclExpPaletteImpl;
@@ -131,7 +131,7 @@ class SvxFont;
const size_t EXC_FONTLIST_NOTFOUND = static_cast< size_t >( -1 );
-// ----------------------------------------------------------------------------
+
/** Static helper functions for font export. */
class XclExpFontHelper
@@ -161,7 +161,7 @@ private:
~XclExpFontHelper();
};
-// ----------------------------------------------------------------------------
+
/** Stores all data of an Excel font and provides export of FONT records. */
class XclExpFont : public XclExpRecord, protected XclExpRoot
@@ -190,7 +190,7 @@ private:
sal_uInt32 mnHash; /// Hash value for fast comparison.
};
-// ----------------------------------------------------------------------------
+
/** Used as placeholder for font index 4, which is not used in Excel. */
class XclExpBlindFont : public XclExpFont
@@ -205,7 +205,7 @@ public:
virtual void Save( XclExpStream& rStrm );
};
-// ----------------------------------------------------------------------------
+
class ScPatternAttr;
@@ -275,7 +275,7 @@ struct XclExpNumFmt
void SaveXml( XclExpXmlStream& rStrm );
};
-// ----------------------------------------------------------------------------
+
class SvNumberFormatter;
typedef ::std::auto_ptr< SvNumberFormatter > SvNumberFormatterPtr;
@@ -333,7 +333,7 @@ struct XclExpCellProt : public XclCellProt
void SaveXml( XclExpXmlStream& rStrm ) const;
};
-// ----------------------------------------------------------------------------
+
/** Extends the XclCellAlign struct for export.
@descr Provides functions to fill from item sets and to fill to Excel record data. */
@@ -354,7 +354,7 @@ struct XclExpCellAlign : public XclCellAlign
void SaveXml( XclExpXmlStream& rStrm ) const;
};
-// ----------------------------------------------------------------------------
+
/** Extends the XclCellBorder struct for export.
@descr Provides functions to fill from item sets and to fill to Excel record data. */
@@ -387,7 +387,7 @@ struct XclExpCellBorder : public XclCellBorder
void SaveXml( XclExpXmlStream& rStrm ) const;
};
-// ----------------------------------------------------------------------------
+
/** Extends the XclCellArea struct for export.
@descr Provides functions to fill from item sets and to fill to Excel record data. */
@@ -426,7 +426,7 @@ struct XclExpColor
void SaveXml( XclExpXmlStream& rStrm ) const;
};
-// ----------------------------------------------------------------------------
+
/** A combination of unique XF identifier with real Excel XF index. */
struct XclExpXFId
@@ -441,7 +441,7 @@ struct XclExpXFId
void ConvertXFIndex( const XclExpRoot& rRoot );
};
-// ----------------------------------------------------------------------------
+
class SfxStyleSheetBase;
@@ -538,7 +538,7 @@ private:
virtual void WriteBody( XclExpStream& rStrm );
};
-// ----------------------------------------------------------------------------
+
/** Represents a default XF record. Supports methods to set attributes directly. */
class XclExpDefaultXF : public XclExpXF
@@ -552,7 +552,7 @@ public:
void SetNumFmt( sal_uInt16 nXclNumFmt );
};
-// ----------------------------------------------------------------------------
+
/** Represents a STYLE record containing the data of a cell style.
@descr The calss is able to store built-in and user-defined styles. */
@@ -580,7 +580,7 @@ private:
sal_uInt8 mnLevel; /// Outline level for RowLevel and ColLevel styles.
};
-// ----------------------------------------------------------------------------
+
/** Stores all XF records (cell formats and cell styles) in the document.
@@ -763,7 +763,7 @@ private:
boost::scoped_ptr<NfKeywordTable> mpKeywordTable; /// Replacement table.
};
-// ============================================================================
+
class XclExpXmlStyleSheet : public XclExpRecordBase, protected XclExpRoot
{
@@ -773,7 +773,7 @@ public:
virtual void SaveXml( XclExpXmlStream& rStrm );
};
-// ============================================================================
+
#endif