LibreOffice Module formula (master) 1
Classes | Namespaces | Macros | Functions
formula.cxx File Reference
#include <memory>
#include <sfx2/viewfrm.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <sal/log.hxx>
#include <unotools/charclass.hxx>
#include <comphelper/diagnose_ex.hxx>
#include "funcpage.hxx"
#include <formula/formula.hxx>
#include <formula/IFunctionDescription.hxx>
#include <formula/FormulaCompiler.hxx>
#include <formula/token.hxx>
#include <formula/tokenarray.hxx>
#include <formula/formdata.hxx>
#include <formula/formulahelper.hxx>
#include "structpg.hxx"
#include "parawin.hxx"
#include <strings.hrc>
#include <core_resource.hxx>
#include <com/sun/star/sheet/FormulaToken.hpp>
#include <com/sun/star/sheet/FormulaLanguage.hpp>
#include <com/sun/star/sheet/FormulaMapGroup.hpp>
#include <com/sun/star/sheet/FormulaMapGroupSpecialOffset.hpp>
#include <com/sun/star/sheet/XFormulaOpCodeMapper.hpp>
#include <com/sun/star/sheet/XFormulaParser.hpp>
#include <map>
Include dependency graph for formula.cxx:

Go to the source code of this file.

Classes

class  formula::FormulaDlg_Impl
 

Namespaces

namespace  formula
 

Macros

#define TOKEN_OPEN   0
 
#define TOKEN_CLOSE   1
 

Functions

 formula::IMPL_LINK (FormulaDlg_Impl, BtnHdl, weld::Button &, rBtn, void)
 
 formula::IMPL_LINK_NOARG (FormulaDlg_Impl, DblClkHdl, FuncPage &, void)
 
 formula::IMPL_LINK (FormulaDlg_Impl, FxHdl, ParaWin &, rPtr, void)
 
 formula::IMPL_LINK (FormulaDlg_Impl, ModifyHdl, ParaWin &, rPtr, void)
 
 formula::IMPL_LINK_NOARG (FormulaDlg_Impl, FormulaHdl, weld::TextView &, void)
 
 formula::IMPL_LINK_NOARG (FormulaDlg_Impl, FormulaCursorHdl, weld::TextView &, void)
 
 formula::IMPL_LINK_NOARG (FormulaDlg_Impl, StructSelHdl, StructPage &, void)
 
 formula::IMPL_LINK_NOARG (FormulaDlg_Impl, MatrixHdl, weld::Toggleable &, void)
 
 formula::IMPL_LINK_NOARG (FormulaDlg_Impl, FuncSelHdl, FuncPage &, void)
 

Macro Definition Documentation

◆ TOKEN_CLOSE

#define TOKEN_CLOSE   1

Definition at line 52 of file formula.cxx.

◆ TOKEN_OPEN

#define TOKEN_OPEN   0

Definition at line 51 of file formula.cxx.