LibreOffice Module sc (master) 1
Macros | Functions | Variables
consoli.cxx File Reference
#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>
Include dependency graph for consoli.cxx:

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 []
 

Macro Definition Documentation

◆ SC_CONS_NOTFOUND

#define SC_CONS_NOTFOUND   -1

Definition at line 33 of file consoli.cxx.

Function Documentation

◆ lcl_AddString()

template<typename T >
static void lcl_AddString ( ::std::vector< OUString > &  rData,
T &  nCount,
const OUString &  rInsert 
)
static

Definition at line 50 of file consoli.cxx.

References nCount.

Referenced by ScConsData::AddFields().

Variable Documentation

◆ eOpCodeTable

const OpCode eOpCodeTable[]
Initial value:
= {
ocStDev
ocProduct
ocAverage
ocCount2
ocVarP
ocBad
ocStDevP
ocMin
ocVar
ocSum
ocCount
ocMax

Definition at line 35 of file consoli.cxx.

Referenced by ScConsData::OutputToDocument().