summaryrefslogtreecommitdiff
path: root/formula/inc
diff options
context:
space:
mode:
authorFelix Zhang <fezhang@suse.com>2011-10-20 15:51:38 +0800
committerJan Holesovsky <kendy@suse.cz>2011-10-20 10:24:18 +0200
commit9f562a82c6ed56824365825a6bc0acf313ebcf28 (patch)
treea28fa792a0e4dfe836d1d38547edbb3349400c86 /formula/inc
parent093e7a56fff27474e6a39734ab3f87fd0bcd28ad (diff)
remove unused methods from formula::FormulaModalDialog
Diffstat (limited to 'formula/inc')
-rw-r--r--formula/inc/formula/formula.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/formula/inc/formula/formula.hxx b/formula/inc/formula/formula.hxx
index 32643b5a4ba5..e846ae89e0a6 100644
--- a/formula/inc/formula/formula.hxx
+++ b/formula/inc/formula/formula.hxx
@@ -74,34 +74,17 @@ private:
SAL_WNODEPRECATED_DECLARATIONS_POP
protected:
- void disableOk();
-
-protected:
virtual long PreNotify( NotifyEvent& rNEvt );
::std::pair<RefButton*,RefEdit*> RefInputStartBefore( RefEdit* pEdit, RefButton* pButton = NULL );
void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton = NULL );
void RefInputDoneAfter( sal_Bool bForced = sal_False );
- rtl::OString FindFocusWin(Window *pWin);
void SetFocusWin(Window *pWin,const rtl::OString& nUniqueId);
- void HighlightFunctionParas(const String& aFormula);
void SetMeText(const String& _sText);
- FormulaDlgMode SetMeText(const String& _sText,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate);
void Update();
sal_Bool CheckMatrix(String& aFormula /*IN/OUT*/);
- String GetMeText() const;
void Update(const String& _sExp);
- void CheckMatrix();
- void DoEnter(sal_Bool _bOk);
- sal_Bool isUserMatrix() const;
- const IFunctionDescription* getCurrentFunctionDescription() const;
- sal_Bool UpdateParaWin(Selection& _rSelection);
- void UpdateParaWin(const Selection& _rSelection,const String& _sRefStr);
- RefEdit* GetActiveEdit();
- void SetEdSelection();
-
- const FormulaHelper& GetFormulaHelper() const;
};
class FORMULA_DLLPUBLIC FormulaDlg : public SfxModelessDialog