diff options
Diffstat (limited to 'sc/source/ui/inc/tphfedit.hxx')
-rw-r--r-- | sc/source/ui/inc/tphfedit.hxx | 101 |
1 files changed, 1 insertions, 100 deletions
diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx index d9d26d2111cd..ed564875142e 100644 --- a/sc/source/ui/inc/tphfedit.hxx +++ b/sc/source/ui/inc/tphfedit.hxx @@ -53,7 +53,7 @@ class SvxFieldItem; class ScAccessibleEditObject; class ScEditWindow; -SC_DLLPUBLIC ScEditWindow* GetScEditWindow (); //CHINA001 +SC_DLLPUBLIC ScEditWindow* GetScEditWindow (); enum ScEditWindowLocation { @@ -114,8 +114,6 @@ private: SC_DLLPRIVATE DECL_LINK( TimerHdl, Timer*); -// void DrawArrow(); - protected: virtual void MouseButtonDown( const MouseEvent& rMEvt ); @@ -138,102 +136,5 @@ public: virtual long PreNotify( NotifyEvent& rNEvt ); }; - -//=================================================================== -//CHINA001 -//CHINA001 class ScHFEditPage : public SfxTabPage -//CHINA001 { -//CHINA001 public: -//CHINA001 virtual BOOL FillItemSet ( SfxItemSet& rCoreSet ); -//CHINA001 virtual void Reset ( const SfxItemSet& rCoreSet ); -//CHINA001 -//CHINA001 void SetNumType(SvxNumType eNumType); -//CHINA001 -//CHINA001 protected: -//CHINA001 ScHFEditPage( Window* pParent, -//CHINA001 USHORT nResId, -//CHINA001 const SfxItemSet& rCoreSet, -//CHINA001 USHORT nWhich ); -//CHINA001 virtual ~ScHFEditPage(); -//CHINA001 -//CHINA001 private: -//CHINA001 FixedText aFtLeft; -//CHINA001 ScEditWindow aWndLeft; -//CHINA001 FixedText aFtCenter; -//CHINA001 ScEditWindow aWndCenter; -//CHINA001 FixedText aFtRight; -//CHINA001 ScEditWindow aWndRight; -//CHINA001 ImageButton aBtnText; -//CHINA001 ScExtIButton aBtnFile; -//CHINA001 ImageButton aBtnTable; -//CHINA001 ImageButton aBtnPage; -//CHINA001 ImageButton aBtnLastPage; -//CHINA001 ImageButton aBtnDate; -//CHINA001 ImageButton aBtnTime; -//CHINA001 FixedLine aFlInfo; -//CHINA001 FixedInfo aFtInfo; -//CHINA001 ScPopupMenu aPopUpFile; -//CHINA001 -//CHINA001 USHORT nWhich; -//CHINA001 String aCmdArr[6]; -//CHINA001 -//CHINA001 private: -//CHINA001 #ifdef _TPHFEDIT_CXX -//CHINA001 void FillCmdArr(); -//CHINA001 DECL_LINK( ClickHdl, ImageButton* ); -//CHINA001 DECL_LINK( MenuHdl, ScExtIButton* ); -//CHINA001 #endif -//CHINA001 }; -//CHINA001 -//CHINA001 //=================================================================== -//CHINA001 -//CHINA001 class ScRightHeaderEditPage : public ScHFEditPage -//CHINA001 { -//CHINA001 public: -//CHINA001 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet ); -//CHINA001 static USHORT* GetRanges(); -//CHINA001 -//CHINA001 private: -//CHINA001 ScRightHeaderEditPage( Window* pParent, const SfxItemSet& rSet ); -//CHINA001 }; -//CHINA001 -//CHINA001 //=================================================================== -//CHINA001 -//CHINA001 class ScLeftHeaderEditPage : public ScHFEditPage -//CHINA001 { -//CHINA001 public: -//CHINA001 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet ); -//CHINA001 static USHORT* GetRanges(); -//CHINA001 -//CHINA001 private: -//CHINA001 ScLeftHeaderEditPage( Window* pParent, const SfxItemSet& rSet ); -//CHINA001 }; -//CHINA001 -//CHINA001 //=================================================================== -//CHINA001 -//CHINA001 class ScRightFooterEditPage : public ScHFEditPage -//CHINA001 { -//CHINA001 public: -//CHINA001 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet ); -//CHINA001 static USHORT* GetRanges(); -//CHINA001 -//CHINA001 private: -//CHINA001 ScRightFooterEditPage( Window* pParent, const SfxItemSet& rSet ); -//CHINA001 }; -//CHINA001 -//CHINA001 //=================================================================== -//CHINA001 -//CHINA001 class ScLeftFooterEditPage : public ScHFEditPage -//CHINA001 { -//CHINA001 public: -//CHINA001 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet ); -//CHINA001 static USHORT* GetRanges(); -//CHINA001 -//CHINA001 private: -//CHINA001 ScLeftFooterEditPage( Window* pParent, const SfxItemSet& rSet ); -//CHINA001 }; - - - #endif // SC_TPHFEDIT_HXX |