|
LibreOffice Module sc (master) 1
|
#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>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) | |
| #define SC_PREVIEW_SHADOWSIZE 2 |
Definition at line 69 of file preview.cxx.
| IMPL_STATIC_LINK_NOARG | ( | ScPreview | , |
| InvalidateHdl | , | ||
| void * | , | ||
| void | |||
| ) |
Definition at line 921 of file preview.cxx.
|
static |
Definition at line 71 of file preview.cxx.
References i, and ScDocument::NeedPageResetAfterTab().
Referenced by ScPreview::CalcPages(), ScPreview::RecalcPages(), and ScPreview::TestLastPage().
|
static |
Definition at line 781 of file preview.cxx.
References aName, ATTR_PAGE_SIZE(), SfxStyleSheetBasePool::Find(), SfxItemSet::Get(), SfxStyleSheetBase::GetItemSet(), ScDocument::GetPageStyle(), and ScDocument::GetStyleSheetPool().
Referenced by ScPreview::DrawInvert(), ScPreview::GetOptimalZoom(), ScPreview::MouseButtonUp(), and ScPreview::MouseMove().