LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
sc::SetFormulaDirtyContext Struct Reference

#include <refupdatecontext.hxx>

Public Member Functions

 SetFormulaDirtyContext ()
 

Public Attributes

SCTAB mnTabDeletedStart
 
SCTAB mnTabDeletedEnd
 
bool mbClearTabDeletedFlag
 When true, go through all reference tokens and clears "sheet deleted" flag if its corresponding index falls within specified sheet range. More...
 

Detailed Description

Definition at line 151 of file refupdatecontext.hxx.

Constructor & Destructor Documentation

◆ SetFormulaDirtyContext()

sc::SetFormulaDirtyContext::SetFormulaDirtyContext ( )

Definition at line 134 of file refupdatecontext.cxx.

Member Data Documentation

◆ mbClearTabDeletedFlag

bool sc::SetFormulaDirtyContext::mbClearTabDeletedFlag

When true, go through all reference tokens and clears "sheet deleted" flag if its corresponding index falls within specified sheet range.

Definition at line 160 of file refupdatecontext.hxx.

Referenced by ScDocument::InsertTab().

◆ mnTabDeletedEnd

SCTAB sc::SetFormulaDirtyContext::mnTabDeletedEnd

Definition at line 154 of file refupdatecontext.hxx.

Referenced by ScDocument::InsertTab().

◆ mnTabDeletedStart

SCTAB sc::SetFormulaDirtyContext::mnTabDeletedStart

Definition at line 153 of file refupdatecontext.hxx.

Referenced by ScDocument::InsertTab().


The documentation for this struct was generated from the following files: