LibreOffice Module sw (master) 1
|
#include <hintids.hxx>
#include <sfx2/printer.hxx>
#include <svx/svdview.hxx>
#include <osl/diagnose.h>
#include <tools/UnitConversion.hxx>
#include <txtfld.hxx>
#include <fmtfld.hxx>
#include <fmtfsize.hxx>
#include <rootfrm.hxx>
#include <pagefrm.hxx>
#include <cntfrm.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentDeviceAccess.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <fesh.hxx>
#include <pam.hxx>
#include <viewimp.hxx>
#include <layact.hxx>
#include <ndtxt.hxx>
#include <viewopt.hxx>
#include <printdata.hxx>
#include <pagedesc.hxx>
#include <ptqueue.hxx>
#include <viscrs.hxx>
#include <fmtpdsc.hxx>
#include <PostItMgr.hxx>
#include <vprint.hxx>
Go to the source code of this file.
Classes | |
class | SwQueuedPaint |
Painting buffer. More... | |
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
Functions | |
void | SetSwVisArea (SwViewShell *pSh, const SwRect &rRect) |
SwPageFrame const * | sw_getPage (SwRootFrame const &rLayout, sal_Int32 const nPage) |
bool | sw::IsShrinkPageForPostIts (SwViewShell const &rShell, SwPrintData const &) |
void SetSwVisArea | ( | SwViewShell * | pSh, |
const SwRect & | rRect | ||
) |
Definition at line 157 of file vprint.cxx.
SwPageFrame const * sw_getPage | ( | SwRootFrame const & | rLayout, |
sal_Int32 const | nPage | ||
) |
Definition at line 416 of file vprint.cxx.
References SwFrame::GetNext(), i, and SwLayoutFrame::Lower().
Referenced by SwViewShell::PrintOrPDFExport(), and SwViewShell::PrintProspect().