LibreOffice Module sw (master) 1
|
#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"
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< SfxTabPage > | CreatePrintOptionsPage (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 |
|
strong |
std::unique_ptr< SfxTabPage > CreatePrintOptionsPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rOptions, | ||
bool | bPreview | ||
) |
Definition at line 335 of file viewprt.cxx.
References SwAbstractDialogFactory::Create(), SfxItemSet::GetPool(), SwAbstractDialogFactory::GetTabPageCreatorFunc(), and SfxItemSet::Put().
Referenced by SwPagePreview::CreatePrintOptionsPage(), and SwView::CreatePrintOptionsPage().
|
extern |
Definition at line 125 of file view.cxx.
Referenced by SwView::Activate(), SwView::DocSzChgd(), and SwView::SwView().
const tools::Long nLeftOfst = -370 |
Definition at line 77 of file view.hxx.
Referenced by SwView::CalcPt(), GetLeftMargin(), SwView::Scroll(), and SwView::SetZoom_().
const tools::Long nScrollX = 30 |
Definition at line 78 of file view.hxx.
Referenced by SwView::CalcPt(), and SwView::GetXScroll().
const tools::Long nScrollY = 30 |
Definition at line 79 of file view.hxx.
Referenced by SwView::GetYScroll().