LibreOffice Module sc (master) 1
Macros | Functions
preview.cxx File Reference
#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <officecfg/Office/Common.hxx>
#include <svtools/colorcfg.hxx>
#include <svx/fmview.hxx>
#include <editeng/sizeitem.hxx>
#include <svx/svdpagv.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/dispatch.hxx>
#include <svl/itemset.hxx>
#include <tools/multisel.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/settings.hxx>
#include <o3tl/deleter.hxx>
#include <o3tl/unit_conversion.hxx>
#include <preview.hxx>
#include <prevwsh.hxx>
#include <prevloc.hxx>
#include <docsh.hxx>
#include <docfunc.hxx>
#include <printfun.hxx>
#include <printopt.hxx>
#include <stlpool.hxx>
#include <undostyl.hxx>
#include <drwlayer.hxx>
#include <scmod.hxx>
#include <markdata.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <sc.hrc>
#include <helpids.h>
#include <AccessibleDocumentPagePreview.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/fhgtitem.hxx>
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <AccessibilityHints.hxx>
#include <vcl/svapp.hxx>
#include <viewutil.hxx>
#include <docpool.hxx>
#include <patattr.hxx>
#include <columnspanset.hxx>
#include <memory>
Include dependency graph for preview.cxx:

Go to the source code of this file.

Macros

#define SC_PREVIEW_SHADOWSIZE   2
 

Functions

static tools::Long lcl_GetDisplayStart (SCTAB nTab, const ScDocument *pDoc, std::vector< tools::Long > &nPages)
 
static Size lcl_GetDocPageSize (const ScDocument *pDoc, SCTAB nTab)
 
 IMPL_STATIC_LINK_NOARG (ScPreview, InvalidateHdl, void *, void)
 

Macro Definition Documentation

◆ SC_PREVIEW_SHADOWSIZE

#define SC_PREVIEW_SHADOWSIZE   2

Definition at line 69 of file preview.cxx.

Function Documentation

◆ IMPL_STATIC_LINK_NOARG()

IMPL_STATIC_LINK_NOARG ( ScPreview  ,
InvalidateHdl  ,
void *  ,
void   
)

Definition at line 921 of file preview.cxx.

◆ lcl_GetDisplayStart()

static tools::Long lcl_GetDisplayStart ( SCTAB  nTab,
const ScDocument pDoc,
std::vector< tools::Long > &  nPages 
)
static

◆ lcl_GetDocPageSize()

static Size lcl_GetDocPageSize ( const ScDocument pDoc,
SCTAB  nTab 
)
static