Functions

ap_EditMethods.h File Reference

#include "ie_types.h"
#include "fv_View.h"
#include <set>

Go to the source code of this file.

Functions

UT_Error fileOpen (XAP_Frame *pFrame, const char *pNewFile, IEFileType ieft)
bool s_actuallyPrint (PD_Document *doc, GR_Graphics *pGraphics, FV_View *pPrintView, const char *pDocName, UT_uint32 nCopies, bool bCollate, UT_sint32 inWidth, UT_sint32 inHeight, UT_sint32 nToPage, UT_sint32 nFromPage)
bool s_actuallyPrint (PD_Document *doc, GR_Graphics *pGraphics, FV_View *pPrintView, const char *pDocName, UT_uint32 nCopies, bool bCollate, UT_sint32 inWidth, UT_sint32 inHeight, const std::set< UT_sint32 > &pages)
void s_getPageMargins (FV_View *inView, double &margin_left, double &margin_right, double &page_margin_left, double &page_margin_right, double &page_margin_top, double &page_margin_bottom)
bool s_doTabDlg (FV_View *pView)

Function Documentation

UT_Error fileOpen ( XAP_Frame pFrame,
const char *  pNewFile,
IEFileType  ieft 
)
bool s_actuallyPrint ( PD_Document doc,
GR_Graphics pGraphics,
FV_View pPrintView,
const char *  pDocName,
UT_uint32  nCopies,
bool  bCollate,
UT_sint32  inWidth,
UT_sint32  inHeight,
UT_sint32  nToPage,
UT_sint32  nFromPage 
)
bool s_actuallyPrint ( PD_Document doc,
GR_Graphics pGraphics,
FV_View pPrintView,
const char *  pDocName,
UT_uint32  nCopies,
bool  bCollate,
UT_sint32  inWidth,
UT_sint32  inHeight,
const std::set< UT_sint32 > &  pages 
)
bool s_doTabDlg ( FV_View pView  ) 
void s_getPageMargins ( FV_View inView,
double &  margin_left,
double &  margin_right,
double &  page_margin_left,
double &  page_margin_right,
double &  page_margin_top,
double &  page_margin_bottom 
)