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, 0 insertions, 32 deletions
diff --git a/sc/source/filter/inc/xestyle.hxx b/sc/source/filter/inc/xestyle.hxx
index 507b8d2ec59d..cf2c24023cfb 100644
--- a/sc/source/filter/inc/xestyle.hxx
+++ b/sc/source/filter/inc/xestyle.hxx
@@ -58,8 +58,6 @@ enum XclExpColorType
EXC_COLOR_TABBG /// Spreadsheet tab bg color.
};
-
-
class XclExpPaletteImpl;
/** Stores all used colors in the document.
@@ -131,8 +129,6 @@ class SvxFont;
const size_t EXC_FONTLIST_NOTFOUND = static_cast< size_t >( -1 );
-
-
/** Static helper functions for font export. */
class XclExpFontHelper
{
@@ -161,8 +157,6 @@ private:
~XclExpFontHelper();
};
-
-
/** Stores all data of an Excel font and provides export of FONT records. */
class XclExpFont : public XclExpRecord, protected XclExpRoot
{
@@ -190,8 +184,6 @@ 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,8 +197,6 @@ public:
virtual void Save( XclExpStream& rStrm ) SAL_OVERRIDE;
};
-
-
class ScPatternAttr;
/** Stores the data of all fonts used in the document. */
@@ -275,8 +265,6 @@ struct XclExpNumFmt
void SaveXml( XclExpXmlStream& rStrm );
};
-
-
class SvNumberFormatter;
typedef ::std::auto_ptr< SvNumberFormatter > SvNumberFormatterPtr;
@@ -333,8 +321,6 @@ 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. */
struct XclExpCellAlign : public XclCellAlign
@@ -354,8 +340,6 @@ 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. */
struct XclExpCellBorder : public XclCellBorder
@@ -387,8 +371,6 @@ 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. */
struct XclExpCellArea : public XclCellArea
@@ -426,8 +408,6 @@ struct XclExpColor
void SaveXml( XclExpXmlStream& rStrm ) const;
};
-
-
/** A combination of unique XF identifier with real Excel XF index. */
struct XclExpXFId
{
@@ -441,8 +421,6 @@ struct XclExpXFId
void ConvertXFIndex( const XclExpRoot& rRoot );
};
-
-
class SfxStyleSheetBase;
/** Represents an XF record which contains all formatting data of a cell or cell style. */
@@ -538,8 +516,6 @@ private:
virtual void WriteBody( XclExpStream& rStrm ) SAL_OVERRIDE;
};
-
-
/** Represents a default XF record. Supports methods to set attributes directly. */
class XclExpDefaultXF : public XclExpXF
{
@@ -552,8 +528,6 @@ 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. */
class XclExpStyle : public XclExpRecord
@@ -580,8 +554,6 @@ private:
sal_uInt8 mnLevel; /// Outline level for RowLevel and ColLevel styles.
};
-
-
/** Stores all XF records (cell formats and cell styles) in the document.
Stores also the names of user defined cell styles (STYLE records). Supports
@@ -763,8 +735,6 @@ private:
boost::scoped_ptr<NfKeywordTable> mpKeywordTable; /// Replacement table.
};
-
-
class XclExpXmlStyleSheet : public XclExpRecordBase, protected XclExpRoot
{
public:
@@ -773,8 +743,6 @@ public:
virtual void SaveXml( XclExpXmlStream& rStrm ) SAL_OVERRIDE;
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */