LibreOffice Module sc (master) 1
|
#include <consoli.hxx>
#include <document.hxx>
#include <olinetab.hxx>
#include <subtotal.hxx>
#include <formula/errorcodes.hxx>
#include <formulacell.hxx>
#include <tokenarray.hxx>
#include <osl/diagnose.h>
#include <refdata.hxx>
#include <string.h>
#include <memory>
Go to the source code of this file.
Macros | |
#define | SC_CONS_NOTFOUND -1 |
Functions | |
template<typename T > | |
static void | lcl_AddString (::std::vector< OUString > &rData, T &nCount, const OUString &rInsert) |
Variables | |
const OpCode | eOpCodeTable [] |
#define SC_CONS_NOTFOUND -1 |
Definition at line 33 of file consoli.cxx.
|
static |
Definition at line 50 of file consoli.cxx.
References nCount.
Referenced by ScConsData::AddFields().
const OpCode eOpCodeTable[] |
Definition at line 35 of file consoli.cxx.
Referenced by ScConsData::OutputToDocument().