summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/AccessibleContextBase.hxx5
-rw-r--r--sc/source/ui/inc/AccessibleCsvControl.hxx4
-rw-r--r--sc/source/ui/inc/AccessiblePreviewCell.hxx5
-rw-r--r--sc/source/ui/inc/AccessibleText.hxx6
-rw-r--r--sc/source/ui/inc/acredlin.hxx4
-rw-r--r--sc/source/ui/inc/anyrefdg.hxx4
-rw-r--r--sc/source/ui/inc/conflictsdlg.hxx8
-rw-r--r--sc/source/ui/inc/content.hxx4
-rw-r--r--sc/source/ui/inc/dapitype.hxx3
-rw-r--r--sc/source/ui/inc/dbfunc.hxx4
-rw-r--r--sc/source/ui/inc/docfunc.hxx2
-rw-r--r--sc/source/ui/inc/docsh.hxx11
-rw-r--r--sc/source/ui/inc/drawview.hxx3
-rw-r--r--sc/source/ui/inc/editable.hxx4
-rw-r--r--sc/source/ui/inc/editfield.hxx3
-rw-r--r--sc/source/ui/inc/expftext.hxx4
-rw-r--r--sc/source/ui/inc/formatsh.hxx5
-rw-r--r--sc/source/ui/inc/formdata.hxx3
-rw-r--r--sc/source/ui/inc/formula.hxx9
-rw-r--r--sc/source/ui/inc/funcpage.hxx5
-rw-r--r--sc/source/ui/inc/funcutl.hxx8
-rw-r--r--sc/source/ui/inc/gridwin.hxx13
-rw-r--r--sc/source/ui/inc/groupdlg.hxx3
-rw-r--r--sc/source/ui/inc/inputhdl.hxx6
-rw-r--r--sc/source/ui/inc/inputwin.hxx7
-rw-r--r--sc/source/ui/inc/lbseldlg.hxx4
-rw-r--r--sc/source/ui/inc/navipi.hxx4
-rw-r--r--sc/source/ui/inc/olinewin.hxx4
-rw-r--r--sc/source/ui/inc/output.hxx5
-rw-r--r--sc/source/ui/inc/prevloc.hxx5
-rw-r--r--sc/source/ui/inc/prevwsh.hxx6
-rw-r--r--sc/source/ui/inc/pvfundlg.hxx3
-rw-r--r--sc/source/ui/inc/refundo.hxx6
-rw-r--r--sc/source/ui/inc/simpref.hxx4
-rw-r--r--sc/source/ui/inc/tabview.hxx24
-rw-r--r--sc/source/ui/inc/tabvwsh.hxx24
-rw-r--r--sc/source/ui/inc/uiitems.hxx21
-rw-r--r--sc/source/ui/inc/undodat.hxx70
-rw-r--r--sc/source/ui/inc/undotab.hxx2
-rw-r--r--sc/source/ui/inc/viewdata.hxx12
-rw-r--r--sc/source/ui/inc/viewfunc.hxx10
41 files changed, 143 insertions, 194 deletions
diff --git a/sc/source/ui/inc/AccessibleContextBase.hxx b/sc/source/ui/inc/AccessibleContextBase.hxx
index 9dcd73909..c504b1e52 100644
--- a/sc/source/ui/inc/AccessibleContextBase.hxx
+++ b/sc/source/ui/inc/AccessibleContextBase.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: AccessibleContextBase.hxx,v $
- * $Revision: 1.23 $
+ * $Revision: 1.23.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -303,9 +303,6 @@ public:
ChangeName();
protected:
- /// Calls all Listener to tell they that the object is now DEFUNC
- void CommitDefunc() const;
-
/// Calls all FocusListener to tell they that the focus is gained.
void CommitFocusGained() const;
diff --git a/sc/source/ui/inc/AccessibleCsvControl.hxx b/sc/source/ui/inc/AccessibleCsvControl.hxx
index 39bd98b20..4c0f3f8b1 100644
--- a/sc/source/ui/inc/AccessibleCsvControl.hxx
+++ b/sc/source/ui/inc/AccessibleCsvControl.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: AccessibleCsvControl.hxx,v $
- * $Revision: 1.17 $
+ * $Revision: 1.15.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -136,8 +136,6 @@ protected:
/** Disposes the object. This is a helper called from destructors only. */
void implDispose();
- /** Converts the screen position rPos to a position relative to this control. */
- Point implGetRelPos( const Point& rPos ) const;
/** Converts the control-relative position to an absolute screen position. */
Point implGetAbsPos( const Point& rPos ) const;
};
diff --git a/sc/source/ui/inc/AccessiblePreviewCell.hxx b/sc/source/ui/inc/AccessiblePreviewCell.hxx
index bf0db678d..fb845fca6 100644
--- a/sc/source/ui/inc/AccessiblePreviewCell.hxx
+++ b/sc/source/ui/inc/AccessiblePreviewCell.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: AccessiblePreviewCell.hxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.11.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -115,9 +115,6 @@ private:
sal_Bool IsOpaque(
const com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates);
- sal_Bool IsSelected(
- const com::sun::star::uno::Reference<
- ::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates);
void CreateTextHelper();
diff --git a/sc/source/ui/inc/AccessibleText.hxx b/sc/source/ui/inc/AccessibleText.hxx
index f89004c05..1b442307d 100644
--- a/sc/source/ui/inc/AccessibleText.hxx
+++ b/sc/source/ui/inc/AccessibleText.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: AccessibleText.hxx,v $
- * $Revision: 1.19 $
+ * $Revision: 1.19.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -204,7 +204,7 @@ public:
virtual SvxViewForwarder* GetViewForwarder();
virtual SvxEditViewForwarder* GetEditViewForwarder( sal_Bool /* bCreate */ ) { return NULL; }
- DECL_LINK( NotifyHdl, EENotify* );
+//UNUSED2008-05 DECL_LINK( NotifyHdl, EENotify* );
private:
ScPreviewViewForwarder* mpViewForwarder;
ScPreviewShell* mpViewShell;
@@ -234,7 +234,7 @@ public:
virtual SvxViewForwarder* GetViewForwarder();
virtual SvxEditViewForwarder* GetEditViewForwarder( sal_Bool /* bCreate */ ) { return NULL; }
- DECL_LINK( NotifyHdl, EENotify* );
+//UNUSED2008-05 DECL_LINK( NotifyHdl, EENotify* );
private:
ScPreviewViewForwarder* mpViewForwarder;
ScPreviewShell* mpViewShell;
diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx
index 9ff2a5b8c..6ea7b8f51 100644
--- a/sc/source/ui/inc/acredlin.hxx
+++ b/sc/source/ui/inc/acredlin.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: acredlin.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.8.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -176,7 +176,7 @@ private:
void Init();
void InitFilter();
- void SetMyStaticData();
+//UNUSED2008-05 void SetMyStaticData();
DECL_LINK( FilterHandle, SvxTPFilter* );
DECL_LINK( RefHandle, SvxTPFilter* );
diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx
index f11b39580..9ad0a4663 100644
--- a/sc/source/ui/inc/anyrefdg.hxx
+++ b/sc/source/ui/inc/anyrefdg.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: anyrefdg.hxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.11.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -81,7 +81,7 @@ public:
void StartUpdateData();
- void SilentGrabFocus(); // does not update any references
+//UNUSED2008-05 void SilentGrabFocus(); // does not update any references
void SetRefDialog( ScAnyRefDlg* pDlg );
inline ScAnyRefDlg* GetRefDialog() { return pAnyRefDlg; }
diff --git a/sc/source/ui/inc/conflictsdlg.hxx b/sc/source/ui/inc/conflictsdlg.hxx
index 5eb8bc8e8..54b825900 100644
--- a/sc/source/ui/inc/conflictsdlg.hxx
+++ b/sc/source/ui/inc/conflictsdlg.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: conflictsdlg.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -85,7 +85,7 @@ private:
static void Transform_Impl( ScChangeActionList& rActionList, ScChangeActionMergeMap* pMergeMap );
public:
- static bool HasSharedAction( ScConflictsList& rConflictsList, ULONG nSharedAction );
+//UNUSED2008-05 static bool HasSharedAction( ScConflictsList& rConflictsList, ULONG nSharedAction );
static bool HasOwnAction( ScConflictsList& rConflictsList, ULONG nOwnAction );
static ScConflictsListEntry* GetSharedActionEntry( ScConflictsList& rConflictsList, ULONG nSharedAction );
@@ -151,11 +151,11 @@ class ScConflictsListBox: public SvxRedlinTable
private:
public:
- ScConflictsListBox( Window* pParent, WinBits nBits = WB_BORDER );
+//UNUSED2008-05 ScConflictsListBox( Window* pParent, WinBits nBits = WB_BORDER );
ScConflictsListBox( Window* pParent, const ResId& rResId );
~ScConflictsListBox();
- ULONG GetRootEntryPos( const SvLBoxEntry* pRootEntry ) const;
+//UNUSED2008-05 ULONG GetRootEntryPos( const SvLBoxEntry* pRootEntry ) const;
};
//=============================================================================
diff --git a/sc/source/ui/inc/content.hxx b/sc/source/ui/inc/content.hxx
index 214d061d1..5e5d911d4 100644
--- a/sc/source/ui/inc/content.hxx
+++ b/sc/source/ui/inc/content.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: content.hxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.13.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -113,7 +113,7 @@ class ScContentTree : public SvTreeListBox
ULONG GetChildIndex( SvLBoxEntry* pEntry ) const;
void DoDrag();
- void AdjustTitle();
+//UNUSED2008-05 void AdjustTitle();
ScDocument* GetSourceDocument();
diff --git a/sc/source/ui/inc/dapitype.hxx b/sc/source/ui/inc/dapitype.hxx
index 204cfd833..d405a8bad 100644
--- a/sc/source/ui/inc/dapitype.hxx
+++ b/sc/source/ui/inc/dapitype.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dapitype.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -57,7 +57,6 @@ public:
ScDataPilotSourceTypeDlg( Window* pParent, BOOL bEnableExternal );
~ScDataPilotSourceTypeDlg();
- BOOL IsSelection() const;
BOOL IsDatabase() const;
BOOL IsExternal() const;
};
diff --git a/sc/source/ui/inc/dbfunc.hxx b/sc/source/ui/inc/dbfunc.hxx
index 9169ac4c6..76e52f3ac 100644
--- a/sc/source/ui/inc/dbfunc.hxx
+++ b/sc/source/ui/inc/dbfunc.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dbfunc.hxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.11.30.2 $
*
* This file is part of OpenOffice.org.
*
@@ -55,7 +55,7 @@ private:
public:
ScDBFunc( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell );
- ScDBFunc( Window* pParent, const ScDBFunc& rDBFunc, ScTabViewShell* pViewShell );
+//UNUSED2008-05 ScDBFunc( Window* pParent, const ScDBFunc& rDBFunc, ScTabViewShell* pViewShell );
~ScDBFunc();
// nur UISort wiederholt bei Bedarf die Teilergebnisse
diff --git a/sc/source/ui/inc/docfunc.hxx b/sc/source/ui/inc/docfunc.hxx
index afcee9cb6..e38479dbf 100644
--- a/sc/source/ui/inc/docfunc.hxx
+++ b/sc/source/ui/inc/docfunc.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: docfunc.hxx,v $
- * $Revision: 1.19 $
+ * $Revision: 1.18.30.2 $
*
* This file is part of OpenOffice.org.
*
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index b19633ff0..df125c399 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: docsh.hxx,v $
- * $Revision: 1.50 $
+ * $Revision: 1.50.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -59,7 +59,9 @@ class INetURLObject;
class ScPaintItem;
class ScViewData;
class ScDocFunc;
+#if OLD_PIVOT_IMPLEMENTATION
class ScPivot;
+#endif
class ScDrawLayer;
class ScTabViewShell;
class ScSbxDocHelper;
@@ -133,15 +135,10 @@ class SC_DLLPUBLIC ScDocShell: public SfxObjectShell, public SfxListener
SC_DLLPRIVATE void InitOptions();
SC_DLLPRIVATE void ResetDrawObjectShell();
- SC_DLLPRIVATE BOOL GetTabParam( const SfxItemSet* pArgs, USHORT nId, SCTAB& rTab );
- //BOOL LoadCalc( SotStorage* pStor );
- //BOOL SaveCalc( SotStorage* pStor );
SC_DLLPRIVATE BOOL LoadXML( SfxMedium* pMedium, const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& );
SC_DLLPRIVATE BOOL SaveXML( SfxMedium* pMedium, const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& );
SC_DLLPRIVATE SCTAB GetSaveTab();
- SC_DLLPRIVATE void RemoveUnknownObjects();
-
SC_DLLPRIVATE ULONG DBaseImport( const String& rFullFileName, CharSet eCharSet,
BOOL bSimpleColWidth[MAXCOLCOUNT] );
SC_DLLPRIVATE ULONG DBaseExport( const String& rFullFileName, CharSet eCharSet,
@@ -281,8 +278,10 @@ public:
BOOL AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab );
void UpdateAllRowHeights();
+#if OLD_PIVOT_IMPLEMENTATION
void PivotUpdate( ScPivot* pOldPivot, ScPivot* pNewPivot,
BOOL bRecord = TRUE, BOOL bApi = FALSE );
+#endif
void RefreshPivotTables( const ScRange& rSource );
void DoConsolidate( const ScConsolidateParam& rParam, BOOL bRecord = TRUE );
void UseScenario( SCTAB nTab, const String& rName, BOOL bRecord = TRUE );
diff --git a/sc/source/ui/inc/drawview.hxx b/sc/source/ui/inc/drawview.hxx
index 84d70583a..fdbc59b94 100644
--- a/sc/source/ui/inc/drawview.hxx
+++ b/sc/source/ui/inc/drawview.hxx
@@ -67,7 +67,6 @@ protected:
public:
ScDrawView( OutputDevice* pOut, ScViewData* pData );
- ScDrawView( OutputDevice* pOut, ScDocument* pDocument, SCTAB nTable );
virtual ~ScDrawView();
virtual void MarkListHasChanged();
@@ -112,7 +111,7 @@ public:
void SetMarkedOriginalSize();
BOOL SelectObject( const String& rName );
- String GetSelectedChartName() const;
+//UNUSED2008-05 String GetSelectedChartName() const;
BOOL HasMarkedControl() const;
FASTBOOL InsertObjectSafe(SdrObject* pObj, SdrPageView& rPV, ULONG nOptions=0);
diff --git a/sc/source/ui/inc/editable.hxx b/sc/source/ui/inc/editable.hxx
index 5e768d37f..8c0a5227d 100644
--- a/sc/source/ui/inc/editable.hxx
+++ b/sc/source/ui/inc/editable.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: editable.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -80,8 +80,6 @@ public:
void TestSelection( ScDocument* pDoc, const ScMarkData& rMark );
void TestView( ScViewFunc* pView );
- void Reset();
-
BOOL IsEditable() const { return bIsEditable; }
BOOL IsFormatEditable() const { return bIsEditable || bOnlyMatrix; }
USHORT GetMessageId() const;
diff --git a/sc/source/ui/inc/editfield.hxx b/sc/source/ui/inc/editfield.hxx
index 8f00e08ec..e6f492ecc 100644
--- a/sc/source/ui/inc/editfield.hxx
+++ b/sc/source/ui/inc/editfield.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: editfield.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -39,7 +39,6 @@
class ScDoubleField : public Edit
{
public:
- explicit ScDoubleField( Window* pParent, WinBits nStyle = WB_BORDER );
explicit ScDoubleField( Window* pParent, const ResId& rResId );
bool GetValue( double& rfValue ) const;
diff --git a/sc/source/ui/inc/expftext.hxx b/sc/source/ui/inc/expftext.hxx
index 9818f9ddc..552944bdb 100644
--- a/sc/source/ui/inc/expftext.hxx
+++ b/sc/source/ui/inc/expftext.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: expftext.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -41,8 +41,6 @@ class SC_DLLPUBLIC ScExpandedFixedText: public FixedText
void RequestHelp( const HelpEvent& rHEvt );
public:
-
- ScExpandedFixedText( Window* pParent,WinBits nWinStyle = 0);
ScExpandedFixedText( Window* pWindow, const ResId& rResId);
};
diff --git a/sc/source/ui/inc/formatsh.hxx b/sc/source/ui/inc/formatsh.hxx
index 2838dcd3a..37f386e71 100644
--- a/sc/source/ui/inc/formatsh.hxx
+++ b/sc/source/ui/inc/formatsh.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: formatsh.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.6.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -71,9 +71,6 @@ public:
void ExecuteStyle( SfxRequest& rReq );
void GetStyleState( SfxItemSet& rSet );
- void ExecBckCol( SfxRequest& rReq );
- void GetBckColState( SfxItemSet& rSet );
-
void ExecuteTextDirection( SfxRequest& rReq );
void GetTextDirectionState( SfxItemSet& rSet );
diff --git a/sc/source/ui/inc/formdata.hxx b/sc/source/ui/inc/formdata.hxx
index 8e5ce220b..83837d4ca 100644
--- a/sc/source/ui/inc/formdata.hxx
+++ b/sc/source/ui/inc/formdata.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: formdata.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.3.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -46,7 +46,6 @@ public:
~ScFormEditData();
void SaveValues();
- void RestoreValues();
BOOL HasParent() const { return pParent != NULL; }
USHORT GetMode() const { return nMode; }
diff --git a/sc/source/ui/inc/formula.hxx b/sc/source/ui/inc/formula.hxx
index ab7fb8778..fc5e0e360 100644
--- a/sc/source/ui/inc/formula.hxx
+++ b/sc/source/ui/inc/formula.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: formula.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -181,8 +181,6 @@ private:
void FillDialog(BOOL nFlag=TRUE);
void EditNextFunc( BOOL bForward, xub_StrLen nFStart=NOT_FOUND );
void EditThisFunc(xub_StrLen nFStart);
- void EditFuncParas(xub_StrLen nEditPos);
-
void UpdateArgInput( USHORT nOffset, USHORT nInput );
BOOL CalcValue( const String& rStrExp, String& rStrResult );
@@ -192,8 +190,7 @@ private:
void SaveArg( USHORT nEd );
void UpdateSelection();
void DoEnter( BOOL bOk );
- void UpdateFunctionDesc();
- void ResizeArgArr( const ScFuncDesc* pNewFunc );
+//UNUSED2008-05 void ResizeArgArr( const ScFuncDesc* pNewFunc );
void FillListboxes();
void FillControls();
@@ -202,7 +199,7 @@ private:
ScRefEdit* GetCurrRefEdit();
- DECL_LINK( ScrollHdl, ScParaWin* );
+//UNUSED2008-05 DECL_LINK( ScrollHdl, ScParaWin* );
DECL_LINK( ModifyHdl, ScParaWin* );
DECL_LINK( FxHdl, ScParaWin* );
diff --git a/sc/source/ui/inc/funcpage.hxx b/sc/source/ui/inc/funcpage.hxx
index 25a940ffe..231c25753 100644
--- a/sc/source/ui/inc/funcpage.hxx
+++ b/sc/source/ui/inc/funcpage.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: funcpage.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -72,10 +72,7 @@ protected:
virtual long PreNotify( NotifyEvent& rNEvt );
public:
- ScListBox( Window* pParent, WinBits nWinStyle = WB_BORDER );
-
ScListBox( Window* pParent, const ResId& rResId );
-
};
diff --git a/sc/source/ui/inc/funcutl.hxx b/sc/source/ui/inc/funcutl.hxx
index d5377b874..52d0af505 100644
--- a/sc/source/ui/inc/funcutl.hxx
+++ b/sc/source/ui/inc/funcutl.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: funcutl.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -82,8 +82,6 @@ protected:
public:
- ScEditBox( Window* pParent,
- WinBits nWinStyle = WB_LEFT | WB_BORDER );
ScEditBox( Window* pParent, const ResId& rResId );
~ScEditBox();
@@ -172,10 +170,6 @@ public:
String GetArgVal();
void SetArgSelection (const Selection& rSel );
- void ReplaceSelOfArg (const String& rStr );
-
- Selection GetArgSelection();
-
ArgEdit* GetArgEdPtr() {return pEdArg;}
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index 2b93fbc38..78f7cd940 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -44,7 +44,9 @@
struct ScTableInfo;
class ScViewSelectionEngine;
+#if OLD_PIVOT_IMPLEMENTATION
class ScPivot;
+#endif
class ScDPObject;
class ScOutputData;
class ScFilterListBox;
@@ -168,11 +170,13 @@ private:
BYTE nMouseStatus;
BYTE nNestedButtonState; // track nested button up/down calls
+#if OLD_PIVOT_IMPLEMENTATION
BOOL bPivotMouse; // Pivot-D&D (alte Pivottabellen)
ScPivot* pDragPivot;
BOOL bPivotColField;
SCCOL nPivotCol;
SCCOL nPivotField;
+#endif
BOOL bDPMouse; // DataPilot-D&D (neue Pivottabellen)
long nDPField;
@@ -231,10 +235,12 @@ private:
BOOL DoPageFieldSelection( SCCOL nCol, SCROW nRow );
void DoPushButton( SCCOL nCol, SCROW nRow, const MouseEvent& rMEvt );
+#if OLD_PIVOT_IMPLEMENTATION
void PivotMouseMove( const MouseEvent& rMEvt );
void PivotMouseButtonUp( const MouseEvent& rMEvt );
BOOL PivotTestMouse( const MouseEvent& rMEvt, BOOL bMove );
void DoPivotDrop( BOOL bDelete, BOOL bToCols, SCSIZE nDestPos );
+#endif
void DPMouseMove( const MouseEvent& rMEvt );
void DPMouseButtonUp( const MouseEvent& rMEvt );
@@ -282,7 +288,6 @@ private:
void DrawSdrGrid( const Rectangle& rDrawingRect, OutputDevice* pContentDev );
//BOOL DrawBeforeScroll();
void DrawAfterScroll(/*BOOL bVal*/);
- void OutlinerViewPaint( const Rectangle& rRect );
//void DrawMarks();
//BOOL NeedDrawMarks();
void DrawComboButton( const Point& rCellPos,
@@ -377,11 +382,7 @@ public:
void InvertSimple( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
BOOL bTestMerge = FALSE, BOOL bRepeat = FALSE );
- void DrawDragRect( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 );
-
- void DrawRefMark( SCCOL nRefStartX, SCROW nRefStartY,
- SCCOL nRefEndX, SCROW nRefEndY,
- const Color& rColor, BOOL bHandle );
+//UNUSED2008-05 void DrawDragRect( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 );
void CreateAnchorHandle(SdrHdlList& rHdl, const ScAddress& rAddress);
diff --git a/sc/source/ui/inc/groupdlg.hxx b/sc/source/ui/inc/groupdlg.hxx
index 978824659..d71c53c75 100644
--- a/sc/source/ui/inc/groupdlg.hxx
+++ b/sc/source/ui/inc/groupdlg.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: groupdlg.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -47,7 +47,6 @@ public:
BOOL bRows = TRUE );
~ScGroupDlg();
- BOOL GetRowsChecked() const;
BOOL GetColsChecked() const;
private:
diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx
index 681dd8bc3..b4c92029a 100644
--- a/sc/source/ui/inc/inputhdl.hxx
+++ b/sc/source/ui/inc/inputhdl.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: inputhdl.hxx,v $
- * $Revision: 1.15 $
+ * $Revision: 1.15.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -122,7 +122,6 @@ private:
#ifdef _INPUTHDL_CXX
private:
void UpdateActiveView();
- void SetAllUpdateMode( BOOL bUpdate );
void SyncViews( EditView* pSourceView = NULL );
BOOL StartTable( sal_Unicode cTyped, BOOL bFromCommand );
void RemoveSelection();
@@ -233,9 +232,6 @@ public:
BOOL IsModalMode( SfxObjectShell* pDocSh );
- void ActivateInputWindow( const String& rText,
- const ESelection& rSel );
-
void ForgetLastPattern();
void UpdateSpellSettings( BOOL bFromStartTab = FALSE );
diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx
index 2201ca1c6..b0318dc14 100644
--- a/sc/source/ui/inc/inputwin.hxx
+++ b/sc/source/ui/inc/inputwin.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: inputwin.hxx,v $
- * $Revision: 1.17 $
+ * $Revision: 1.17.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -166,7 +166,6 @@ public:
void SetFuncString( const String& rString, BOOL bDoEdit = TRUE );
void SetPosString( const String& rStr );
void SetTextString( const String& rString );
- const String& GetTextString();
void SetOkCancelMode();
void SetSumAssignMode();
@@ -176,8 +175,8 @@ public:
BOOL IsInputActive();
EditView* GetEditView();
- EditView* ActivateEdit( const String& rText,
- const ESelection& rSel );
+//UNUSED2008-05 EditView* ActivateEdit( const String& rText,
+//UNUSED2008-05 const ESelection& rSel );
void TextGrabFocus();
void TextInvalidate();
diff --git a/sc/source/ui/inc/lbseldlg.hxx b/sc/source/ui/inc/lbseldlg.hxx
index ee04acb3b..03ed429d1 100644
--- a/sc/source/ui/inc/lbseldlg.hxx
+++ b/sc/source/ui/inc/lbseldlg.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: lbseldlg.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -64,7 +64,7 @@ public:
~ScSelEntryDlg();
String GetSelectEntry() const;
- USHORT GetSelectEntryPos() const;
+//UNUSED2008-05 USHORT GetSelectEntryPos() const;
};
diff --git a/sc/source/ui/inc/navipi.hxx b/sc/source/ui/inc/navipi.hxx
index 34b9d512d..24fe92645 100644
--- a/sc/source/ui/inc/navipi.hxx
+++ b/sc/source/ui/inc/navipi.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: navipi.hxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.13.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -281,8 +281,6 @@ private:
SfxBindings& GetBindings()
{ return rBindings; }
- BOOL GetDBAtCursor( String& rStrName );
- BOOL GetAreaAtCursor( String& rStrName );
void SetCurrentCell( SCCOL nCol, SCROW Row );
void SetCurrentCellStr( const String rName );
diff --git a/sc/source/ui/inc/olinewin.hxx b/sc/source/ui/inc/olinewin.hxx
index ee1d7e05c..1e96bdedc 100644
--- a/sc/source/ui/inc/olinewin.hxx
+++ b/sc/source/ui/inc/olinewin.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: olinewin.hxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.11.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -220,8 +220,6 @@ private:
/** Erases the focus rectangle from the focused button. */
void HideFocus();
- /** Scrolls the window in entry-relative direction. */
- void ScrollRel( long nEntryDiff );
/** Scrolls the specified range of the window in entry-relative direction. */
void ScrollRel( long nEntryDiff, long nEntryStart, long nEntryEnd );
diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx
index 81b2d6e41..6179209f2 100644
--- a/sc/source/ui/inc/output.hxx
+++ b/sc/source/ui/inc/output.hxx
@@ -155,7 +155,6 @@ private:
void GetVisibleCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell*& rpCell );
BOOL IsAvailable( SCCOL nX, SCROW nY );
- long GetAvailableWidth( SCCOL nX, SCROW nY, long nNeeded );
void GetOutputArea( SCCOL nX, SCSIZE nArrY, long nPosX, long nPosY,
SCCOL nCellX, SCROW nCellY, long nNeeded,
const ScPatternAttr& rPattern,
@@ -173,8 +172,6 @@ private:
void SetSyntaxColor( Font* pFont, ScBaseCell* pCell );
void SetEditSyntaxColor( EditEngine& rEngine, ScBaseCell* pCell );
- void ConnectObject( const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject >& rRef, SdrOle2Obj* pOleObj );
-
double GetStretch();
void DrawRotatedFrame( const Color* pForceColor ); // pixel
@@ -232,7 +229,6 @@ public:
void DrawRotated(BOOL bPixelToLogic); // logisch
void DrawClear();
- void DrawPageBorder( SCCOL nStartX, SCROW nStartY, SCCOL nEndX, SCROW nEndY );
// #i72502# printer only command set
Point PrePrintDrawingLayer(long nLogStX, long nLogStY );
@@ -260,7 +256,6 @@ public:
void DrawNoteMarks();
void AddPDFNotes();
- void PrintNoteMarks( const List& rPosList ); // List of ScAddress
};
diff --git a/sc/source/ui/inc/prevloc.hxx b/sc/source/ui/inc/prevloc.hxx
index 73918d1f8..5e8c24d7b 100644
--- a/sc/source/ui/inc/prevloc.hxx
+++ b/sc/source/ui/inc/prevloc.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: prevloc.hxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.12.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -104,7 +104,7 @@ class ScPreviewLocationData
SCTAB nPrintTab;
List aEntries;
- ScAddress GetCellFromRange( const Size& rOffsetPixel, const ScRange& rRange ) const;
+//UNUSED2008-05 ScAddress GetCellFromRange( const Size& rOffsetPixel, const ScRange& rRange ) const;
Rectangle GetOffsetPixel( const ScAddress& rCellPos, const ScRange& rRange ) const;
public:
@@ -144,7 +144,6 @@ public:
// Check if any cells (including column/row headers) are in the visible area
BOOL HasCellsInRange( const Rectangle& rVisiblePixel ) const;
- BOOL GetCell( const Point& rPos, ScAddress& rCellPos, Rectangle& rCellRect ) const;
BOOL GetCellPosition( const ScAddress& rCellPos, Rectangle& rCellRect ) const;
// returns the rectangle where the EditEngine draws the text of a Header Cell
diff --git a/sc/source/ui/inc/prevwsh.hxx b/sc/source/ui/inc/prevwsh.hxx
index 1d5f1226d..c38160e58 100644
--- a/sc/source/ui/inc/prevwsh.hxx
+++ b/sc/source/ui/inc/prevwsh.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: prevwsh.hxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.13.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -96,10 +96,6 @@ public:
SFX_DECL_VIEWFACTORY(ScPreviewShell);
ScPreviewShell( SfxViewFrame* pViewFrame,
- const ScPreviewShell& rWin );
- ScPreviewShell( SfxViewFrame* pViewFrame,
- Window* pParent);
- ScPreviewShell( SfxViewFrame* pViewFrame,
SfxViewShell* pOldSh );
virtual ~ScPreviewShell();
diff --git a/sc/source/ui/inc/pvfundlg.hxx b/sc/source/ui/inc/pvfundlg.hxx
index f916289a3..804f16273 100644
--- a/sc/source/ui/inc/pvfundlg.hxx
+++ b/sc/source/ui/inc/pvfundlg.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: pvfundlg.hxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.7.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -67,7 +67,6 @@ class ScDPFunctionListBox : public MultiListBox
{
public:
explicit ScDPFunctionListBox( Window* pParent, const ResId& rResId );
- explicit ScDPFunctionListBox( Window* pParent, WinBits nStyle = 0 );
void SetSelection( USHORT nFuncMask );
USHORT GetSelection() const;
diff --git a/sc/source/ui/inc/refundo.hxx b/sc/source/ui/inc/refundo.hxx
index d26e2eae3..690135387 100644
--- a/sc/source/ui/inc/refundo.hxx
+++ b/sc/source/ui/inc/refundo.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: refundo.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -37,7 +37,9 @@ class ScDocument;
class ScDBCollection;
class ScRangeName;
class ScPrintRangeSaver;
+#if OLD_PIVOT_IMPLEMENTATION
class ScPivotCollection;
+#endif
class ScDPCollection;
class ScChartCollection;
class ScConditionalFormatList;
@@ -52,7 +54,9 @@ private:
ScDBCollection* pDBCollection;
ScRangeName* pRangeName;
ScPrintRangeSaver* pPrintRanges;
+#if OLD_PIVOT_IMPLEMENTATION
ScPivotCollection* pPivotCollection;
+#endif
ScDPCollection* pDPCollection;
ScConditionalFormatList* pCondFormList;
ScDetOpList* pDetOpList;
diff --git a/sc/source/ui/inc/simpref.hxx b/sc/source/ui/inc/simpref.hxx
index ed2c907cb..1de1024a7 100644
--- a/sc/source/ui/inc/simpref.hxx
+++ b/sc/source/ui/inc/simpref.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: simpref.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.6.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -117,8 +117,6 @@ public:
void SetFlags( BOOL bSetCloseOnButtonUp, BOOL bSetSingleCell, BOOL bSetMultiSelection );
void SetAutoReOpen(BOOL bFlag) {bAutoReOpen=bFlag;}
-
- static String GetLastRefString();
};
diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx
index 4efd63308..437b95ba2 100644
--- a/sc/source/ui/inc/tabview.hxx
+++ b/sc/source/ui/inc/tabview.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tabview.hxx,v $
- * $Revision: 1.28 $
+ * $Revision: 1.28.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -271,7 +271,7 @@ public:
void DrawDeselectAll();
void DrawMarkListHasChanged();
void UpdateAnchorHandles();
- String GetSelectedChartName() const;
+//UNUSED2008-05 String GetSelectedChartName() const;
ScPageBreakData* GetPageBreakData() { return pPageBreakData; }
ScHighlightRanges* GetHighlightRanges() { return pHighlightRanges; }
@@ -311,7 +311,7 @@ public:
void UpdateRef( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ );
void StopRefMode();
- void EndSelection();
+//UNUSED2008-05 void EndSelection();
void StopMarking();
void FakeButtonUp( ScSplitPos eWhich );
@@ -321,12 +321,12 @@ public:
ScSplitPos FindWindow( Window* pWindow ) const;
void SetActivePointer( const Pointer& rPointer );
- void SetActivePointer( const ResId& rId );
+//UNUSED2008-05 void SetActivePointer( const ResId& rId );
void ActiveGrabFocus();
- void ActiveCaptureMouse();
- void ActiveReleaseMouse();
- Point ActivePixelToLogic( const Point& rDevicePoint );
+//UNUSED2008-05 void ActiveCaptureMouse();
+//UNUSED2008-05 void ActiveReleaseMouse();
+//UNUSED2008-05 Point ActivePixelToLogic( const Point& rDevicePoint );
void ClickCursor( SCCOL nPosX, SCROW nPosY, BOOL bControl );
@@ -417,20 +417,20 @@ public:
void InvertBlockMark(SCCOL nBlockStartX, SCROW nBlockStartY,
SCCOL nBlockEndX, SCROW nBlockEndY);
- void DrawDragRect( SCCOL nStartX, SCROW nStartY, SCCOL nEndX, SCROW nEndY,
- ScSplitPos ePos );
+//UNUSED2008-05 void DrawDragRect( SCCOL nStartX, SCROW nStartY, SCCOL nEndX, SCROW nEndY,
+//UNUSED2008-05 ScSplitPos ePos );
+//UNUSED2008-05 void PaintCell( SCCOL nCol, SCROW nRow, SCTAB nTab );
+//UNUSED2008-05 void PaintLeftRow( SCROW nRow );
+//UNUSED2008-05 void PaintTopCol( SCCOL nCol );
- void PaintCell( SCCOL nCol, SCROW nRow, SCTAB nTab );
void PaintArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
ScUpdateMode eMode = SC_UPDATE_ALL );
void PaintGrid();
- void PaintTopCol( SCCOL nCol );
void PaintTopArea( SCCOL nStartCol, SCCOL nEndCol );
void PaintTop();
- void PaintLeftRow( SCROW nRow );
void PaintLeftArea( SCROW nStartRow, SCROW nEndRow );
void PaintLeft();
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx
index 878cec299..8a7822207 100644
--- a/sc/source/ui/inc/tabvwsh.hxx
+++ b/sc/source/ui/inc/tabvwsh.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tabvwsh.hxx,v $
- * $Revision: 1.31 $
+ * $Revision: 1.30.32.3 $
*
* This file is part of OpenOffice.org.
*
@@ -168,7 +168,7 @@ private:
SbxObject* pScSbxObject;
- BOOL bChartDlgIsEdit; // Datenbereich aendern
+//UNUSED2008-05 BOOL bChartDlgIsEdit; // Datenbereich aendern
BOOL bChartAreaValid; // wenn Chart aufgezogen wird
String aEditChartName;
ScRangeListRef aChartSource;
@@ -184,7 +184,7 @@ private:
private:
SC_DLLPRIVATE void Construct( BYTE nForceDesignMode = SC_FORCEMODE_NONE );
- SC_DLLPRIVATE void SetMySubShell( SfxShell* pShell );
+//UNUSED2008-05 SC_DLLPRIVATE void SetMySubShell( SfxShell* pShell );
SC_DLLPRIVATE SfxShell* GetMySubShell() const;
SC_DLLPRIVATE void DoReadUserData( const String& rData );
@@ -239,8 +239,8 @@ public:
// -> Clone-Methode fuer Factory
- ScTabViewShell( SfxViewFrame* pViewFrame,
- const ScTabViewShell& rWin );
+//UNUSED2008-05 ScTabViewShell( SfxViewFrame* pViewFrame,
+//UNUSED2008-05 const ScTabViewShell& rWin );
// aus einer allgemeinen Shell konstruieren und
// soviel wie moeglich uebernehmen (SliderPos etc.):
@@ -265,8 +265,8 @@ public:
SvxBorderLine* GetDefaultFrameLine() const { return pCurFrameLine; }
void SetDefaultFrameLine(const SvxBorderLine* pLine );
- void ExecuteShowNIY( SfxRequest& rReq );
- void StateDisabled( SfxItemSet& rSet );
+//UNUSED2008-05 void ExecuteShowNIY( SfxRequest& rReq );
+//UNUSED2008-05 void StateDisabled( SfxItemSet& rSet );
void Execute( SfxRequest& rReq );
void GetState( SfxItemSet& rSet );
@@ -348,15 +348,15 @@ public:
void FillFieldData( ScHeaderFieldData& rData );
- void ResetChartArea();
+//UNUSED2008-05 void ResetChartArea();
void SetChartArea( const ScRangeListRef& rSource, const Rectangle& rDest );
BOOL GetChartArea( ScRangeListRef& rSource, Rectangle& rDest, SCTAB& rTab ) const;
- BOOL IsChartDlgEdit() const;
- void SetChartDlgEdit(BOOL bFlag){bChartDlgIsEdit=bFlag;}
+//UNUSED2008-05 BOOL IsChartDlgEdit() const;
+//UNUSED2008-05 void SetChartDlgEdit(BOOL bFlag){bChartDlgIsEdit=bFlag;}
void SetEditChartName(const String& aStr){aEditChartName=aStr;}
- const String& GetEditChartName() const;
+//UNUSED2008-05 const String& GetEditChartName() const;
virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
const SfxHint& rHint, const TypeId& rHintType );
@@ -376,8 +376,6 @@ public:
BOOL bSilent, BOOL bIsAPI );
virtual USHORT Print( SfxProgress& rProgress, BOOL bIsAPI, PrintDialog* pPrintDialog = NULL );
- void TestFunction( USHORT nPar );
-
void ConnectObject( SdrOle2Obj* pObj );
BOOL ActivateObject( SdrOle2Obj* pObj, long nVerb );
diff --git a/sc/source/ui/inc/uiitems.hxx b/sc/source/ui/inc/uiitems.hxx
index 403510355..65814362f 100644
--- a/sc/source/ui/inc/uiitems.hxx
+++ b/sc/source/ui/inc/uiitems.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: uiitems.hxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.7.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -56,13 +56,14 @@ class ScInputStatusItem : public SfxPoolItem
public:
TYPEINFO();
- ScInputStatusItem( USHORT nWhich,
- SCTAB nTab,
- SCCOL nCol, SCROW nRow,
- SCCOL nStartCol, SCROW nStartRow,
- SCCOL nEndCol, SCROW nSEndRow,
- const String& rString,
- const EditTextObject* pData );
+//UNUSED2008-05 ScInputStatusItem( USHORT nWhich,
+//UNUSED2008-05 SCTAB nTab,
+//UNUSED2008-05 SCCOL nCol, SCROW nRow,
+//UNUSED2008-05 SCCOL nStartCol, SCROW nStartRow,
+//UNUSED2008-05 SCCOL nEndCol, SCROW nSEndRow,
+//UNUSED2008-05 const String& rString,
+//UNUSED2008-05 const EditTextObject* pData );
+
ScInputStatusItem( USHORT nWhich,
const ScAddress& rCurPos,
const ScAddress& rStartPos,
@@ -122,7 +123,6 @@ class ScEditViewHint : public SfxHint
public:
TYPEINFO();
- ScEditViewHint();
ScEditViewHint( ScEditEngineDefaulter* pEngine, const ScAddress& rCurPos );
~ScEditViewHint();
@@ -130,6 +130,9 @@ public:
SCROW GetRow() const { return aCursorPos.Row(); }
SCTAB GetTab() const { return aCursorPos.Tab(); }
ScEditEngineDefaulter* GetEngine() const { return pEditEngine; }
+
+private:
+ ScEditViewHint(); // disabled
};
class ScIndexHint : public SfxHint
diff --git a/sc/source/ui/inc/undodat.hxx b/sc/source/ui/inc/undodat.hxx
index 4d59c6dd3..fb42d818a 100644
--- a/sc/source/ui/inc/undodat.hxx
+++ b/sc/source/ui/inc/undodat.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: undodat.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.8.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -408,41 +408,39 @@ private:
BOOL bQuerySize;
};
-
-class ScUndoPivot: public ScSimpleUndo
-{
-public:
- TYPEINFO();
- ScUndoPivot( ScDocShell* pNewDocShell,
- const ScArea& rOld, const ScArea& rNew,
- ScDocument* pOldDoc, ScDocument* pNewDoc,
- const ScPivot* pOldPivot, const ScPivot* pNewPivot );
- virtual ~ScUndoPivot();
-
- virtual void Undo();
- virtual void Redo();
- virtual void Repeat(SfxRepeatTarget& rTarget);
- virtual BOOL CanRepeat(SfxRepeatTarget& rTarget) const;
-
- virtual String GetComment() const;
-
-private:
- ScArea aOldArea;
- ScArea aNewArea;
- ScDocument* pOldUndoDoc;
- ScDocument* pNewUndoDoc;
- ScPivotParam aOldParam; // fuer Redo
- ScQueryParam aOldQuery;
- ScArea aOldSrc;
- ScPivotParam aNewParam; // fuer Undo in Collection
- ScQueryParam aNewQuery;
- ScArea aNewSrc;
- String aOldName;
- String aOldTag;
- String aNewName;
- String aNewTag;
-};
-
+//UNUSED2008-05 class ScUndoPivot: public ScSimpleUndo
+//UNUSED2008-05 {
+//UNUSED2008-05 public:
+//UNUSED2008-05 TYPEINFO();
+//UNUSED2008-05 ScUndoPivot( ScDocShell* pNewDocShell,
+//UNUSED2008-05 const ScArea& rOld, const ScArea& rNew,
+//UNUSED2008-05 ScDocument* pOldDoc, ScDocument* pNewDoc,
+//UNUSED2008-05 const ScPivot* pOldPivot, const ScPivot* pNewPivot );
+//UNUSED2008-05 virtual ~ScUndoPivot();
+//UNUSED2008-05
+//UNUSED2008-05 virtual void Undo();
+//UNUSED2008-05 virtual void Redo();
+//UNUSED2008-05 virtual void Repeat(SfxRepeatTarget& rTarget);
+//UNUSED2008-05 virtual BOOL CanRepeat(SfxRepeatTarget& rTarget) const;
+//UNUSED2008-05
+//UNUSED2008-05 virtual String GetComment() const;
+//UNUSED2008-05
+//UNUSED2008-05 private:
+//UNUSED2008-05 ScArea aOldArea;
+//UNUSED2008-05 ScArea aNewArea;
+//UNUSED2008-05 ScDocument* pOldUndoDoc;
+//UNUSED2008-05 ScDocument* pNewUndoDoc;
+//UNUSED2008-05 ScPivotParam aOldParam; // fuer Redo
+//UNUSED2008-05 ScQueryParam aOldQuery;
+//UNUSED2008-05 ScArea aOldSrc;
+//UNUSED2008-05 ScPivotParam aNewParam; // fuer Undo in Collection
+//UNUSED2008-05 ScQueryParam aNewQuery;
+//UNUSED2008-05 ScArea aNewSrc;
+//UNUSED2008-05 String aOldName;
+//UNUSED2008-05 String aOldTag;
+//UNUSED2008-05 String aNewName;
+//UNUSED2008-05 String aNewTag;
+//UNUSED2008-05 };
class ScUndoDataPilot: public ScSimpleUndo
{
diff --git a/sc/source/ui/inc/undotab.hxx b/sc/source/ui/inc/undotab.hxx
index 8cbf20c62..49854acda 100644
--- a/sc/source/ui/inc/undotab.hxx
+++ b/sc/source/ui/inc/undotab.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: undotab.hxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.10.28.2 $
*
* This file is part of OpenOffice.org.
*
diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx
index b983cd899..024eac3eb 100644
--- a/sc/source/ui/inc/viewdata.hxx
+++ b/sc/source/ui/inc/viewdata.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: viewdata.hxx,v $
- * $Revision: 1.24 $
+ * $Revision: 1.24.24.2 $
*
* This file is part of OpenOffice.org.
*
@@ -233,9 +233,9 @@ public:
~ScViewData();
void InitData( ScDocument* pDocument );
- void InitFrom( const ScViewData* pRef );
+//UNUSED2008-05 void InitFrom( const ScViewData* pRef );
+//UNUSED2008-05 void SetDocShell( ScDocShell* pShell );
- void SetDocShell( ScDocShell* pShell );
ScDocShell* GetDocShell() const { return pDocShell; }
ScDBFunc* GetView() const { return pView; }
@@ -444,11 +444,11 @@ public:
SCROW VisibleCellsY( ScVSplitPos eWhichY ) const;
SCCOL PrevCellsX( ScHSplitPos eWhichX ) const; // Zellen auf der vorgehenden Seite
SCROW PrevCellsY( ScVSplitPos eWhichY ) const;
- SCCOL LastCellsX( ScHSplitPos eWhichX ) const; // Zellen auf der letzten Seite
- SCROW LastCellsY( ScVSplitPos eWhichY ) const;
+//UNUSED2008-05 SCCOL LastCellsX( ScHSplitPos eWhichX ) const; // Zellen auf der letzten Seite
+//UNUSED2008-05 SCROW LastCellsY( ScVSplitPos eWhichY ) const;
BOOL IsOle();
- void UpdateOle( ScSplitPos eWhich );
+//UNUSED2008-05 void UpdateOle( ScSplitPos eWhich );
void SetScreen( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
void SetScreen( const Rectangle& rVisArea );
void SetScreenPos( const Point& rVisAreaStart );
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx
index 38211b159..8f0153396 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: viewfunc.hxx,v $
- * $Revision: 1.34 $
+ * $Revision: 1.34.32.3 $
*
* This file is part of OpenOffice.org.
*
@@ -83,7 +83,7 @@ private:
public:
ScViewFunc( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell );
- ScViewFunc( Window* pParent, const ScViewFunc& rViewFunc, ScTabViewShell* pViewShell );
+//UNUSED2008-05 ScViewFunc( Window* pParent, const ScViewFunc& rViewFunc, ScTabViewShell* pViewShell );
~ScViewFunc();
const ScPatternAttr* GetSelectionPattern ();
@@ -299,10 +299,10 @@ public:
BOOL bColorOnly );
void SetNote( SCCOL nCol, SCROW nRow, SCTAB nTab, const ScPostIt& rNote );
- void DoSpellingChecker( BOOL bRecord = TRUE );
+//UNUSED2008-05 void DoSpellingChecker( BOOL bRecord = TRUE );
void DoHangulHanjaConversion( BOOL bRecord = TRUE );
void DoThesaurus( BOOL bRecord = TRUE );
- DECL_LINK( SpellError, void * );
+//UNUSED2008-05 DECL_LINK( SpellError, void * );
/** Generic implementation of sheet conversion functions. */
void DoSheetConversion( const ScConversionParam& rParam, BOOL bRecord = TRUE );
@@ -335,7 +335,7 @@ protected:
const SvxBorderLine* pSrcLine,
BOOL bColor );
- void PaintWidthHeight( BOOL bColumns, SCCOLROW nStart, SCCOLROW nEnd );
+//UNUSED2008-05 void PaintWidthHeight( BOOL bColumns, SCCOLROW nStart, SCCOLROW nEnd );
private: