LibreOffice Module sc (master) 1
|
#include <map>
#include <memory>
#include <optional>
#include <formula/tokenarray.hxx>
#include <formula/errorcodes.hxx>
#include <svl/listener.hxx>
#include "types.hxx"
#include "interpretercontext.hxx"
#include "document.hxx"
#include "docoptio.hxx"
#include "formulalogger.hxx"
#include "formularesult.hxx"
#include "tokenarray.hxx"
#include "grouparealistener.hxx"
Go to the source code of this file.
Classes | |
struct | AreaListenerKey |
struct | ScFormulaCellGroup |
class | ScFormulaCell |
Namespaces | |
namespace | sc |
CAUTION! The following defines must be in the same namespace as the respective type. | |
Typedefs | |
typedef std::map< AreaListenerKey, sc::FormulaGroupAreaListener > | AreaListenersType |
Enumerations | |
enum class | ScMatrixMode : sal_uInt8 { NONE = 0 , Formula = 1 , Reference = 2 } |
Functions | |
void | intrusive_ptr_add_ref (const ScFormulaCellGroup *p) |
void | intrusive_ptr_release (const ScFormulaCellGroup *p) |
Definition at line 68 of file formulacell.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Formula | |
Reference |
Definition at line 114 of file formulacell.hxx.
|
inline |
Definition at line 103 of file formulacell.hxx.
References p.
|
inline |
Definition at line 108 of file formulacell.hxx.
References p.