LibreOffice Module sw (master) 1
Classes | Namespaces | Macros | Enumerations | Functions | Variables
view.hxx File Reference
#include <vcl/timer.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/objsh.hxx>
#include <editeng/svxenum.hxx>
#include <sfx2/zoomitem.hxx>
#include <svx/ruler.hxx>
#include <svx/fmshell.hxx>
#include <svx/svdobj.hxx>
#include <svl/style.hxx>
#include "swdllapi.h"
#include "swtypes.hxx"
#include "shellid.hxx"
Include dependency graph for view.hxx:

Go to the source code of this file.

Classes

struct  SwApplyTemplate
 
class  SwViewGlueDocShell
 
class  SwView
 
struct  SwView::SelectCycle
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::view
 
namespace  sfx2
 
namespace  sw
 Dialog to specify the properties of date form field.
 
namespace  sw::mark
 
namespace  weld
 

Macros

#define MINZOOM   20
 
#define MAXZOOM   600
 
#define MAX_MARKS   5
 

Enumerations

enum class  ShellMode {
  Text ,
  Frame ,
  Graphic ,
  Object ,
  Draw ,
  DrawForm ,
  DrawText ,
  Bezier ,
  ListText ,
  TableText ,
  TableListText ,
  Media ,
  ExtrudedCustomShape ,
  FontWork ,
  PostIt
}
 

Functions

std::unique_ptr< SfxTabPageCreatePrintOptionsPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rOptions, bool bPreview)
 

Variables

const tools::Long nLeftOfst = -370
 
const tools::Long nScrollX = 30
 
const tools::Long nScrollY = 30
 
bool bDocSzUpdated
 

Macro Definition Documentation

◆ MAX_MARKS

#define MAX_MARKS   5

Definition at line 84 of file view.hxx.

◆ MAXZOOM

#define MAXZOOM   600

Definition at line 82 of file view.hxx.

◆ MINZOOM

#define MINZOOM   20

Definition at line 81 of file view.hxx.

Enumeration Type Documentation

◆ ShellMode

enum class ShellMode
strong
Enumerator
Text 
Frame 
Graphic 
Object 
Draw 
DrawForm 
DrawText 
Bezier 
ListText 
TableText 
TableListText 
Media 
ExtrudedCustomShape 
FontWork 
PostIt 

Definition at line 86 of file view.hxx.

Function Documentation

◆ CreatePrintOptionsPage()

std::unique_ptr< SfxTabPage > CreatePrintOptionsPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rOptions,
bool  bPreview 
)

Variable Documentation

◆ bDocSzUpdated

bool bDocSzUpdated
extern

Definition at line 125 of file view.cxx.

Referenced by SwView::Activate(), SwView::DocSzChgd(), and SwView::SwView().

◆ nLeftOfst

const tools::Long nLeftOfst = -370

Definition at line 77 of file view.hxx.

Referenced by SwView::CalcPt(), GetLeftMargin(), SwView::Scroll(), and SwView::SetZoom_().

◆ nScrollX

const tools::Long nScrollX = 30

Definition at line 78 of file view.hxx.

Referenced by SwView::CalcPt(), and SwView::GetXScroll().

◆ nScrollY

const tools::Long nScrollY = 30

Definition at line 79 of file view.hxx.

Referenced by SwView::GetYScroll().