LibreOffice Module sc (master) 1
Functions
chgtrack.cxx File Reference
#include <chgtrack.hxx>
#include <compiler.hxx>
#include <formulacell.hxx>
#include <document.hxx>
#include <dociter.hxx>
#include <global.hxx>
#include <scmod.hxx>
#include <inputopt.hxx>
#include <patattr.hxx>
#include <hints.hxx>
#include <markdata.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <editutil.hxx>
#include <tokenarray.hxx>
#include <refupdatecontext.hxx>
#include <refupdat.hxx>
#include <osl/diagnose.h>
#include <svl/numformat.hxx>
#include <sfx2/objsh.hxx>
#include <unotools/useroptions.hxx>
#include <unotools/datetime.hxx>
#include <tools/json_writer.hxx>
#include <algorithm>
#include <memory>
#include <strings.hrc>
#include <utility>
Include dependency graph for chgtrack.cxx:

Go to the source code of this file.

Functions

static void lcl_InvalidateReference (const ScDocument &rDoc, formula::FormulaToken &rTok, const ScBigAddress &rPos)
 
static void lcl_getTrackedChange (ScDocument &rDoc, int nIndex, const ScChangeAction *pAction, tools::JsonWriter &rRedlines)
 Get info about a single ScChangeAction element. More...
 

Function Documentation

◆ lcl_getTrackedChange()

static void lcl_getTrackedChange ( ScDocument rDoc,
int  nIndex,
const ScChangeAction pAction,
tools::JsonWriter rRedlines 
)
static

◆ lcl_InvalidateReference()

static void lcl_InvalidateReference ( const ScDocument rDoc,
formula::FormulaToken rTok,
const ScBigAddress rPos 
)
static