diff options
Diffstat (limited to 'sc/source/ui/inc')
41 files changed, 143 insertions, 194 deletions
diff --git a/sc/source/ui/inc/AccessibleContextBase.hxx b/sc/source/ui/inc/AccessibleContextBase.hxx index 8d1c788fb5ee..9460ade94421 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 42da32680492..d7fc64c75562 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 0a04af6eff43..1920d75f3671 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 6369e18b48e8..63e263a12f8a 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 3ebb37c99e59..7986935ae9c3 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 8dcd932894b1..c95a75a6ec8f 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 9c26e94486c6..98a622097781 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 0441299c1503..0553cee15d29 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 29263935ca6e..577a78158a60 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 cebcb797e50b..237aec789b4d 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 0dbfb41677f1..3550fa157b24 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 98f9d0c6b856..f18bf55b705c 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 d3e755270b89..dab0396e464f 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 737cb0a0ac68..d1bb36b786bf 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 bf738d3142f4..2dbbdec9b012 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 871a9aed8881..e8456ff4ed60 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 76664f2ac674..85ea4b71d88d 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 9267e5ce1fc6..d47b7d7fb69a 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 18c86a4452c2..3078ee1453f2 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 f64342998713..753000e290ab 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 013820da77b9..892f2cb60be8 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 c151110b9563..c111ee23a7e1 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 a4baaa0f3434..ec721bb117c4 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 9a4a8391ac5a..f02d8be298e1 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 7b06d19d479b..3b448f30f67f 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 48544c4f90d1..786d51a6e720 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 cea58870bbfd..c59c3163e252 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 7fea000fbeb7..d69d945b12e5 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 18e0eb7c5694..da70a3465dc6 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 d2041a39f630..0d2e4411c9b4 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 e06dd263d464..4f5da2bafe59 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 c8588fc17a67..eeeb9c4094c4 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 6db17cac457d..a796fcd611de 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 a85f61690516..7443dad543c8 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 17b3186b96e7..d6b7583808d8 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 2e67f8b568dc..e56675fc59b1 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 467a7a3c593b..868e772a2e68 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 d7fc3fbdf1ed..3e92fc5fd5fa 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 fa0bac777588..ea2951eede5e 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 b9e46aa658ec..709bd7898e22 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 109464f47f6c..a0064570f6a0 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: |