LibreOffice Module sc (master) 1
|
#include <sal/config.h>
#include <formdata.hxx>
#include <sfx2/app.hxx>
#include <svx/dialogs.hrc>
#include <svx/extrusionbar.hxx>
#include <svx/fontworkbar.hxx>
#include <editeng/borderline.hxx>
#include <svx/fmshell.hxx>
#include <svx/sidebar/ContextChangeEventMultiplexer.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/ipclient.hxx>
#include <tools/urlobj.hxx>
#include <sfx2/docfile.hxx>
#include <tools/svborder.hxx>
#include <IAnyRefDialog.hxx>
#include <tabvwsh.hxx>
#include <sc.hrc>
#include <globstr.hrc>
#include <docsh.hxx>
#include <scmod.hxx>
#include <appoptio.hxx>
#include <drawsh.hxx>
#include <drformsh.hxx>
#include <editsh.hxx>
#include <pivotsh.hxx>
#include <SparklineShell.hxx>
#include <auditsh.hxx>
#include <drtxtob.hxx>
#include <inputhdl.hxx>
#include <editutil.hxx>
#include <inputopt.hxx>
#include <inputwin.hxx>
#include <dbdata.hxx>
#include <reffact.hxx>
#include <viewuno.hxx>
#include <dispuno.hxx>
#include <chgtrack.hxx>
#include <cellsh.hxx>
#include <oleobjsh.hxx>
#include <chartsh.hxx>
#include <graphsh.hxx>
#include <mediash.hxx>
#include <pgbrksh.hxx>
#include <dpobject.hxx>
#include <prevwsh.hxx>
#include <scextopt.hxx>
#include <drawview.hxx>
#include <fupoor.hxx>
#include <navsett.hxx>
#include <scabstdlg.hxx>
#include <externalrefmgr.hxx>
#include <defaultsoptions.hxx>
#include <markdata.hxx>
#include <preview.hxx>
#include <docoptio.hxx>
#include <documentlinkmgr.hxx>
#include <gridwin.hxx>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <sfx2/lokhelper.hxx>
#include <comphelper/flagguard.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <comphelper/lok.hxx>
#include <sfx2/sidebar/SidebarController.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (ScTabViewShell, FormControlActivated, LinkParamNone *, void) | |
IMPL_LINK_NOARG (ScTabViewShell, SimpleRefClose, const OUString *, void) | |
static ScTabViewObj * | lcl_GetViewObj (const ScTabViewShell &rShell) |
IMPL_LINK (ScTabViewShell, SimpleRefDone, const OUString &, aResult, void) | |
IMPL_LINK (ScTabViewShell, SimpleRefAborted, const OUString &, rResult, void) | |
IMPL_LINK (ScTabViewShell, SimpleRefChange, const OUString &, rResult, void) | |
IMPL_LINK | ( | ScTabViewShell | , |
SimpleRefAborted | , | ||
const OUString & | , | ||
rResult | , | ||
void | |||
) |
Definition at line 1148 of file tabvwsh4.cxx.
References lcl_GetViewObj(), and ScTabViewObj::RangeSelAborted().
IMPL_LINK | ( | ScTabViewShell | , |
SimpleRefChange | , | ||
const OUString & | , | ||
rResult | , | ||
void | |||
) |
Definition at line 1155 of file tabvwsh4.cxx.
References lcl_GetViewObj(), and ScTabViewObj::RangeSelChanged().
IMPL_LINK | ( | ScTabViewShell | , |
SimpleRefDone | , | ||
const OUString & | , | ||
aResult | , | ||
void | |||
) |
Definition at line 1141 of file tabvwsh4.cxx.
References lcl_GetViewObj(), and ScTabViewObj::RangeSelDone().
IMPL_LINK_NOARG | ( | ScTabViewShell | , |
FormControlActivated | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 1013 of file tabvwsh4.cxx.
IMPL_LINK_NOARG | ( | ScTabViewShell | , |
SimpleRefClose | , | ||
const OUString * | , | ||
void | |||
) |
Definition at line 1114 of file tabvwsh4.cxx.
References SfxInPlaceClient::IsObjectInPlaceActive(), and ScSimpleRefDlgWrapper::SetAutoReOpen().
|
static |
Definition at line 1130 of file tabvwsh4.cxx.
References SfxFrame::GetController(), SfxViewFrame::GetFrame(), SfxViewShell::GetViewFrame(), and xController.
Referenced by IMPL_LINK().