LibreOffice Module sc (master) 1
Macros | Functions | Variables
progress.cxx File Reference
#include <sfx2/app.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/progress.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/sfxsids.hrc>
#include <svl/eitem.hxx>
#include <svl/itemset.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/frame/XModel.hpp>
#include <progress.hxx>
#include <document.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
Include dependency graph for progress.cxx:

Go to the source code of this file.

Macros

#define SC_PROGRESS_CXX
 

Functions

static bool lcl_IsHiddenDocument (const SfxObjectShell *pObjSh)
 
static bool lcl_HasControllersLocked (const SfxObjectShell &rObjSh)
 

Variables

static ScProgress theDummyInterpretProgress
 

Macro Definition Documentation

◆ SC_PROGRESS_CXX

#define SC_PROGRESS_CXX

Definition at line 31 of file progress.cxx.

Function Documentation

◆ lcl_HasControllersLocked()

static bool lcl_HasControllersLocked ( const SfxObjectShell rObjSh)
static

Definition at line 63 of file progress.cxx.

References SfxObjectShell::GetBaseModel(), and xModel.

Referenced by ScProgress::ScProgress().

◆ lcl_IsHiddenDocument()

static bool lcl_IsHiddenDocument ( const SfxObjectShell pObjSh)
static

Variable Documentation

◆ theDummyInterpretProgress

ScProgress theDummyInterpretProgress
static

Definition at line 39 of file progress.cxx.

Referenced by ScProgress::DeleteInterpretProgress().