LibreOffice Module sc (master) 1
|
#include <com/sun/star/awt/MouseButton.hpp>
#include <com/sun/star/drawing/ShapeCollection.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/script/vba/XVBAEventProcessor.hpp>
#include <com/sun/star/util/VetoException.hpp>
#include <com/sun/star/view/DocumentZoomType.hpp>
#include <editeng/outliner.hxx>
#include <svx/svditer.hxx>
#include <svx/svdmark.hxx>
#include <svx/svdpage.hxx>
#include <svx/svdpagv.hxx>
#include <svx/svdview.hxx>
#include <svx/unoshape.hxx>
#include <svx/fmshell.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/request.hxx>
#include <sfx2/viewfrm.hxx>
#include <comphelper/profilezone.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <toolkit/helper/convert.hxx>
#include <vcl/svapp.hxx>
#include <drawsh.hxx>
#include <drtxtob.hxx>
#include <transobj.hxx>
#include <editsh.hxx>
#include <viewuno.hxx>
#include <cellsuno.hxx>
#include <miscuno.hxx>
#include <tabvwsh.hxx>
#include <prevwsh.hxx>
#include <docsh.hxx>
#include <drwlayer.hxx>
#include <attrib.hxx>
#include <drawview.hxx>
#include <fupoor.hxx>
#include <sc.hrc>
#include <unonames.hxx>
#include <scmod.hxx>
#include <appoptio.hxx>
#include <gridwin.hxx>
#include <sheetevents.hxx>
#include <markdata.hxx>
#include <scextopt.hxx>
#include <preview.hxx>
#include <inputhdl.hxx>
#include <inputwin.hxx>
#include <svx/sdrhittesthelper.hxx>
#include <formatsh.hxx>
#include <sfx2/app.hxx>
#include <scitems.hxx>
Go to the source code of this file.
Functions | |
static o3tl::span< const SfxItemPropertyMapEntry > | lcl_GetViewOptPropertyMap () |
Clipping Marks. More... | |
static void | lcl_CallActivate (ScDocShell *pDocSh, SCTAB nTab, ScSheetEventId nEvent) |
static bool | lcl_TabInRanges (SCTAB nTab, const ScRangeList &rRanges) |
static void | lcl_ShowObject (ScTabViewShell &rViewSh, const ScDrawView &rDrawView, const SdrObject *pSelObj) |
Variables | |
constexpr OUStringLiteral | SCTABVIEWOBJ_SERVICE = u"com.sun.star.sheet.SpreadsheetView" |
constexpr OUStringLiteral | SCVIEWSETTINGS_SERVICE = u"com.sun.star.sheet.SpreadsheetViewSettings" |
|
static |
Definition at line 502 of file viewuno.cxx.
References SfxObjectShell::CallXScript(), ScDocShell::GetDocument(), ScSheetEvents::GetScript(), ScDocument::GetSheetEvents(), ScDocument::GetVbaEventProcessor(), ScSheetEvents::GetVbaSheetEventId(), and ScDocument::HasTable().
Referenced by ScTabViewObj::SheetChanged().
|
static |
Clipping Marks.
Definition at line 82 of file viewuno.cxx.
References cppu::UnoType< typename T >::get(), OLD_UNO_COLROWHDR, OLD_UNO_HORSCROLL, OLD_UNO_OUTLSYMB, OLD_UNO_SHEETTABS, OLD_UNO_VALUEHIGH, OLD_UNO_VERTSCROLL, SC_UNO_COLROWHDR, SC_UNO_FORMULABARHEIGHT, SC_UNO_GRIDCOLOR, SC_UNO_HIDESPELL, SC_UNO_HORSCROLL, SC_UNO_OUTLSYMB, SC_UNO_SHEETTABS, SC_UNO_SHOWANCHOR, SC_UNO_SHOWCHARTS, SC_UNO_SHOWDRAW, SC_UNO_SHOWFORM, SC_UNO_SHOWFORMULASMARKS, SC_UNO_SHOWGRID, SC_UNO_SHOWHELP, SC_UNO_SHOWNOTES, SC_UNO_SHOWOBJ, SC_UNO_SHOWPAGEBR, SC_UNO_SHOWZERO, SC_UNO_VALUEHIGH, SC_UNO_VERTSCROLL, SC_UNO_VISAREA, SC_UNO_VISAREASCREEN, SC_UNO_ZOOMTYPE, and SC_UNO_ZOOMVALUE.
|
static |
Definition at line 616 of file viewuno.cxx.
References SdrPaintView::GetModel(), SdrModel::GetPage(), SdrModel::GetPageCount(), i, SdrObjListIter::Next(), pObject, ScTabView::ScrollToObject(), and ScTabView::SetTabNo().
Referenced by ScTabViewObj::select().
|
static |
Definition at line 605 of file viewuno.cxx.
References ScRange::aEnd, ScRange::aStart, i, nCount, ScRangeList::size(), and ScAddress::Tab().
Referenced by ScTabViewObj::select().
|
constexpr |
Definition at line 120 of file viewuno.cxx.
Referenced by ScTabViewObj::getSupportedServiceNames().
|
constexpr |
Definition at line 121 of file viewuno.cxx.
Referenced by ScTabViewObj::getSupportedServiceNames().