|
| FormulaModalDialog (weld::Window *pParent, IFunctionManager const *_pFunctionMgr, IControlReferenceHandler *_pDlg) |
|
virtual | ~FormulaModalDialog () override |
|
| GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) |
|
virtual Dialog * | getDialog () override |
|
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
|
virtual Dialog * | getDialog ()=0 |
|
const Dialog * | getConstDialog () const |
|
virtual short | run () |
|
void | set_title (const OUString &rTitle) |
|
OUString | get_title () const |
|
void | set_help_id (const OUString &rHelpId) |
|
OUString | get_help_id () const |
|
void | response (int nResponse) |
|
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
|
virtual void | notifyChange ()=0 |
|
virtual void | fill ()=0 |
|
virtual OUString | getCurrentFormula () const =0 |
|
virtual void | setCurrentFormula (const OUString &_sReplacement)=0 |
|
virtual void | getSelection (sal_Int32 &_nStart, sal_Int32 &_nEnd) const =0 |
|
virtual void | setSelection (sal_Int32 _nStart, sal_Int32 _nEnd)=0 |
|
virtual FormEditData * | getFormEditData () const =0 |
|
virtual bool | calculateValue (const OUString &_sExpression, OUString &_rResult, bool bMatrixFormula)=0 |
|
virtual std::shared_ptr< FormulaCompiler > | getCompiler () const =0 |
| Obtain a resident FormulaCompiler instance, created without FormulaTokenArray and reused but being application specific derived. More...
|
|
virtual std::unique_ptr< FormulaCompiler > | createCompiler (FormulaTokenArray &rArray) const =0 |
| Create an application specific FormulaCompiler instance with FormulaTokenArray. More...
|
|
virtual void | switchBack ()=0 |
|
virtual void | clear ()=0 |
|
virtual void | deleteFormData ()=0 |
|
virtual IFunctionManager * | getFunctionManager ()=0 |
|
virtual ::std::unique_ptr< FormulaTokenArray > | convertToTokenArray (const css::uno::Sequence< css::sheet::FormulaToken > &_aTokenList)=0 |
|
virtual css::uno::Reference< css::sheet::XFormulaParser > | getFormulaParser () const =0 |
|
virtual css::uno::Reference< css::sheet::XFormulaOpCodeMapper > | getFormulaOpCodeMapper () const =0 |
|
virtual css::table::CellAddress | getReferencePosition () const =0 |
|
virtual void | setDispatcherLock (bool bLock)=0 |
|
virtual void | dispatch (bool _bOK, bool _bMatrixChecked)=0 |
|
virtual void | doClose (bool _bOk)=0 |
|
virtual void | insertEntryToLRUList (const IFunctionDescription *pDesc)=0 |
|
virtual void | showReference (const OUString &_sFormula)=0 |
|