LibreOffice Module sc (master) 1
|
#include <memory>
#include <sal/config.h>
#include <cassert>
#include <osl/diagnose.h>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <sfx2/app.hxx>
#include <sfx2/bindings.hxx>
#include <unotools/charclass.hxx>
#include <com/sun/star/script/vba/XVBACompatibility.hpp>
#include <dociter.hxx>
#include <docsh.hxx>
#include <global.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <globalnames.hxx>
#include <undodat.hxx>
#include <undotab.hxx>
#include <undoblk.hxx>
#include <dpobject.hxx>
#include <dpshttab.hxx>
#include <dbdocfun.hxx>
#include <consoli.hxx>
#include <dbdata.hxx>
#include <progress.hxx>
#include <olinetab.hxx>
#include <patattr.hxx>
#include <attrib.hxx>
#include <docpool.hxx>
#include <uiitems.hxx>
#include <sc.hrc>
#include <sizedev.hxx>
#include <clipparam.hxx>
#include <rowheightcontext.hxx>
#include <refupdatecontext.hxx>
Go to the source code of this file.
Functions | |
static OUString | lcl_GetAreaName (ScDocument *pDoc, const ScArea *pArea) |
IMPL_LINK (ScDocShell, RefreshDBDataHdl, Timer *, pRefreshTimer, void) | |
IMPL_LINK | ( | ScDocShell | , |
RefreshDBDataHdl | , | ||
Timer * | , | ||
pRefreshTimer | , | ||
void | |||
) |
Api-Flag as parameter
Definition at line 1026 of file docsh5.cxx.
References ScRange::aStart, ScImportParam::bImport, ScDBDocFunc::DoImport(), ScDBData::GetArea(), ScDBData::GetImportParam(), ScDBData::GetName(), ScDBData::HasImportSelection(), ScDBDocFunc::RepeatDB(), and ScAddress::Tab().
|
static |
Definition at line 499 of file docsh5.cxx.
References aName, ScDocument::GetDBAtArea(), ScDocument::GetName(), ScArea::nColEnd, ScArea::nColStart, ScArea::nRowEnd, ScArea::nRowStart, ScArea::nTab, and pData.
Referenced by ScDocShell::DoConsolidate().