LibreOffice Module sc (master) 1
Functions
undotab.cxx File Reference
#include <sfx2/app.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <svl/hint.hxx>
#include <osl/diagnose.h>
#include <undotab.hxx>
#include <document.hxx>
#include <docsh.hxx>
#include <tabvwsh.hxx>
#include <globstr.hrc>
#include <global.hxx>
#include <sc.hrc>
#include <strings.hrc>
#include <undoolk.hxx>
#include <target.hxx>
#include <uiitems.hxx>
#include <prnsave.hxx>
#include <printfun.hxx>
#include <chgtrack.hxx>
#include <tabprotection.hxx>
#include <utility>
#include <viewdata.hxx>
#include <progress.hxx>
#include <markdata.hxx>
#include <refundo.hxx>
#include <svx/svditer.hxx>
#include <svx/svdoole2.hxx>
#include <drwlayer.hxx>
#include <scresid.hxx>
#include <sheetevents.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <comphelper/lok.hxx>
#include <tools/json_writer.hxx>
#include <memory>
#include <vector>
Include dependency graph for undotab.cxx:

Go to the source code of this file.

Functions

static SCTAB lcl_GetVisibleTabBefore (const ScDocument &rDoc, SCTAB nTab)
 

Function Documentation

◆ lcl_GetVisibleTabBefore()

static SCTAB lcl_GetVisibleTabBefore ( const ScDocument rDoc,
SCTAB  nTab 
)
static

Definition at line 293 of file undotab.cxx.

References ScDocument::IsVisible().

Referenced by ScUndoDeleteTab::Redo(), and ScUndoDeleteTab::Undo().