Lines Matching refs:FormulaDlg

1995 FormulaDlg::FormulaDlg( SfxBindings* pB, SfxChildWindow* pCW,  in FormulaDlg()  function in formula::FormulaDlg
2015 FormulaDlg::~FormulaDlg() in ~FormulaDlg()
2019 void FormulaDlg::Update(const String& _sExp) in Update()
2025 void FormulaDlg::SetMeText(const String& _sText) in SetMeText()
2031 FormulaDlgMode FormulaDlg::SetMeText(const String& _sText,xub_StrLen PrivStart, xub_StrLen PrivEnd,… in SetMeText()
2036 void FormulaDlg::CheckMatrix() in CheckMatrix()
2041 sal_Bool FormulaDlg::CheckMatrix(String& aFormula) in CheckMatrix()
2046 String FormulaDlg::GetMeText() const in GetMeText()
2051 void FormulaDlg::Update() in Update()
2055 m_pImpl->aTimer.SetTimeoutHdl(LINK( this, FormulaDlg, UpdateFocusHdl)); in Update()
2060 sal_Bool FormulaDlg::isUserMatrix() const in isUserMatrix()
2064 void FormulaDlg::DoEnter(sal_Bool _bOk) in DoEnter()
2068 ::std::pair<RefButton*,RefEdit*> FormulaDlg::RefInputStartBefore( RefEdit* pEdit, RefButton* pButto… in RefInputStartBefore()
2072 void FormulaDlg::RefInputStartAfter( RefEdit* pEdit, RefButton* pButton ) in RefInputStartAfter()
2076 void FormulaDlg::RefInputDoneAfter( sal_Bool bForced ) in RefInputDoneAfter()
2081 rtl::OString FormulaDlg::FindFocusWin(Window *pWin) in FindFocusWin()
2086 void FormulaDlg::SetFocusWin(Window *pWin,const rtl::OString& nUniqueId) in SetFocusWin()
2105 long FormulaDlg::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
2111 void FormulaDlg::HighlightFunctionParas(const String& aFormula) in HighlightFunctionParas()
2116 void FormulaDlg::disableOk() in disableOk()
2121 const IFunctionDescription* FormulaDlg::getCurrentFunctionDescription() const in getCurrentFunctionDescription()
2127 void FormulaDlg::UpdateParaWin(const Selection& _rSelection,const String& _sRefStr) in UpdateParaWin()
2131 sal_Bool FormulaDlg::UpdateParaWin(Selection& _rSelection) in UpdateParaWin()
2136 RefEdit* FormulaDlg::GetActiveEdit() in GetActiveEdit()
2141 const FormulaHelper& FormulaDlg::GetFormulaHelper() const in GetFormulaHelper()
2146 void FormulaDlg::SetEdSelection() in SetEdSelection()
2150 IMPL_LINK( FormulaDlg, UpdateFocusHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument