Home
last modified time | relevance | path

Searched refs:FormulaModalDialog (Results 1 – 4 of 4) sorted by relevance

/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx1843 FormulaModalDialog::FormulaModalDialog( Window* pParent in FormulaModalDialog() function in formula::FormulaModalDialog
1859 FormulaModalDialog::~FormulaModalDialog() in ~FormulaModalDialog()
1863 void FormulaModalDialog::Update(const String& _sExp) in Update()
1869 void FormulaModalDialog::SetMeText(const String& _sText) in SetMeText()
1875 FormulaDlgMode FormulaModalDialog::SetMeText(const String& _sText,xub_StrLen PrivStart, xub_StrLen … in SetMeText()
1880 void FormulaModalDialog::CheckMatrix() in CheckMatrix()
1885 sal_Bool FormulaModalDialog::CheckMatrix(String& aFormula) in CheckMatrix()
1890 String FormulaModalDialog::GetMeText() const in GetMeText()
1895 void FormulaModalDialog::Update() in Update()
1900 const FormulaHelper& FormulaModalDialog::GetFormulaHelper() const in GetFormulaHelper()
[all …]
/trunk/main/formula/inc/formula/
H A Dformula.hxx55 class FORMULA_DLLPUBLIC FormulaModalDialog : public ModalDialog class
59 FormulaModalDialog( Window* pParent
66 virtual ~FormulaModalDialog();
/trunk/main/reportdesign/source/ui/inc/
H A DFormula.hxx43 class FormulaDialog : public formula::FormulaModalDialog,
/trunk/main/reportdesign/source/ui/dlg/
H A DFormula.cxx59 : FormulaModalDialog( pParent, false,false,false,this,_pFunctionMgr.get(),this) in FormulaDialog()