summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xiescher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xiescher.hxx')
-rw-r--r--sc/source/filter/inc/xiescher.hxx64
1 files changed, 0 insertions, 64 deletions
diff --git a/sc/source/filter/inc/xiescher.hxx b/sc/source/filter/inc/xiescher.hxx
index 4eaf60cd4568..ef99ab7f6519 100644
--- a/sc/source/filter/inc/xiescher.hxx
+++ b/sc/source/filter/inc/xiescher.hxx
@@ -202,8 +202,6 @@ private:
bool mbCustomDff; /// true = Recreate SdrObject in DFF import.
};
-
-
class XclImpDrawObjVector : public ::std::vector< XclImpDrawObjRef >
{
public:
@@ -216,8 +214,6 @@ public:
sal_Size GetProgressSize() const;
};
-
-
/** A placeholder object for unknown object types. */
class XclImpPhObj : public XclImpDrawObjBase
{
@@ -225,8 +221,6 @@ public:
explicit XclImpPhObj( const XclImpRoot& rRoot );
};
-
-
/** A group object. */
class XclImpGroupObj : public XclImpDrawObjBase
{
@@ -253,8 +247,6 @@ protected:
sal_uInt16 mnFirstUngrouped; /// Object identfier of first object not grouped into this group.
};
-
-
/** A line object. */
class XclImpLineObj : public XclImpDrawObjBase
{
@@ -277,8 +269,6 @@ protected:
sal_uInt8 mnStartPoint; /// Starting point.
};
-
-
/** A rectangle or oval object. */
class XclImpRectObj : public XclImpDrawObjBase
{
@@ -307,8 +297,6 @@ protected:
sal_uInt16 mnFrameFlags; /// Additional flags.
};
-
-
/** An oval object. */
class XclImpOvalObj : public XclImpRectObj
{
@@ -320,8 +308,6 @@ protected:
virtual SdrObject* DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchorRect ) const SAL_OVERRIDE;
};
-
-
/** An arc object. */
class XclImpArcObj : public XclImpDrawObjBase
{
@@ -344,8 +330,6 @@ protected:
sal_uInt8 mnQuadrant; /// Visible quadrant of the circle.
};
-
-
/** A polygon object. */
class XclImpPolygonObj : public XclImpRectObj
{
@@ -370,8 +354,6 @@ protected:
sal_uInt16 mnPointCount; /// Polygon point count.
};
-
-
struct XclImpObjTextData
{
XclObjTextData maData; /// BIFF5 text data.
@@ -383,8 +365,6 @@ struct XclImpObjTextData
void ReadFormats( XclImpStream& rStrm );
};
-
-
/** A drawing object supporting text contents. Used for all simple objects in BIFF8. */
class XclImpTextObj : public XclImpRectObj
{
@@ -410,8 +390,6 @@ protected:
XclImpObjTextData maTextData; /// Textbox data from BIFF5 OBJ or BIFF8 TXO record.
};
-
-
/** A chart object. This is the drawing object wrapper for the chart data. */
class XclImpChartObj : public XclImpRectObj
{
@@ -449,8 +427,6 @@ private:
bool mbOwnTab; /// true = own sheet; false = embedded object.
};
-
-
/** A note object, which is a specialized text box objext. */
class XclImpNoteObj : public XclImpTextObj
{
@@ -469,8 +445,6 @@ private:
sal_uInt16 mnNoteFlags; /// Flags from NOTE record.
};
-
-
/** Helper base class for TBX and OCX form controls to manage spreadsheet links. */
class XclImpControlHelper
{
@@ -516,8 +490,6 @@ private:
XclCtrlBindMode meBindMode; /// Value binding mode.
};
-
-
/** Base class for textbox based form controls. */
class XclImpTbxObjBase : public XclImpTextObj, public XclImpControlHelper
{
@@ -550,8 +522,6 @@ protected:
virtual XclTbxEventType DoGetEventType() const = 0;
};
-
-
/** A button control. */
class XclImpButtonObj : public XclImpTbxObjBase
{
@@ -567,8 +537,6 @@ protected:
virtual XclTbxEventType DoGetEventType() const SAL_OVERRIDE;
};
-
-
/** A checkbox control. */
class XclImpCheckBoxObj : public XclImpTbxObjBase
{
@@ -592,8 +560,6 @@ protected:
sal_uInt16 mnCheckBoxFlags;
};
-
-
/** An option button control. */
class XclImpOptionButtonObj : public XclImpCheckBoxObj
{
@@ -618,8 +584,6 @@ protected:
sal_uInt16 mnFirstInGroup; /// 1 = Button is the first in a group.
};
-
-
/** A label control. */
class XclImpLabelObj : public XclImpTbxObjBase
{
@@ -635,8 +599,6 @@ protected:
virtual XclTbxEventType DoGetEventType() const SAL_OVERRIDE;
};
-
-
/** A groupbox control. */
class XclImpGroupBoxObj : public XclImpTbxObjBase
{
@@ -659,8 +621,6 @@ protected:
sal_uInt16 mnGroupBoxFlags;
};
-
-
/** A dialog control. */
class XclImpDialogObj : public XclImpTbxObjBase
{
@@ -676,8 +636,6 @@ protected:
virtual XclTbxEventType DoGetEventType() const SAL_OVERRIDE;
};
-
-
/** An edit control. */
class XclImpEditObj : public XclImpTbxObjBase
{
@@ -706,8 +664,6 @@ protected:
sal_uInt16 mnListBoxObjId;
};
-
-
/** Base class of scrollable form controls (spin button, scrollbar, listbox, dropdown). */
class XclImpTbxObjScrollableBase : public XclImpTbxObjBase
{
@@ -732,8 +688,6 @@ protected:
sal_uInt16 mnScrollFlags;
};
-
-
/** A spinbutton control. */
class XclImpSpinButtonObj : public XclImpTbxObjScrollableBase
{
@@ -751,8 +705,6 @@ protected:
virtual XclTbxEventType DoGetEventType() const SAL_OVERRIDE;
};
-
-
/** A scrollbar control. */
class XclImpScrollBarObj : public XclImpTbxObjScrollableBase
{
@@ -770,8 +722,6 @@ protected:
virtual XclTbxEventType DoGetEventType() const SAL_OVERRIDE;
};
-
-
/** Base class for list controls (listbox, dropdown). */
class XclImpTbxObjListBase : public XclImpTbxObjScrollableBase
{
@@ -792,8 +742,6 @@ protected:
bool mbHasDefFontIdx;
};
-
-
/** A listbox control. */
class XclImpListBoxObj : public XclImpTbxObjListBase
{
@@ -819,8 +767,6 @@ protected:
ScfUInt8Vec maSelection;
};
-
-
/** A dropdown listbox control. */
class XclImpDropDownObj : public XclImpTbxObjListBase
{
@@ -855,8 +801,6 @@ protected:
sal_uInt16 mnMinWidth;
};
-
-
/** A picture, an embedded or linked OLE object, or an OCX form control. */
class XclImpPictureObj : public XclImpRectObj, public XclImpControlHelper
{
@@ -956,8 +900,6 @@ private:
XclImpSdrObjMap maSdrObjMap; /// Maps SdrObjects to shape IDs.
};
-
-
/** Simple implementation of the SVX DFF manager. Implements resolving palette
colors. Used by XclImpDffPropSet (as is), extended by XclImpDffConverter.
*/
@@ -972,8 +914,6 @@ protected:
virtual bool GetColorFromPalette( sal_uInt16 nIndex, Color& rColor ) const SAL_OVERRIDE;
};
-
-
/** This is the central instance for converting binary DFF data into shape
objects. Used for all sheet shapes and shapes embedded in chart objects.
@@ -1166,8 +1106,6 @@ private:
bool mbOleObjs; /// True = draw model supports OLE objects.
};
-
-
/** Drawing manager of a single sheet. */
class XclImpSheetDrawing : public XclImpDrawing
{
@@ -1294,8 +1232,6 @@ private:
XclImpStream& operator>>( XclImpStream& rStrm, XclImpDffPropSet& rPropSet );
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */