LibreOffice Module sc (master) 1
|
#include <formula/token.hxx>
#include <svx/svdocapt.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/lokhelper.hxx>
#include <svl/stritem.hxx>
#include <svl/numformat.hxx>
#include <svl/zforlist.hxx>
#include <svl/zformat.hxx>
#include <vcl/uitest/logger.hxx>
#include <vcl/uitest/eventdescription.hxx>
#include <editeng/editview.hxx>
#include <rtl/math.hxx>
#include <sal/log.hxx>
#include <viewfunc.hxx>
#include <viewdata.hxx>
#include <drwlayer.hxx>
#include <docsh.hxx>
#include <futext.hxx>
#include <docfunc.hxx>
#include <sc.hrc>
#include <fusel.hxx>
#include <reftokenhelper.hxx>
#include <externalrefmgr.hxx>
#include <markdata.hxx>
#include <drawview.hxx>
#include <inputhdl.hxx>
#include <tabvwsh.hxx>
#include <scmod.hxx>
#include <postit.hxx>
#include <comphelper/scopeguard.hxx>
#include <vector>
Go to the source code of this file.
Functions | |
static void | lcl_jumpToRange (const ScRange &rRange, ScViewData *pView, const ScDocument &rDoc) |
|
static |
Definition at line 129 of file viewfun6.cxx.
References SfxDispatcher::ExecuteList(), ScRange::Format(), ScViewData::GetDispatcher(), and RANGE_ABS_3D.
Referenced by ScViewFunc::DetectiveMarkPred(), and ScViewFunc::MarkAndJumpToRanges().