Lines Matching refs:SetMeText
129 …FormulaDlgMode SetMeText(const String& _sText,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool b…
130 void SetMeText(const String& _sText);
1622 void FormulaDlg_Impl::SetMeText(const String& _sText) in SetMeText() function in formula::FormulaDlg_Impl
1629 FormulaDlgMode FormulaDlg_Impl::SetMeText(const String& _sText,xub_StrLen PrivStart, xub_StrLen Pri… in SetMeText() function in formula::FormulaDlg_Impl
1869 void FormulaModalDialog::SetMeText(const String& _sText) in SetMeText() function in formula::FormulaModalDialog
1871 m_pImpl->SetMeText(_sText); in SetMeText()
1875 FormulaDlgMode FormulaModalDialog::SetMeText(const String& _sText,xub_StrLen PrivStart, xub_StrLen … in SetMeText() function in formula::FormulaModalDialog
1877 return m_pImpl->SetMeText(_sText,PrivStart, PrivEnd,bMatrix,_bSelect,_bUpdate); in SetMeText()
2025 void FormulaDlg::SetMeText(const String& _sText) in SetMeText() function in formula::FormulaDlg
2027 m_pImpl->SetMeText(_sText); in SetMeText()
2031 FormulaDlgMode FormulaDlg::SetMeText(const String& _sText,xub_StrLen PrivStart, xub_StrLen PrivEnd,… in SetMeText() function in formula::FormulaDlg
2033 return m_pImpl->SetMeText(_sText,PrivStart, PrivEnd,bMatrix,_bSelect,_bUpdate); in SetMeText()