LibreOffice Module sd (master) 1
|
#include <Window.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/request.hxx>
#include <sfx2/viewfrm.hxx>
#include <svx/svxids.hrc>
#include <editeng/outliner.hxx>
#include <editeng/editview.hxx>
#include <editeng/editeng.hxx>
#include <app.hrc>
#include <ViewShell.hxx>
#include <DrawViewShell.hxx>
#include <DrawDocShell.hxx>
#include <PresentationViewShell.hxx>
#include <View.hxx>
#include <FrameView.hxx>
#include <OutlineViewShell.hxx>
#include <OutlineView.hxx>
#include <drawdoc.hxx>
#include <WindowUpdater.hxx>
#include <ViewShellBase.hxx>
#include <uiobject.hxx>
#include <officecfg/Office/Common.hxx>
#include <sal/log.hxx>
#include <tools/debug.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/settings.hxx>
#include <comphelper/lok.hxx>
#include <sfx2/lokhelper.hxx>
Go to the source code of this file.
Namespaces | |
namespace | sd |
Macros | |
#define | SCROLL_LINE_FACT 0.05 |
factor for line scrolling More... | |
#define | SCROLL_PAGE_FACT 0.5 |
factor for page scrolling More... | |
#define | SCROLL_SENSITIVE 20 |
sensitive area in pixel More... | |
#define | ZOOM_MULTIPLICATOR 10000 |
multiplier to avoid rounding errors More... | |
#define | MIN_ZOOM 5 |
minimal zoom factor More... | |
#define | MAX_ZOOM 3000 |
maximal zoom factor More... | |
#define MAX_ZOOM 3000 |
maximal zoom factor
Definition at line 60 of file sdwindow.cxx.
#define MIN_ZOOM 5 |
minimal zoom factor
Definition at line 59 of file sdwindow.cxx.
#define SCROLL_LINE_FACT 0.05 |
factor for line scrolling
Definition at line 55 of file sdwindow.cxx.
#define SCROLL_PAGE_FACT 0.5 |
factor for page scrolling
Definition at line 56 of file sdwindow.cxx.
#define SCROLL_SENSITIVE 20 |
sensitive area in pixel
Definition at line 57 of file sdwindow.cxx.
#define ZOOM_MULTIPLICATOR 10000 |
multiplier to avoid rounding errors
Definition at line 58 of file sdwindow.cxx.