Lines Matching refs:sal_uInt16

34 const sal_uInt16 EXC_ID_HEADER              = 0x0014;
35 const sal_uInt16 EXC_ID_FOOTER = 0x0015;
39 const sal_uInt16 EXC_ID_VERPAGEBREAKS = 0x001A;
40 const sal_uInt16 EXC_ID_HORPAGEBREAKS = 0x001B;
44 const sal_uInt16 EXC_ID_LEFTMARGIN = 0x0026;
45 const sal_uInt16 EXC_ID_RIGHTMARGIN = 0x0027;
46 const sal_uInt16 EXC_ID_TOPMARGIN = 0x0028;
47 const sal_uInt16 EXC_ID_BOTTOMMARGIN = 0x0029;
57 const sal_uInt16 EXC_ID_PRINTHEADERS = 0x002A;
58 const sal_uInt16 EXC_ID_PRINTGRIDLINES = 0x002B;
62 const sal_uInt16 EXC_ID_PRINTSIZE = 0x0033;
64 const sal_uInt16 EXC_PRINTSIZE_SCREEN = 1;
65 const sal_uInt16 EXC_PRINTSIZE_PAGE = 2;
66 const sal_uInt16 EXC_PRINTSIZE_FULL = 3;
70 const sal_uInt16 EXC_ID_GRIDSET = 0x0082;
71 const sal_uInt16 EXC_ID_HCENTER = 0x0083;
72 const sal_uInt16 EXC_ID_VCENTER = 0x0084;
76 const sal_uInt16 EXC_ID_SETUP = 0x00A1;
78 const sal_uInt16 EXC_SETUP_INROWS = 0x0001;
79 const sal_uInt16 EXC_SETUP_PORTRAIT = 0x0002;
80 const sal_uInt16 EXC_SETUP_INVALID = 0x0004;
81 const sal_uInt16 EXC_SETUP_BLACKWHITE = 0x0008;
82 const sal_uInt16 EXC_SETUP_DRAFT = 0x0010;
83 const sal_uInt16 EXC_SETUP_PRINTNOTES = 0x0020;
84 const sal_uInt16 EXC_SETUP_STARTPAGE = 0x0080;
85 const sal_uInt16 EXC_SETUP_NOTES_END = 0x0200;
87 const sal_uInt16 EXC_PAPERSIZE_DEFAULT = 0;
116 sal_uInt16 mnPaperSize; /// Index into paper size table.
117 sal_uInt16 mnCopies; /// Number of copies.
118 sal_uInt16 mnStartPage; /// Start page number.
119 sal_uInt16 mnScaling; /// Scaling in percent.
120 sal_uInt16 mnFitToWidth; /// Fit to number of pages in width.
121 sal_uInt16 mnFitToHeight; /// Fit to number of pages in height.
122 sal_uInt16 mnHorPrintRes; /// Horizontal printing resolution.
123 sal_uInt16 mnVerPrintRes; /// Vertical printing resolution.