Searched refs:SetMeText (Results 1 – 4 of 4) sorted by relevance
/trunk/main/formula/inc/formula/ |
H A D | formula.hxx | 83 void SetMeText(const String& _sText); 84 …FormulaDlgMode SetMeText(const String& _sText,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bM… 132 void SetMeText(const String& _sText); 133 …FormulaDlgMode SetMeText(const String& _sText,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bM…
|
/trunk/main/formula/source/ui/dlg/ |
H A D | formula.cxx | 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() 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 [all …]
|
/trunk/main/sc/source/ui/formdlg/ |
H A D | formula.cxx | 179 … eMode = SetMeText(pScMod->InputGetFormulaStr(),PrivStart, PrivEnd,bMatrix,sal_True,sal_True); in ScFormulaDlg() 196 SetMeText(pScMod->InputGetFormulaStr(),PrivStart, PrivEnd,bMatrix,sal_False,sal_False); in ScFormulaDlg() 259 SetMeText(rStrExp); in fill()
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | Formula.cxx | 88 SetMeText(m_sFormula); in fill()
|
Completed in 31 milliseconds