summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-10-06 17:13:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-10-06 17:14:16 +0200
commit5e47d8ca9a4282d2c7b6e1e561d7f2eb46166bd7 (patch)
treee1085b4327bddcf1745115c43f6a1b2872eda72d /oox/inc
parent190bfac40e1b7a3b32793ac82eb3e67aefd6c785 (diff)
Remove 3 oox::ole elements:
oox::ole::AxFormPageModel::AxFormPageModel() oox::ole::AxMultiPageModel::AxMultiPageModel() oox::ole::AxTabStripModel::AxTabStripModel() Change-Id: I09c0993c2b6e98eed5536ac1c2a8b5559a3dcac6
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/ole/axcontrol.hxx52
1 files changed, 0 insertions, 52 deletions
diff --git a/oox/inc/oox/ole/axcontrol.hxx b/oox/inc/oox/ole/axcontrol.hxx
index 30187a470a2c..9e002783e64a 100644
--- a/oox/inc/oox/ole/axcontrol.hxx
+++ b/oox/inc/oox/ole/axcontrol.hxx
@@ -801,31 +801,6 @@ public: // direct access needed for legacy VML drawing controls
// ============================================================================
-/** Model for a Forms 2.0 tabstrip control. */
-class OOX_DLLPUBLIC AxTabStripModel : public AxFontDataModel
-{
-public:
- explicit AxTabStripModel();
-
- virtual bool importBinaryModel( BinaryInputStream& rInStrm );
-
- virtual ApiControlType getControlType() const;
- virtual void convertProperties( PropertyMap& rPropMap, const ControlConverter& rConv ) const;
-
-private:
- AxStringArray maCaptions; ///< Captions of all tabs.
- sal_uInt32 mnBackColor; ///< Fill color.
- sal_uInt32 mnTextColor; ///< Text color.
- sal_uInt32 mnFlags; ///< Various flags.
- sal_Int32 mnSelectedTab; ///< The index of the selected tab.
- sal_uInt32 mnTabStyle; ///< Visual style of the tabs.
- sal_Int32 mnTabFlagCount; ///< Number of entries in tab flag array.
-};
-
-typedef ::boost::shared_ptr< AxTabStripModel > AxTabStripModelRef;
-
-// ============================================================================
-
typedef ::std::vector< ::rtl::OUString > AxClassTable;
/** Base class for ActiveX container controls. */
@@ -881,33 +856,6 @@ public:
// ============================================================================
-/** Model for a Forms 2.0 formpage control (a single page in a multipage control). */
-class OOX_DLLPUBLIC AxFormPageModel : public AxContainerModelBase
-{
-public:
- explicit AxFormPageModel();
-
- virtual ApiControlType getControlType() const;
- virtual void convertProperties( PropertyMap& rPropMap, const ControlConverter& rConv ) const;
-};
-
-// ============================================================================
-
-/** Model for a Forms 2.0 multipage control. Contains the tabstrip control
- (class AxTabStripModel) and the single pages (class AxFormPageModel). */
-class OOX_DLLPUBLIC AxMultiPageModel : public AxContainerModelBase
-{
-public:
- explicit AxMultiPageModel();
-
- virtual ApiControlType getControlType() const;
- virtual void convertProperties( PropertyMap& rPropMap, const ControlConverter& rConv ) const;
-
-private:
- AxTabStripModelRef mxTabStrip;
-};
-
-// ============================================================================
/** Model for a Forms 2.0 user form. */
class OOX_DLLPUBLIC AxUserFormModel : public AxContainerModelBase