/usr/include/thunderbird/nsIPrintSettings.h is in thunderbird-dev 1:52.8.0-1~deb8u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsIPrintSettings.idl
*/
#ifndef __gen_nsIPrintSettings_h__
#define __gen_nsIPrintSettings_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
#include "nsMargin.h"
#include "nsTArray.h"
class nsIPrintSession; /* forward declaration */
/* starting interface: nsIPrintSettings */
#define NS_IPRINTSETTINGS_IID_STR "ecc5cbad-57fc-4731-b0bd-09e865bd62ad"
#define NS_IPRINTSETTINGS_IID \
{0xecc5cbad, 0x57fc, 0x4731, \
{ 0xb0, 0xbd, 0x09, 0xe8, 0x65, 0xbd, 0x62, 0xad }}
class NS_NO_VTABLE nsIPrintSettings : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IPRINTSETTINGS_IID)
enum {
kInitSaveOddEvenPages = 1U,
kInitSaveHeaderLeft = 2U,
kInitSaveHeaderCenter = 4U,
kInitSaveHeaderRight = 8U,
kInitSaveFooterLeft = 16U,
kInitSaveFooterCenter = 32U,
kInitSaveFooterRight = 64U,
kInitSaveBGColors = 128U,
kInitSaveBGImages = 256U,
kInitSavePaperSize = 512U,
kInitSaveResolution = 1024U,
kInitSaveDuplex = 2048U,
kInitSavePaperData = 8192U,
kInitSaveUnwriteableMargins = 16384U,
kInitSaveEdges = 32768U,
kInitSaveReversed = 65536U,
kInitSaveInColor = 131072U,
kInitSaveOrientation = 262144U,
kInitSavePrinterName = 1048576U,
kInitSavePrintToFile = 2097152U,
kInitSaveToFileName = 4194304U,
kInitSavePageDelay = 8388608U,
kInitSaveMargins = 16777216U,
kInitSaveNativeData = 33554432U,
kInitSaveShrinkToFit = 134217728U,
kInitSaveScaling = 268435456U,
kInitSaveAll = 4294967295U,
kPrintOddPages = 1,
kPrintEvenPages = 2,
kEnableSelectionRB = 4,
kRangeAllPages = 0,
kRangeSpecifiedPageRange = 1,
kRangeSelection = 2,
kRangeFocusFrame = 3,
kJustLeft = 0,
kJustCenter = 1,
kJustRight = 2,
kUseInternalDefault = 0,
kUseSettingWhenPossible = 1,
kPaperSizeNativeData = 0,
kPaperSizeDefined = 1,
kPaperSizeInches = 0,
kPaperSizeMillimeters = 1,
kPortraitOrientation = 0,
kLandscapeOrientation = 1,
kNoFrames = 0,
kFramesAsIs = 1,
kSelectedFrame = 2,
kEachFrameSep = 3,
kFrameEnableNone = 0,
kFrameEnableAll = 1,
kFrameEnableAsIsAndEach = 2,
kOutputFormatNative = 0,
kOutputFormatPS = 1,
kOutputFormatPDF = 2
};
/* void SetPrintOptions (in int32_t aType, in boolean aTurnOnOff); */
NS_IMETHOD SetPrintOptions(int32_t aType, bool aTurnOnOff) = 0;
/* boolean GetPrintOptions (in int32_t aType); */
NS_IMETHOD GetPrintOptions(int32_t aType, bool *_retval) = 0;
/* int32_t GetPrintOptionsBits (); */
NS_IMETHOD GetPrintOptionsBits(int32_t *_retval) = 0;
/* void SetPrintOptionsBits (in int32_t bits); */
NS_IMETHOD SetPrintOptionsBits(int32_t bits) = 0;
/* void GetEffectivePageSize (out double aWidth, out double aHeight); */
NS_IMETHOD GetEffectivePageSize(double *aWidth, double *aHeight) = 0;
/* nsIPrintSettings clone (); */
NS_IMETHOD Clone(nsIPrintSettings * *_retval) = 0;
/* void assign (in nsIPrintSettings aPS); */
NS_IMETHOD Assign(nsIPrintSettings *aPS) = 0;
/* [noscript] attribute nsIPrintSession printSession; */
NS_IMETHOD GetPrintSession(nsIPrintSession * *aPrintSession) = 0;
NS_IMETHOD SetPrintSession(nsIPrintSession *aPrintSession) = 0;
/* attribute long startPageRange; */
NS_IMETHOD GetStartPageRange(int32_t *aStartPageRange) = 0;
NS_IMETHOD SetStartPageRange(int32_t aStartPageRange) = 0;
/* attribute long endPageRange; */
NS_IMETHOD GetEndPageRange(int32_t *aEndPageRange) = 0;
NS_IMETHOD SetEndPageRange(int32_t aEndPageRange) = 0;
/* attribute double edgeTop; */
NS_IMETHOD GetEdgeTop(double *aEdgeTop) = 0;
NS_IMETHOD SetEdgeTop(double aEdgeTop) = 0;
/* attribute double edgeLeft; */
NS_IMETHOD GetEdgeLeft(double *aEdgeLeft) = 0;
NS_IMETHOD SetEdgeLeft(double aEdgeLeft) = 0;
/* attribute double edgeBottom; */
NS_IMETHOD GetEdgeBottom(double *aEdgeBottom) = 0;
NS_IMETHOD SetEdgeBottom(double aEdgeBottom) = 0;
/* attribute double edgeRight; */
NS_IMETHOD GetEdgeRight(double *aEdgeRight) = 0;
NS_IMETHOD SetEdgeRight(double aEdgeRight) = 0;
/* attribute double marginTop; */
NS_IMETHOD GetMarginTop(double *aMarginTop) = 0;
NS_IMETHOD SetMarginTop(double aMarginTop) = 0;
/* attribute double marginLeft; */
NS_IMETHOD GetMarginLeft(double *aMarginLeft) = 0;
NS_IMETHOD SetMarginLeft(double aMarginLeft) = 0;
/* attribute double marginBottom; */
NS_IMETHOD GetMarginBottom(double *aMarginBottom) = 0;
NS_IMETHOD SetMarginBottom(double aMarginBottom) = 0;
/* attribute double marginRight; */
NS_IMETHOD GetMarginRight(double *aMarginRight) = 0;
NS_IMETHOD SetMarginRight(double aMarginRight) = 0;
/* attribute double unwriteableMarginTop; */
NS_IMETHOD GetUnwriteableMarginTop(double *aUnwriteableMarginTop) = 0;
NS_IMETHOD SetUnwriteableMarginTop(double aUnwriteableMarginTop) = 0;
/* attribute double unwriteableMarginLeft; */
NS_IMETHOD GetUnwriteableMarginLeft(double *aUnwriteableMarginLeft) = 0;
NS_IMETHOD SetUnwriteableMarginLeft(double aUnwriteableMarginLeft) = 0;
/* attribute double unwriteableMarginBottom; */
NS_IMETHOD GetUnwriteableMarginBottom(double *aUnwriteableMarginBottom) = 0;
NS_IMETHOD SetUnwriteableMarginBottom(double aUnwriteableMarginBottom) = 0;
/* attribute double unwriteableMarginRight; */
NS_IMETHOD GetUnwriteableMarginRight(double *aUnwriteableMarginRight) = 0;
NS_IMETHOD SetUnwriteableMarginRight(double aUnwriteableMarginRight) = 0;
/* attribute double scaling; */
NS_IMETHOD GetScaling(double *aScaling) = 0;
NS_IMETHOD SetScaling(double aScaling) = 0;
/* attribute boolean printBGColors; */
NS_IMETHOD GetPrintBGColors(bool *aPrintBGColors) = 0;
NS_IMETHOD SetPrintBGColors(bool aPrintBGColors) = 0;
/* attribute boolean printBGImages; */
NS_IMETHOD GetPrintBGImages(bool *aPrintBGImages) = 0;
NS_IMETHOD SetPrintBGImages(bool aPrintBGImages) = 0;
/* attribute short printRange; */
NS_IMETHOD GetPrintRange(int16_t *aPrintRange) = 0;
NS_IMETHOD SetPrintRange(int16_t aPrintRange) = 0;
/* attribute wstring title; */
NS_IMETHOD GetTitle(char16_t * *aTitle) = 0;
NS_IMETHOD SetTitle(const char16_t * aTitle) = 0;
/* attribute wstring docURL; */
NS_IMETHOD GetDocURL(char16_t * *aDocURL) = 0;
NS_IMETHOD SetDocURL(const char16_t * aDocURL) = 0;
/* attribute wstring headerStrLeft; */
NS_IMETHOD GetHeaderStrLeft(char16_t * *aHeaderStrLeft) = 0;
NS_IMETHOD SetHeaderStrLeft(const char16_t * aHeaderStrLeft) = 0;
/* attribute wstring headerStrCenter; */
NS_IMETHOD GetHeaderStrCenter(char16_t * *aHeaderStrCenter) = 0;
NS_IMETHOD SetHeaderStrCenter(const char16_t * aHeaderStrCenter) = 0;
/* attribute wstring headerStrRight; */
NS_IMETHOD GetHeaderStrRight(char16_t * *aHeaderStrRight) = 0;
NS_IMETHOD SetHeaderStrRight(const char16_t * aHeaderStrRight) = 0;
/* attribute wstring footerStrLeft; */
NS_IMETHOD GetFooterStrLeft(char16_t * *aFooterStrLeft) = 0;
NS_IMETHOD SetFooterStrLeft(const char16_t * aFooterStrLeft) = 0;
/* attribute wstring footerStrCenter; */
NS_IMETHOD GetFooterStrCenter(char16_t * *aFooterStrCenter) = 0;
NS_IMETHOD SetFooterStrCenter(const char16_t * aFooterStrCenter) = 0;
/* attribute wstring footerStrRight; */
NS_IMETHOD GetFooterStrRight(char16_t * *aFooterStrRight) = 0;
NS_IMETHOD SetFooterStrRight(const char16_t * aFooterStrRight) = 0;
/* attribute short howToEnableFrameUI; */
NS_IMETHOD GetHowToEnableFrameUI(int16_t *aHowToEnableFrameUI) = 0;
NS_IMETHOD SetHowToEnableFrameUI(int16_t aHowToEnableFrameUI) = 0;
/* attribute boolean isCancelled; */
NS_IMETHOD GetIsCancelled(bool *aIsCancelled) = 0;
NS_IMETHOD SetIsCancelled(bool aIsCancelled) = 0;
/* attribute short printFrameTypeUsage; */
NS_IMETHOD GetPrintFrameTypeUsage(int16_t *aPrintFrameTypeUsage) = 0;
NS_IMETHOD SetPrintFrameTypeUsage(int16_t aPrintFrameTypeUsage) = 0;
/* attribute short printFrameType; */
NS_IMETHOD GetPrintFrameType(int16_t *aPrintFrameType) = 0;
NS_IMETHOD SetPrintFrameType(int16_t aPrintFrameType) = 0;
/* attribute boolean printSilent; */
NS_IMETHOD GetPrintSilent(bool *aPrintSilent) = 0;
NS_IMETHOD SetPrintSilent(bool aPrintSilent) = 0;
/* attribute boolean shrinkToFit; */
NS_IMETHOD GetShrinkToFit(bool *aShrinkToFit) = 0;
NS_IMETHOD SetShrinkToFit(bool aShrinkToFit) = 0;
/* attribute boolean showPrintProgress; */
NS_IMETHOD GetShowPrintProgress(bool *aShowPrintProgress) = 0;
NS_IMETHOD SetShowPrintProgress(bool aShowPrintProgress) = 0;
/* attribute wstring paperName; */
NS_IMETHOD GetPaperName(char16_t * *aPaperName) = 0;
NS_IMETHOD SetPaperName(const char16_t * aPaperName) = 0;
/* attribute short paperData; */
NS_IMETHOD GetPaperData(int16_t *aPaperData) = 0;
NS_IMETHOD SetPaperData(int16_t aPaperData) = 0;
/* attribute double paperWidth; */
NS_IMETHOD GetPaperWidth(double *aPaperWidth) = 0;
NS_IMETHOD SetPaperWidth(double aPaperWidth) = 0;
/* attribute double paperHeight; */
NS_IMETHOD GetPaperHeight(double *aPaperHeight) = 0;
NS_IMETHOD SetPaperHeight(double aPaperHeight) = 0;
/* attribute short paperSizeUnit; */
NS_IMETHOD GetPaperSizeUnit(int16_t *aPaperSizeUnit) = 0;
NS_IMETHOD SetPaperSizeUnit(int16_t aPaperSizeUnit) = 0;
/* attribute boolean printReversed; */
NS_IMETHOD GetPrintReversed(bool *aPrintReversed) = 0;
NS_IMETHOD SetPrintReversed(bool aPrintReversed) = 0;
/* attribute boolean printInColor; */
NS_IMETHOD GetPrintInColor(bool *aPrintInColor) = 0;
NS_IMETHOD SetPrintInColor(bool aPrintInColor) = 0;
/* attribute long orientation; */
NS_IMETHOD GetOrientation(int32_t *aOrientation) = 0;
NS_IMETHOD SetOrientation(int32_t aOrientation) = 0;
/* attribute long numCopies; */
NS_IMETHOD GetNumCopies(int32_t *aNumCopies) = 0;
NS_IMETHOD SetNumCopies(int32_t aNumCopies) = 0;
/* attribute wstring printerName; */
NS_IMETHOD GetPrinterName(char16_t * *aPrinterName) = 0;
NS_IMETHOD SetPrinterName(const char16_t * aPrinterName) = 0;
/* attribute boolean printToFile; */
NS_IMETHOD GetPrintToFile(bool *aPrintToFile) = 0;
NS_IMETHOD SetPrintToFile(bool aPrintToFile) = 0;
/* attribute wstring toFileName; */
NS_IMETHOD GetToFileName(char16_t * *aToFileName) = 0;
NS_IMETHOD SetToFileName(const char16_t * aToFileName) = 0;
/* attribute short outputFormat; */
NS_IMETHOD GetOutputFormat(int16_t *aOutputFormat) = 0;
NS_IMETHOD SetOutputFormat(int16_t aOutputFormat) = 0;
/* attribute long printPageDelay; */
NS_IMETHOD GetPrintPageDelay(int32_t *aPrintPageDelay) = 0;
NS_IMETHOD SetPrintPageDelay(int32_t aPrintPageDelay) = 0;
/* attribute long resolution; */
NS_IMETHOD GetResolution(int32_t *aResolution) = 0;
NS_IMETHOD SetResolution(int32_t aResolution) = 0;
/* attribute long duplex; */
NS_IMETHOD GetDuplex(int32_t *aDuplex) = 0;
NS_IMETHOD SetDuplex(int32_t aDuplex) = 0;
/* attribute boolean isInitializedFromPrinter; */
NS_IMETHOD GetIsInitializedFromPrinter(bool *aIsInitializedFromPrinter) = 0;
NS_IMETHOD SetIsInitializedFromPrinter(bool aIsInitializedFromPrinter) = 0;
/* attribute boolean isInitializedFromPrefs; */
NS_IMETHOD GetIsInitializedFromPrefs(bool *aIsInitializedFromPrefs) = 0;
NS_IMETHOD SetIsInitializedFromPrefs(bool aIsInitializedFromPrefs) = 0;
/* [noscript] void SetMarginInTwips (in nsNativeIntMarginRef aMargin); */
NS_IMETHOD SetMarginInTwips(nsIntMargin & aMargin) = 0;
/* [noscript] void SetEdgeInTwips (in nsNativeIntMarginRef aEdge); */
NS_IMETHOD SetEdgeInTwips(nsIntMargin & aEdge) = 0;
/* [noscript] void GetMarginInTwips (in nsNativeIntMarginRef aMargin); */
NS_IMETHOD GetMarginInTwips(nsIntMargin & aMargin) = 0;
/* [noscript] void GetEdgeInTwips (in nsNativeIntMarginRef aEdge); */
NS_IMETHOD GetEdgeInTwips(nsIntMargin & aEdge) = 0;
/* [noscript] void SetupSilentPrinting (); */
NS_IMETHOD SetupSilentPrinting(void) = 0;
/* [noscript] void SetUnwriteableMarginInTwips (in nsNativeIntMarginRef aEdge); */
NS_IMETHOD SetUnwriteableMarginInTwips(nsIntMargin & aEdge) = 0;
/* [noscript] void GetUnwriteableMarginInTwips (in nsNativeIntMarginRef aEdge); */
NS_IMETHOD GetUnwriteableMarginInTwips(nsIntMargin & aEdge) = 0;
/* [noscript] void GetPageRanges (in IntegerArray aPages); */
NS_IMETHOD GetPageRanges(nsTArray<int32_t> & aPages) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIPrintSettings, NS_IPRINTSETTINGS_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIPRINTSETTINGS \
NS_IMETHOD SetPrintOptions(int32_t aType, bool aTurnOnOff) override; \
NS_IMETHOD GetPrintOptions(int32_t aType, bool *_retval) override; \
NS_IMETHOD GetPrintOptionsBits(int32_t *_retval) override; \
NS_IMETHOD SetPrintOptionsBits(int32_t bits) override; \
NS_IMETHOD GetEffectivePageSize(double *aWidth, double *aHeight) override; \
NS_IMETHOD Clone(nsIPrintSettings * *_retval) override; \
NS_IMETHOD Assign(nsIPrintSettings *aPS) override; \
NS_IMETHOD GetPrintSession(nsIPrintSession * *aPrintSession) override; \
NS_IMETHOD SetPrintSession(nsIPrintSession *aPrintSession) override; \
NS_IMETHOD GetStartPageRange(int32_t *aStartPageRange) override; \
NS_IMETHOD SetStartPageRange(int32_t aStartPageRange) override; \
NS_IMETHOD GetEndPageRange(int32_t *aEndPageRange) override; \
NS_IMETHOD SetEndPageRange(int32_t aEndPageRange) override; \
NS_IMETHOD GetEdgeTop(double *aEdgeTop) override; \
NS_IMETHOD SetEdgeTop(double aEdgeTop) override; \
NS_IMETHOD GetEdgeLeft(double *aEdgeLeft) override; \
NS_IMETHOD SetEdgeLeft(double aEdgeLeft) override; \
NS_IMETHOD GetEdgeBottom(double *aEdgeBottom) override; \
NS_IMETHOD SetEdgeBottom(double aEdgeBottom) override; \
NS_IMETHOD GetEdgeRight(double *aEdgeRight) override; \
NS_IMETHOD SetEdgeRight(double aEdgeRight) override; \
NS_IMETHOD GetMarginTop(double *aMarginTop) override; \
NS_IMETHOD SetMarginTop(double aMarginTop) override; \
NS_IMETHOD GetMarginLeft(double *aMarginLeft) override; \
NS_IMETHOD SetMarginLeft(double aMarginLeft) override; \
NS_IMETHOD GetMarginBottom(double *aMarginBottom) override; \
NS_IMETHOD SetMarginBottom(double aMarginBottom) override; \
NS_IMETHOD GetMarginRight(double *aMarginRight) override; \
NS_IMETHOD SetMarginRight(double aMarginRight) override; \
NS_IMETHOD GetUnwriteableMarginTop(double *aUnwriteableMarginTop) override; \
NS_IMETHOD SetUnwriteableMarginTop(double aUnwriteableMarginTop) override; \
NS_IMETHOD GetUnwriteableMarginLeft(double *aUnwriteableMarginLeft) override; \
NS_IMETHOD SetUnwriteableMarginLeft(double aUnwriteableMarginLeft) override; \
NS_IMETHOD GetUnwriteableMarginBottom(double *aUnwriteableMarginBottom) override; \
NS_IMETHOD SetUnwriteableMarginBottom(double aUnwriteableMarginBottom) override; \
NS_IMETHOD GetUnwriteableMarginRight(double *aUnwriteableMarginRight) override; \
NS_IMETHOD SetUnwriteableMarginRight(double aUnwriteableMarginRight) override; \
NS_IMETHOD GetScaling(double *aScaling) override; \
NS_IMETHOD SetScaling(double aScaling) override; \
NS_IMETHOD GetPrintBGColors(bool *aPrintBGColors) override; \
NS_IMETHOD SetPrintBGColors(bool aPrintBGColors) override; \
NS_IMETHOD GetPrintBGImages(bool *aPrintBGImages) override; \
NS_IMETHOD SetPrintBGImages(bool aPrintBGImages) override; \
NS_IMETHOD GetPrintRange(int16_t *aPrintRange) override; \
NS_IMETHOD SetPrintRange(int16_t aPrintRange) override; \
NS_IMETHOD GetTitle(char16_t * *aTitle) override; \
NS_IMETHOD SetTitle(const char16_t * aTitle) override; \
NS_IMETHOD GetDocURL(char16_t * *aDocURL) override; \
NS_IMETHOD SetDocURL(const char16_t * aDocURL) override; \
NS_IMETHOD GetHeaderStrLeft(char16_t * *aHeaderStrLeft) override; \
NS_IMETHOD SetHeaderStrLeft(const char16_t * aHeaderStrLeft) override; \
NS_IMETHOD GetHeaderStrCenter(char16_t * *aHeaderStrCenter) override; \
NS_IMETHOD SetHeaderStrCenter(const char16_t * aHeaderStrCenter) override; \
NS_IMETHOD GetHeaderStrRight(char16_t * *aHeaderStrRight) override; \
NS_IMETHOD SetHeaderStrRight(const char16_t * aHeaderStrRight) override; \
NS_IMETHOD GetFooterStrLeft(char16_t * *aFooterStrLeft) override; \
NS_IMETHOD SetFooterStrLeft(const char16_t * aFooterStrLeft) override; \
NS_IMETHOD GetFooterStrCenter(char16_t * *aFooterStrCenter) override; \
NS_IMETHOD SetFooterStrCenter(const char16_t * aFooterStrCenter) override; \
NS_IMETHOD GetFooterStrRight(char16_t * *aFooterStrRight) override; \
NS_IMETHOD SetFooterStrRight(const char16_t * aFooterStrRight) override; \
NS_IMETHOD GetHowToEnableFrameUI(int16_t *aHowToEnableFrameUI) override; \
NS_IMETHOD SetHowToEnableFrameUI(int16_t aHowToEnableFrameUI) override; \
NS_IMETHOD GetIsCancelled(bool *aIsCancelled) override; \
NS_IMETHOD SetIsCancelled(bool aIsCancelled) override; \
NS_IMETHOD GetPrintFrameTypeUsage(int16_t *aPrintFrameTypeUsage) override; \
NS_IMETHOD SetPrintFrameTypeUsage(int16_t aPrintFrameTypeUsage) override; \
NS_IMETHOD GetPrintFrameType(int16_t *aPrintFrameType) override; \
NS_IMETHOD SetPrintFrameType(int16_t aPrintFrameType) override; \
NS_IMETHOD GetPrintSilent(bool *aPrintSilent) override; \
NS_IMETHOD SetPrintSilent(bool aPrintSilent) override; \
NS_IMETHOD GetShrinkToFit(bool *aShrinkToFit) override; \
NS_IMETHOD SetShrinkToFit(bool aShrinkToFit) override; \
NS_IMETHOD GetShowPrintProgress(bool *aShowPrintProgress) override; \
NS_IMETHOD SetShowPrintProgress(bool aShowPrintProgress) override; \
NS_IMETHOD GetPaperName(char16_t * *aPaperName) override; \
NS_IMETHOD SetPaperName(const char16_t * aPaperName) override; \
NS_IMETHOD GetPaperData(int16_t *aPaperData) override; \
NS_IMETHOD SetPaperData(int16_t aPaperData) override; \
NS_IMETHOD GetPaperWidth(double *aPaperWidth) override; \
NS_IMETHOD SetPaperWidth(double aPaperWidth) override; \
NS_IMETHOD GetPaperHeight(double *aPaperHeight) override; \
NS_IMETHOD SetPaperHeight(double aPaperHeight) override; \
NS_IMETHOD GetPaperSizeUnit(int16_t *aPaperSizeUnit) override; \
NS_IMETHOD SetPaperSizeUnit(int16_t aPaperSizeUnit) override; \
NS_IMETHOD GetPrintReversed(bool *aPrintReversed) override; \
NS_IMETHOD SetPrintReversed(bool aPrintReversed) override; \
NS_IMETHOD GetPrintInColor(bool *aPrintInColor) override; \
NS_IMETHOD SetPrintInColor(bool aPrintInColor) override; \
NS_IMETHOD GetOrientation(int32_t *aOrientation) override; \
NS_IMETHOD SetOrientation(int32_t aOrientation) override; \
NS_IMETHOD GetNumCopies(int32_t *aNumCopies) override; \
NS_IMETHOD SetNumCopies(int32_t aNumCopies) override; \
NS_IMETHOD GetPrinterName(char16_t * *aPrinterName) override; \
NS_IMETHOD SetPrinterName(const char16_t * aPrinterName) override; \
NS_IMETHOD GetPrintToFile(bool *aPrintToFile) override; \
NS_IMETHOD SetPrintToFile(bool aPrintToFile) override; \
NS_IMETHOD GetToFileName(char16_t * *aToFileName) override; \
NS_IMETHOD SetToFileName(const char16_t * aToFileName) override; \
NS_IMETHOD GetOutputFormat(int16_t *aOutputFormat) override; \
NS_IMETHOD SetOutputFormat(int16_t aOutputFormat) override; \
NS_IMETHOD GetPrintPageDelay(int32_t *aPrintPageDelay) override; \
NS_IMETHOD SetPrintPageDelay(int32_t aPrintPageDelay) override; \
NS_IMETHOD GetResolution(int32_t *aResolution) override; \
NS_IMETHOD SetResolution(int32_t aResolution) override; \
NS_IMETHOD GetDuplex(int32_t *aDuplex) override; \
NS_IMETHOD SetDuplex(int32_t aDuplex) override; \
NS_IMETHOD GetIsInitializedFromPrinter(bool *aIsInitializedFromPrinter) override; \
NS_IMETHOD SetIsInitializedFromPrinter(bool aIsInitializedFromPrinter) override; \
NS_IMETHOD GetIsInitializedFromPrefs(bool *aIsInitializedFromPrefs) override; \
NS_IMETHOD SetIsInitializedFromPrefs(bool aIsInitializedFromPrefs) override; \
NS_IMETHOD SetMarginInTwips(nsIntMargin & aMargin) override; \
NS_IMETHOD SetEdgeInTwips(nsIntMargin & aEdge) override; \
NS_IMETHOD GetMarginInTwips(nsIntMargin & aMargin) override; \
NS_IMETHOD GetEdgeInTwips(nsIntMargin & aEdge) override; \
NS_IMETHOD SetupSilentPrinting(void) override; \
NS_IMETHOD SetUnwriteableMarginInTwips(nsIntMargin & aEdge) override; \
NS_IMETHOD GetUnwriteableMarginInTwips(nsIntMargin & aEdge) override; \
NS_IMETHOD GetPageRanges(nsTArray<int32_t> & aPages) override;
/* Use this macro when declaring the members of this interface when the
class doesn't implement the interface. This is useful for forwarding. */
#define NS_DECL_NON_VIRTUAL_NSIPRINTSETTINGS \
NS_METHOD SetPrintOptions(int32_t aType, bool aTurnOnOff); \
NS_METHOD GetPrintOptions(int32_t aType, bool *_retval); \
NS_METHOD GetPrintOptionsBits(int32_t *_retval); \
NS_METHOD SetPrintOptionsBits(int32_t bits); \
NS_METHOD GetEffectivePageSize(double *aWidth, double *aHeight); \
NS_METHOD Clone(nsIPrintSettings * *_retval); \
NS_METHOD Assign(nsIPrintSettings *aPS); \
NS_METHOD GetPrintSession(nsIPrintSession * *aPrintSession); \
NS_METHOD SetPrintSession(nsIPrintSession *aPrintSession); \
NS_METHOD GetStartPageRange(int32_t *aStartPageRange); \
NS_METHOD SetStartPageRange(int32_t aStartPageRange); \
NS_METHOD GetEndPageRange(int32_t *aEndPageRange); \
NS_METHOD SetEndPageRange(int32_t aEndPageRange); \
NS_METHOD GetEdgeTop(double *aEdgeTop); \
NS_METHOD SetEdgeTop(double aEdgeTop); \
NS_METHOD GetEdgeLeft(double *aEdgeLeft); \
NS_METHOD SetEdgeLeft(double aEdgeLeft); \
NS_METHOD GetEdgeBottom(double *aEdgeBottom); \
NS_METHOD SetEdgeBottom(double aEdgeBottom); \
NS_METHOD GetEdgeRight(double *aEdgeRight); \
NS_METHOD SetEdgeRight(double aEdgeRight); \
NS_METHOD GetMarginTop(double *aMarginTop); \
NS_METHOD SetMarginTop(double aMarginTop); \
NS_METHOD GetMarginLeft(double *aMarginLeft); \
NS_METHOD SetMarginLeft(double aMarginLeft); \
NS_METHOD GetMarginBottom(double *aMarginBottom); \
NS_METHOD SetMarginBottom(double aMarginBottom); \
NS_METHOD GetMarginRight(double *aMarginRight); \
NS_METHOD SetMarginRight(double aMarginRight); \
NS_METHOD GetUnwriteableMarginTop(double *aUnwriteableMarginTop); \
NS_METHOD SetUnwriteableMarginTop(double aUnwriteableMarginTop); \
NS_METHOD GetUnwriteableMarginLeft(double *aUnwriteableMarginLeft); \
NS_METHOD SetUnwriteableMarginLeft(double aUnwriteableMarginLeft); \
NS_METHOD GetUnwriteableMarginBottom(double *aUnwriteableMarginBottom); \
NS_METHOD SetUnwriteableMarginBottom(double aUnwriteableMarginBottom); \
NS_METHOD GetUnwriteableMarginRight(double *aUnwriteableMarginRight); \
NS_METHOD SetUnwriteableMarginRight(double aUnwriteableMarginRight); \
NS_METHOD GetScaling(double *aScaling); \
NS_METHOD SetScaling(double aScaling); \
NS_METHOD GetPrintBGColors(bool *aPrintBGColors); \
NS_METHOD SetPrintBGColors(bool aPrintBGColors); \
NS_METHOD GetPrintBGImages(bool *aPrintBGImages); \
NS_METHOD SetPrintBGImages(bool aPrintBGImages); \
NS_METHOD GetPrintRange(int16_t *aPrintRange); \
NS_METHOD SetPrintRange(int16_t aPrintRange); \
NS_METHOD GetTitle(char16_t * *aTitle); \
NS_METHOD SetTitle(const char16_t * aTitle); \
NS_METHOD GetDocURL(char16_t * *aDocURL); \
NS_METHOD SetDocURL(const char16_t * aDocURL); \
NS_METHOD GetHeaderStrLeft(char16_t * *aHeaderStrLeft); \
NS_METHOD SetHeaderStrLeft(const char16_t * aHeaderStrLeft); \
NS_METHOD GetHeaderStrCenter(char16_t * *aHeaderStrCenter); \
NS_METHOD SetHeaderStrCenter(const char16_t * aHeaderStrCenter); \
NS_METHOD GetHeaderStrRight(char16_t * *aHeaderStrRight); \
NS_METHOD SetHeaderStrRight(const char16_t * aHeaderStrRight); \
NS_METHOD GetFooterStrLeft(char16_t * *aFooterStrLeft); \
NS_METHOD SetFooterStrLeft(const char16_t * aFooterStrLeft); \
NS_METHOD GetFooterStrCenter(char16_t * *aFooterStrCenter); \
NS_METHOD SetFooterStrCenter(const char16_t * aFooterStrCenter); \
NS_METHOD GetFooterStrRight(char16_t * *aFooterStrRight); \
NS_METHOD SetFooterStrRight(const char16_t * aFooterStrRight); \
NS_METHOD GetHowToEnableFrameUI(int16_t *aHowToEnableFrameUI); \
NS_METHOD SetHowToEnableFrameUI(int16_t aHowToEnableFrameUI); \
NS_METHOD GetIsCancelled(bool *aIsCancelled); \
NS_METHOD SetIsCancelled(bool aIsCancelled); \
NS_METHOD GetPrintFrameTypeUsage(int16_t *aPrintFrameTypeUsage); \
NS_METHOD SetPrintFrameTypeUsage(int16_t aPrintFrameTypeUsage); \
NS_METHOD GetPrintFrameType(int16_t *aPrintFrameType); \
NS_METHOD SetPrintFrameType(int16_t aPrintFrameType); \
NS_METHOD GetPrintSilent(bool *aPrintSilent); \
NS_METHOD SetPrintSilent(bool aPrintSilent); \
NS_METHOD GetShrinkToFit(bool *aShrinkToFit); \
NS_METHOD SetShrinkToFit(bool aShrinkToFit); \
NS_METHOD GetShowPrintProgress(bool *aShowPrintProgress); \
NS_METHOD SetShowPrintProgress(bool aShowPrintProgress); \
NS_METHOD GetPaperName(char16_t * *aPaperName); \
NS_METHOD SetPaperName(const char16_t * aPaperName); \
NS_METHOD GetPaperData(int16_t *aPaperData); \
NS_METHOD SetPaperData(int16_t aPaperData); \
NS_METHOD GetPaperWidth(double *aPaperWidth); \
NS_METHOD SetPaperWidth(double aPaperWidth); \
NS_METHOD GetPaperHeight(double *aPaperHeight); \
NS_METHOD SetPaperHeight(double aPaperHeight); \
NS_METHOD GetPaperSizeUnit(int16_t *aPaperSizeUnit); \
NS_METHOD SetPaperSizeUnit(int16_t aPaperSizeUnit); \
NS_METHOD GetPrintReversed(bool *aPrintReversed); \
NS_METHOD SetPrintReversed(bool aPrintReversed); \
NS_METHOD GetPrintInColor(bool *aPrintInColor); \
NS_METHOD SetPrintInColor(bool aPrintInColor); \
NS_METHOD GetOrientation(int32_t *aOrientation); \
NS_METHOD SetOrientation(int32_t aOrientation); \
NS_METHOD GetNumCopies(int32_t *aNumCopies); \
NS_METHOD SetNumCopies(int32_t aNumCopies); \
NS_METHOD GetPrinterName(char16_t * *aPrinterName); \
NS_METHOD SetPrinterName(const char16_t * aPrinterName); \
NS_METHOD GetPrintToFile(bool *aPrintToFile); \
NS_METHOD SetPrintToFile(bool aPrintToFile); \
NS_METHOD GetToFileName(char16_t * *aToFileName); \
NS_METHOD SetToFileName(const char16_t * aToFileName); \
NS_METHOD GetOutputFormat(int16_t *aOutputFormat); \
NS_METHOD SetOutputFormat(int16_t aOutputFormat); \
NS_METHOD GetPrintPageDelay(int32_t *aPrintPageDelay); \
NS_METHOD SetPrintPageDelay(int32_t aPrintPageDelay); \
NS_METHOD GetResolution(int32_t *aResolution); \
NS_METHOD SetResolution(int32_t aResolution); \
NS_METHOD GetDuplex(int32_t *aDuplex); \
NS_METHOD SetDuplex(int32_t aDuplex); \
NS_METHOD GetIsInitializedFromPrinter(bool *aIsInitializedFromPrinter); \
NS_METHOD SetIsInitializedFromPrinter(bool aIsInitializedFromPrinter); \
NS_METHOD GetIsInitializedFromPrefs(bool *aIsInitializedFromPrefs); \
NS_METHOD SetIsInitializedFromPrefs(bool aIsInitializedFromPrefs); \
NS_METHOD SetMarginInTwips(nsIntMargin & aMargin); \
NS_METHOD SetEdgeInTwips(nsIntMargin & aEdge); \
NS_METHOD GetMarginInTwips(nsIntMargin & aMargin); \
NS_METHOD GetEdgeInTwips(nsIntMargin & aEdge); \
NS_METHOD SetupSilentPrinting(void); \
NS_METHOD SetUnwriteableMarginInTwips(nsIntMargin & aEdge); \
NS_METHOD GetUnwriteableMarginInTwips(nsIntMargin & aEdge); \
NS_METHOD GetPageRanges(nsTArray<int32_t> & aPages);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIPRINTSETTINGS(_to) \
NS_IMETHOD SetPrintOptions(int32_t aType, bool aTurnOnOff) override { return _to SetPrintOptions(aType, aTurnOnOff); } \
NS_IMETHOD GetPrintOptions(int32_t aType, bool *_retval) override { return _to GetPrintOptions(aType, _retval); } \
NS_IMETHOD GetPrintOptionsBits(int32_t *_retval) override { return _to GetPrintOptionsBits(_retval); } \
NS_IMETHOD SetPrintOptionsBits(int32_t bits) override { return _to SetPrintOptionsBits(bits); } \
NS_IMETHOD GetEffectivePageSize(double *aWidth, double *aHeight) override { return _to GetEffectivePageSize(aWidth, aHeight); } \
NS_IMETHOD Clone(nsIPrintSettings * *_retval) override { return _to Clone(_retval); } \
NS_IMETHOD Assign(nsIPrintSettings *aPS) override { return _to Assign(aPS); } \
NS_IMETHOD GetPrintSession(nsIPrintSession * *aPrintSession) override { return _to GetPrintSession(aPrintSession); } \
NS_IMETHOD SetPrintSession(nsIPrintSession *aPrintSession) override { return _to SetPrintSession(aPrintSession); } \
NS_IMETHOD GetStartPageRange(int32_t *aStartPageRange) override { return _to GetStartPageRange(aStartPageRange); } \
NS_IMETHOD SetStartPageRange(int32_t aStartPageRange) override { return _to SetStartPageRange(aStartPageRange); } \
NS_IMETHOD GetEndPageRange(int32_t *aEndPageRange) override { return _to GetEndPageRange(aEndPageRange); } \
NS_IMETHOD SetEndPageRange(int32_t aEndPageRange) override { return _to SetEndPageRange(aEndPageRange); } \
NS_IMETHOD GetEdgeTop(double *aEdgeTop) override { return _to GetEdgeTop(aEdgeTop); } \
NS_IMETHOD SetEdgeTop(double aEdgeTop) override { return _to SetEdgeTop(aEdgeTop); } \
NS_IMETHOD GetEdgeLeft(double *aEdgeLeft) override { return _to GetEdgeLeft(aEdgeLeft); } \
NS_IMETHOD SetEdgeLeft(double aEdgeLeft) override { return _to SetEdgeLeft(aEdgeLeft); } \
NS_IMETHOD GetEdgeBottom(double *aEdgeBottom) override { return _to GetEdgeBottom(aEdgeBottom); } \
NS_IMETHOD SetEdgeBottom(double aEdgeBottom) override { return _to SetEdgeBottom(aEdgeBottom); } \
NS_IMETHOD GetEdgeRight(double *aEdgeRight) override { return _to GetEdgeRight(aEdgeRight); } \
NS_IMETHOD SetEdgeRight(double aEdgeRight) override { return _to SetEdgeRight(aEdgeRight); } \
NS_IMETHOD GetMarginTop(double *aMarginTop) override { return _to GetMarginTop(aMarginTop); } \
NS_IMETHOD SetMarginTop(double aMarginTop) override { return _to SetMarginTop(aMarginTop); } \
NS_IMETHOD GetMarginLeft(double *aMarginLeft) override { return _to GetMarginLeft(aMarginLeft); } \
NS_IMETHOD SetMarginLeft(double aMarginLeft) override { return _to SetMarginLeft(aMarginLeft); } \
NS_IMETHOD GetMarginBottom(double *aMarginBottom) override { return _to GetMarginBottom(aMarginBottom); } \
NS_IMETHOD SetMarginBottom(double aMarginBottom) override { return _to SetMarginBottom(aMarginBottom); } \
NS_IMETHOD GetMarginRight(double *aMarginRight) override { return _to GetMarginRight(aMarginRight); } \
NS_IMETHOD SetMarginRight(double aMarginRight) override { return _to SetMarginRight(aMarginRight); } \
NS_IMETHOD GetUnwriteableMarginTop(double *aUnwriteableMarginTop) override { return _to GetUnwriteableMarginTop(aUnwriteableMarginTop); } \
NS_IMETHOD SetUnwriteableMarginTop(double aUnwriteableMarginTop) override { return _to SetUnwriteableMarginTop(aUnwriteableMarginTop); } \
NS_IMETHOD GetUnwriteableMarginLeft(double *aUnwriteableMarginLeft) override { return _to GetUnwriteableMarginLeft(aUnwriteableMarginLeft); } \
NS_IMETHOD SetUnwriteableMarginLeft(double aUnwriteableMarginLeft) override { return _to SetUnwriteableMarginLeft(aUnwriteableMarginLeft); } \
NS_IMETHOD GetUnwriteableMarginBottom(double *aUnwriteableMarginBottom) override { return _to GetUnwriteableMarginBottom(aUnwriteableMarginBottom); } \
NS_IMETHOD SetUnwriteableMarginBottom(double aUnwriteableMarginBottom) override { return _to SetUnwriteableMarginBottom(aUnwriteableMarginBottom); } \
NS_IMETHOD GetUnwriteableMarginRight(double *aUnwriteableMarginRight) override { return _to GetUnwriteableMarginRight(aUnwriteableMarginRight); } \
NS_IMETHOD SetUnwriteableMarginRight(double aUnwriteableMarginRight) override { return _to SetUnwriteableMarginRight(aUnwriteableMarginRight); } \
NS_IMETHOD GetScaling(double *aScaling) override { return _to GetScaling(aScaling); } \
NS_IMETHOD SetScaling(double aScaling) override { return _to SetScaling(aScaling); } \
NS_IMETHOD GetPrintBGColors(bool *aPrintBGColors) override { return _to GetPrintBGColors(aPrintBGColors); } \
NS_IMETHOD SetPrintBGColors(bool aPrintBGColors) override { return _to SetPrintBGColors(aPrintBGColors); } \
NS_IMETHOD GetPrintBGImages(bool *aPrintBGImages) override { return _to GetPrintBGImages(aPrintBGImages); } \
NS_IMETHOD SetPrintBGImages(bool aPrintBGImages) override { return _to SetPrintBGImages(aPrintBGImages); } \
NS_IMETHOD GetPrintRange(int16_t *aPrintRange) override { return _to GetPrintRange(aPrintRange); } \
NS_IMETHOD SetPrintRange(int16_t aPrintRange) override { return _to SetPrintRange(aPrintRange); } \
NS_IMETHOD GetTitle(char16_t * *aTitle) override { return _to GetTitle(aTitle); } \
NS_IMETHOD SetTitle(const char16_t * aTitle) override { return _to SetTitle(aTitle); } \
NS_IMETHOD GetDocURL(char16_t * *aDocURL) override { return _to GetDocURL(aDocURL); } \
NS_IMETHOD SetDocURL(const char16_t * aDocURL) override { return _to SetDocURL(aDocURL); } \
NS_IMETHOD GetHeaderStrLeft(char16_t * *aHeaderStrLeft) override { return _to GetHeaderStrLeft(aHeaderStrLeft); } \
NS_IMETHOD SetHeaderStrLeft(const char16_t * aHeaderStrLeft) override { return _to SetHeaderStrLeft(aHeaderStrLeft); } \
NS_IMETHOD GetHeaderStrCenter(char16_t * *aHeaderStrCenter) override { return _to GetHeaderStrCenter(aHeaderStrCenter); } \
NS_IMETHOD SetHeaderStrCenter(const char16_t * aHeaderStrCenter) override { return _to SetHeaderStrCenter(aHeaderStrCenter); } \
NS_IMETHOD GetHeaderStrRight(char16_t * *aHeaderStrRight) override { return _to GetHeaderStrRight(aHeaderStrRight); } \
NS_IMETHOD SetHeaderStrRight(const char16_t * aHeaderStrRight) override { return _to SetHeaderStrRight(aHeaderStrRight); } \
NS_IMETHOD GetFooterStrLeft(char16_t * *aFooterStrLeft) override { return _to GetFooterStrLeft(aFooterStrLeft); } \
NS_IMETHOD SetFooterStrLeft(const char16_t * aFooterStrLeft) override { return _to SetFooterStrLeft(aFooterStrLeft); } \
NS_IMETHOD GetFooterStrCenter(char16_t * *aFooterStrCenter) override { return _to GetFooterStrCenter(aFooterStrCenter); } \
NS_IMETHOD SetFooterStrCenter(const char16_t * aFooterStrCenter) override { return _to SetFooterStrCenter(aFooterStrCenter); } \
NS_IMETHOD GetFooterStrRight(char16_t * *aFooterStrRight) override { return _to GetFooterStrRight(aFooterStrRight); } \
NS_IMETHOD SetFooterStrRight(const char16_t * aFooterStrRight) override { return _to SetFooterStrRight(aFooterStrRight); } \
NS_IMETHOD GetHowToEnableFrameUI(int16_t *aHowToEnableFrameUI) override { return _to GetHowToEnableFrameUI(aHowToEnableFrameUI); } \
NS_IMETHOD SetHowToEnableFrameUI(int16_t aHowToEnableFrameUI) override { return _to SetHowToEnableFrameUI(aHowToEnableFrameUI); } \
NS_IMETHOD GetIsCancelled(bool *aIsCancelled) override { return _to GetIsCancelled(aIsCancelled); } \
NS_IMETHOD SetIsCancelled(bool aIsCancelled) override { return _to SetIsCancelled(aIsCancelled); } \
NS_IMETHOD GetPrintFrameTypeUsage(int16_t *aPrintFrameTypeUsage) override { return _to GetPrintFrameTypeUsage(aPrintFrameTypeUsage); } \
NS_IMETHOD SetPrintFrameTypeUsage(int16_t aPrintFrameTypeUsage) override { return _to SetPrintFrameTypeUsage(aPrintFrameTypeUsage); } \
NS_IMETHOD GetPrintFrameType(int16_t *aPrintFrameType) override { return _to GetPrintFrameType(aPrintFrameType); } \
NS_IMETHOD SetPrintFrameType(int16_t aPrintFrameType) override { return _to SetPrintFrameType(aPrintFrameType); } \
NS_IMETHOD GetPrintSilent(bool *aPrintSilent) override { return _to GetPrintSilent(aPrintSilent); } \
NS_IMETHOD SetPrintSilent(bool aPrintSilent) override { return _to SetPrintSilent(aPrintSilent); } \
NS_IMETHOD GetShrinkToFit(bool *aShrinkToFit) override { return _to GetShrinkToFit(aShrinkToFit); } \
NS_IMETHOD SetShrinkToFit(bool aShrinkToFit) override { return _to SetShrinkToFit(aShrinkToFit); } \
NS_IMETHOD GetShowPrintProgress(bool *aShowPrintProgress) override { return _to GetShowPrintProgress(aShowPrintProgress); } \
NS_IMETHOD SetShowPrintProgress(bool aShowPrintProgress) override { return _to SetShowPrintProgress(aShowPrintProgress); } \
NS_IMETHOD GetPaperName(char16_t * *aPaperName) override { return _to GetPaperName(aPaperName); } \
NS_IMETHOD SetPaperName(const char16_t * aPaperName) override { return _to SetPaperName(aPaperName); } \
NS_IMETHOD GetPaperData(int16_t *aPaperData) override { return _to GetPaperData(aPaperData); } \
NS_IMETHOD SetPaperData(int16_t aPaperData) override { return _to SetPaperData(aPaperData); } \
NS_IMETHOD GetPaperWidth(double *aPaperWidth) override { return _to GetPaperWidth(aPaperWidth); } \
NS_IMETHOD SetPaperWidth(double aPaperWidth) override { return _to SetPaperWidth(aPaperWidth); } \
NS_IMETHOD GetPaperHeight(double *aPaperHeight) override { return _to GetPaperHeight(aPaperHeight); } \
NS_IMETHOD SetPaperHeight(double aPaperHeight) override { return _to SetPaperHeight(aPaperHeight); } \
NS_IMETHOD GetPaperSizeUnit(int16_t *aPaperSizeUnit) override { return _to GetPaperSizeUnit(aPaperSizeUnit); } \
NS_IMETHOD SetPaperSizeUnit(int16_t aPaperSizeUnit) override { return _to SetPaperSizeUnit(aPaperSizeUnit); } \
NS_IMETHOD GetPrintReversed(bool *aPrintReversed) override { return _to GetPrintReversed(aPrintReversed); } \
NS_IMETHOD SetPrintReversed(bool aPrintReversed) override { return _to SetPrintReversed(aPrintReversed); } \
NS_IMETHOD GetPrintInColor(bool *aPrintInColor) override { return _to GetPrintInColor(aPrintInColor); } \
NS_IMETHOD SetPrintInColor(bool aPrintInColor) override { return _to SetPrintInColor(aPrintInColor); } \
NS_IMETHOD GetOrientation(int32_t *aOrientation) override { return _to GetOrientation(aOrientation); } \
NS_IMETHOD SetOrientation(int32_t aOrientation) override { return _to SetOrientation(aOrientation); } \
NS_IMETHOD GetNumCopies(int32_t *aNumCopies) override { return _to GetNumCopies(aNumCopies); } \
NS_IMETHOD SetNumCopies(int32_t aNumCopies) override { return _to SetNumCopies(aNumCopies); } \
NS_IMETHOD GetPrinterName(char16_t * *aPrinterName) override { return _to GetPrinterName(aPrinterName); } \
NS_IMETHOD SetPrinterName(const char16_t * aPrinterName) override { return _to SetPrinterName(aPrinterName); } \
NS_IMETHOD GetPrintToFile(bool *aPrintToFile) override { return _to GetPrintToFile(aPrintToFile); } \
NS_IMETHOD SetPrintToFile(bool aPrintToFile) override { return _to SetPrintToFile(aPrintToFile); } \
NS_IMETHOD GetToFileName(char16_t * *aToFileName) override { return _to GetToFileName(aToFileName); } \
NS_IMETHOD SetToFileName(const char16_t * aToFileName) override { return _to SetToFileName(aToFileName); } \
NS_IMETHOD GetOutputFormat(int16_t *aOutputFormat) override { return _to GetOutputFormat(aOutputFormat); } \
NS_IMETHOD SetOutputFormat(int16_t aOutputFormat) override { return _to SetOutputFormat(aOutputFormat); } \
NS_IMETHOD GetPrintPageDelay(int32_t *aPrintPageDelay) override { return _to GetPrintPageDelay(aPrintPageDelay); } \
NS_IMETHOD SetPrintPageDelay(int32_t aPrintPageDelay) override { return _to SetPrintPageDelay(aPrintPageDelay); } \
NS_IMETHOD GetResolution(int32_t *aResolution) override { return _to GetResolution(aResolution); } \
NS_IMETHOD SetResolution(int32_t aResolution) override { return _to SetResolution(aResolution); } \
NS_IMETHOD GetDuplex(int32_t *aDuplex) override { return _to GetDuplex(aDuplex); } \
NS_IMETHOD SetDuplex(int32_t aDuplex) override { return _to SetDuplex(aDuplex); } \
NS_IMETHOD GetIsInitializedFromPrinter(bool *aIsInitializedFromPrinter) override { return _to GetIsInitializedFromPrinter(aIsInitializedFromPrinter); } \
NS_IMETHOD SetIsInitializedFromPrinter(bool aIsInitializedFromPrinter) override { return _to SetIsInitializedFromPrinter(aIsInitializedFromPrinter); } \
NS_IMETHOD GetIsInitializedFromPrefs(bool *aIsInitializedFromPrefs) override { return _to GetIsInitializedFromPrefs(aIsInitializedFromPrefs); } \
NS_IMETHOD SetIsInitializedFromPrefs(bool aIsInitializedFromPrefs) override { return _to SetIsInitializedFromPrefs(aIsInitializedFromPrefs); } \
NS_IMETHOD SetMarginInTwips(nsIntMargin & aMargin) override { return _to SetMarginInTwips(aMargin); } \
NS_IMETHOD SetEdgeInTwips(nsIntMargin & aEdge) override { return _to SetEdgeInTwips(aEdge); } \
NS_IMETHOD GetMarginInTwips(nsIntMargin & aMargin) override { return _to GetMarginInTwips(aMargin); } \
NS_IMETHOD GetEdgeInTwips(nsIntMargin & aEdge) override { return _to GetEdgeInTwips(aEdge); } \
NS_IMETHOD SetupSilentPrinting(void) override { return _to SetupSilentPrinting(); } \
NS_IMETHOD SetUnwriteableMarginInTwips(nsIntMargin & aEdge) override { return _to SetUnwriteableMarginInTwips(aEdge); } \
NS_IMETHOD GetUnwriteableMarginInTwips(nsIntMargin & aEdge) override { return _to GetUnwriteableMarginInTwips(aEdge); } \
NS_IMETHOD GetPageRanges(nsTArray<int32_t> & aPages) override { return _to GetPageRanges(aPages); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIPRINTSETTINGS(_to) \
NS_IMETHOD SetPrintOptions(int32_t aType, bool aTurnOnOff) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintOptions(aType, aTurnOnOff); } \
NS_IMETHOD GetPrintOptions(int32_t aType, bool *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintOptions(aType, _retval); } \
NS_IMETHOD GetPrintOptionsBits(int32_t *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintOptionsBits(_retval); } \
NS_IMETHOD SetPrintOptionsBits(int32_t bits) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintOptionsBits(bits); } \
NS_IMETHOD GetEffectivePageSize(double *aWidth, double *aHeight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEffectivePageSize(aWidth, aHeight); } \
NS_IMETHOD Clone(nsIPrintSettings * *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Clone(_retval); } \
NS_IMETHOD Assign(nsIPrintSettings *aPS) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Assign(aPS); } \
NS_IMETHOD GetPrintSession(nsIPrintSession * *aPrintSession) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintSession(aPrintSession); } \
NS_IMETHOD SetPrintSession(nsIPrintSession *aPrintSession) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintSession(aPrintSession); } \
NS_IMETHOD GetStartPageRange(int32_t *aStartPageRange) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetStartPageRange(aStartPageRange); } \
NS_IMETHOD SetStartPageRange(int32_t aStartPageRange) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetStartPageRange(aStartPageRange); } \
NS_IMETHOD GetEndPageRange(int32_t *aEndPageRange) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEndPageRange(aEndPageRange); } \
NS_IMETHOD SetEndPageRange(int32_t aEndPageRange) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetEndPageRange(aEndPageRange); } \
NS_IMETHOD GetEdgeTop(double *aEdgeTop) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEdgeTop(aEdgeTop); } \
NS_IMETHOD SetEdgeTop(double aEdgeTop) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetEdgeTop(aEdgeTop); } \
NS_IMETHOD GetEdgeLeft(double *aEdgeLeft) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEdgeLeft(aEdgeLeft); } \
NS_IMETHOD SetEdgeLeft(double aEdgeLeft) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetEdgeLeft(aEdgeLeft); } \
NS_IMETHOD GetEdgeBottom(double *aEdgeBottom) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEdgeBottom(aEdgeBottom); } \
NS_IMETHOD SetEdgeBottom(double aEdgeBottom) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetEdgeBottom(aEdgeBottom); } \
NS_IMETHOD GetEdgeRight(double *aEdgeRight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEdgeRight(aEdgeRight); } \
NS_IMETHOD SetEdgeRight(double aEdgeRight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetEdgeRight(aEdgeRight); } \
NS_IMETHOD GetMarginTop(double *aMarginTop) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMarginTop(aMarginTop); } \
NS_IMETHOD SetMarginTop(double aMarginTop) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMarginTop(aMarginTop); } \
NS_IMETHOD GetMarginLeft(double *aMarginLeft) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMarginLeft(aMarginLeft); } \
NS_IMETHOD SetMarginLeft(double aMarginLeft) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMarginLeft(aMarginLeft); } \
NS_IMETHOD GetMarginBottom(double *aMarginBottom) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMarginBottom(aMarginBottom); } \
NS_IMETHOD SetMarginBottom(double aMarginBottom) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMarginBottom(aMarginBottom); } \
NS_IMETHOD GetMarginRight(double *aMarginRight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMarginRight(aMarginRight); } \
NS_IMETHOD SetMarginRight(double aMarginRight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMarginRight(aMarginRight); } \
NS_IMETHOD GetUnwriteableMarginTop(double *aUnwriteableMarginTop) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUnwriteableMarginTop(aUnwriteableMarginTop); } \
NS_IMETHOD SetUnwriteableMarginTop(double aUnwriteableMarginTop) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUnwriteableMarginTop(aUnwriteableMarginTop); } \
NS_IMETHOD GetUnwriteableMarginLeft(double *aUnwriteableMarginLeft) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUnwriteableMarginLeft(aUnwriteableMarginLeft); } \
NS_IMETHOD SetUnwriteableMarginLeft(double aUnwriteableMarginLeft) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUnwriteableMarginLeft(aUnwriteableMarginLeft); } \
NS_IMETHOD GetUnwriteableMarginBottom(double *aUnwriteableMarginBottom) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUnwriteableMarginBottom(aUnwriteableMarginBottom); } \
NS_IMETHOD SetUnwriteableMarginBottom(double aUnwriteableMarginBottom) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUnwriteableMarginBottom(aUnwriteableMarginBottom); } \
NS_IMETHOD GetUnwriteableMarginRight(double *aUnwriteableMarginRight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUnwriteableMarginRight(aUnwriteableMarginRight); } \
NS_IMETHOD SetUnwriteableMarginRight(double aUnwriteableMarginRight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUnwriteableMarginRight(aUnwriteableMarginRight); } \
NS_IMETHOD GetScaling(double *aScaling) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetScaling(aScaling); } \
NS_IMETHOD SetScaling(double aScaling) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetScaling(aScaling); } \
NS_IMETHOD GetPrintBGColors(bool *aPrintBGColors) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintBGColors(aPrintBGColors); } \
NS_IMETHOD SetPrintBGColors(bool aPrintBGColors) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintBGColors(aPrintBGColors); } \
NS_IMETHOD GetPrintBGImages(bool *aPrintBGImages) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintBGImages(aPrintBGImages); } \
NS_IMETHOD SetPrintBGImages(bool aPrintBGImages) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintBGImages(aPrintBGImages); } \
NS_IMETHOD GetPrintRange(int16_t *aPrintRange) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintRange(aPrintRange); } \
NS_IMETHOD SetPrintRange(int16_t aPrintRange) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintRange(aPrintRange); } \
NS_IMETHOD GetTitle(char16_t * *aTitle) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTitle(aTitle); } \
NS_IMETHOD SetTitle(const char16_t * aTitle) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetTitle(aTitle); } \
NS_IMETHOD GetDocURL(char16_t * *aDocURL) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDocURL(aDocURL); } \
NS_IMETHOD SetDocURL(const char16_t * aDocURL) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDocURL(aDocURL); } \
NS_IMETHOD GetHeaderStrLeft(char16_t * *aHeaderStrLeft) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHeaderStrLeft(aHeaderStrLeft); } \
NS_IMETHOD SetHeaderStrLeft(const char16_t * aHeaderStrLeft) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetHeaderStrLeft(aHeaderStrLeft); } \
NS_IMETHOD GetHeaderStrCenter(char16_t * *aHeaderStrCenter) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHeaderStrCenter(aHeaderStrCenter); } \
NS_IMETHOD SetHeaderStrCenter(const char16_t * aHeaderStrCenter) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetHeaderStrCenter(aHeaderStrCenter); } \
NS_IMETHOD GetHeaderStrRight(char16_t * *aHeaderStrRight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHeaderStrRight(aHeaderStrRight); } \
NS_IMETHOD SetHeaderStrRight(const char16_t * aHeaderStrRight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetHeaderStrRight(aHeaderStrRight); } \
NS_IMETHOD GetFooterStrLeft(char16_t * *aFooterStrLeft) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFooterStrLeft(aFooterStrLeft); } \
NS_IMETHOD SetFooterStrLeft(const char16_t * aFooterStrLeft) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFooterStrLeft(aFooterStrLeft); } \
NS_IMETHOD GetFooterStrCenter(char16_t * *aFooterStrCenter) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFooterStrCenter(aFooterStrCenter); } \
NS_IMETHOD SetFooterStrCenter(const char16_t * aFooterStrCenter) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFooterStrCenter(aFooterStrCenter); } \
NS_IMETHOD GetFooterStrRight(char16_t * *aFooterStrRight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFooterStrRight(aFooterStrRight); } \
NS_IMETHOD SetFooterStrRight(const char16_t * aFooterStrRight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFooterStrRight(aFooterStrRight); } \
NS_IMETHOD GetHowToEnableFrameUI(int16_t *aHowToEnableFrameUI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHowToEnableFrameUI(aHowToEnableFrameUI); } \
NS_IMETHOD SetHowToEnableFrameUI(int16_t aHowToEnableFrameUI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetHowToEnableFrameUI(aHowToEnableFrameUI); } \
NS_IMETHOD GetIsCancelled(bool *aIsCancelled) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsCancelled(aIsCancelled); } \
NS_IMETHOD SetIsCancelled(bool aIsCancelled) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetIsCancelled(aIsCancelled); } \
NS_IMETHOD GetPrintFrameTypeUsage(int16_t *aPrintFrameTypeUsage) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintFrameTypeUsage(aPrintFrameTypeUsage); } \
NS_IMETHOD SetPrintFrameTypeUsage(int16_t aPrintFrameTypeUsage) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintFrameTypeUsage(aPrintFrameTypeUsage); } \
NS_IMETHOD GetPrintFrameType(int16_t *aPrintFrameType) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintFrameType(aPrintFrameType); } \
NS_IMETHOD SetPrintFrameType(int16_t aPrintFrameType) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintFrameType(aPrintFrameType); } \
NS_IMETHOD GetPrintSilent(bool *aPrintSilent) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintSilent(aPrintSilent); } \
NS_IMETHOD SetPrintSilent(bool aPrintSilent) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintSilent(aPrintSilent); } \
NS_IMETHOD GetShrinkToFit(bool *aShrinkToFit) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetShrinkToFit(aShrinkToFit); } \
NS_IMETHOD SetShrinkToFit(bool aShrinkToFit) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetShrinkToFit(aShrinkToFit); } \
NS_IMETHOD GetShowPrintProgress(bool *aShowPrintProgress) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetShowPrintProgress(aShowPrintProgress); } \
NS_IMETHOD SetShowPrintProgress(bool aShowPrintProgress) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetShowPrintProgress(aShowPrintProgress); } \
NS_IMETHOD GetPaperName(char16_t * *aPaperName) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPaperName(aPaperName); } \
NS_IMETHOD SetPaperName(const char16_t * aPaperName) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPaperName(aPaperName); } \
NS_IMETHOD GetPaperData(int16_t *aPaperData) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPaperData(aPaperData); } \
NS_IMETHOD SetPaperData(int16_t aPaperData) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPaperData(aPaperData); } \
NS_IMETHOD GetPaperWidth(double *aPaperWidth) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPaperWidth(aPaperWidth); } \
NS_IMETHOD SetPaperWidth(double aPaperWidth) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPaperWidth(aPaperWidth); } \
NS_IMETHOD GetPaperHeight(double *aPaperHeight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPaperHeight(aPaperHeight); } \
NS_IMETHOD SetPaperHeight(double aPaperHeight) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPaperHeight(aPaperHeight); } \
NS_IMETHOD GetPaperSizeUnit(int16_t *aPaperSizeUnit) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPaperSizeUnit(aPaperSizeUnit); } \
NS_IMETHOD SetPaperSizeUnit(int16_t aPaperSizeUnit) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPaperSizeUnit(aPaperSizeUnit); } \
NS_IMETHOD GetPrintReversed(bool *aPrintReversed) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintReversed(aPrintReversed); } \
NS_IMETHOD SetPrintReversed(bool aPrintReversed) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintReversed(aPrintReversed); } \
NS_IMETHOD GetPrintInColor(bool *aPrintInColor) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintInColor(aPrintInColor); } \
NS_IMETHOD SetPrintInColor(bool aPrintInColor) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintInColor(aPrintInColor); } \
NS_IMETHOD GetOrientation(int32_t *aOrientation) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOrientation(aOrientation); } \
NS_IMETHOD SetOrientation(int32_t aOrientation) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOrientation(aOrientation); } \
NS_IMETHOD GetNumCopies(int32_t *aNumCopies) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNumCopies(aNumCopies); } \
NS_IMETHOD SetNumCopies(int32_t aNumCopies) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetNumCopies(aNumCopies); } \
NS_IMETHOD GetPrinterName(char16_t * *aPrinterName) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrinterName(aPrinterName); } \
NS_IMETHOD SetPrinterName(const char16_t * aPrinterName) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrinterName(aPrinterName); } \
NS_IMETHOD GetPrintToFile(bool *aPrintToFile) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintToFile(aPrintToFile); } \
NS_IMETHOD SetPrintToFile(bool aPrintToFile) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintToFile(aPrintToFile); } \
NS_IMETHOD GetToFileName(char16_t * *aToFileName) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetToFileName(aToFileName); } \
NS_IMETHOD SetToFileName(const char16_t * aToFileName) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetToFileName(aToFileName); } \
NS_IMETHOD GetOutputFormat(int16_t *aOutputFormat) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOutputFormat(aOutputFormat); } \
NS_IMETHOD SetOutputFormat(int16_t aOutputFormat) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOutputFormat(aOutputFormat); } \
NS_IMETHOD GetPrintPageDelay(int32_t *aPrintPageDelay) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrintPageDelay(aPrintPageDelay); } \
NS_IMETHOD SetPrintPageDelay(int32_t aPrintPageDelay) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintPageDelay(aPrintPageDelay); } \
NS_IMETHOD GetResolution(int32_t *aResolution) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResolution(aResolution); } \
NS_IMETHOD SetResolution(int32_t aResolution) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetResolution(aResolution); } \
NS_IMETHOD GetDuplex(int32_t *aDuplex) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDuplex(aDuplex); } \
NS_IMETHOD SetDuplex(int32_t aDuplex) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDuplex(aDuplex); } \
NS_IMETHOD GetIsInitializedFromPrinter(bool *aIsInitializedFromPrinter) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsInitializedFromPrinter(aIsInitializedFromPrinter); } \
NS_IMETHOD SetIsInitializedFromPrinter(bool aIsInitializedFromPrinter) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetIsInitializedFromPrinter(aIsInitializedFromPrinter); } \
NS_IMETHOD GetIsInitializedFromPrefs(bool *aIsInitializedFromPrefs) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsInitializedFromPrefs(aIsInitializedFromPrefs); } \
NS_IMETHOD SetIsInitializedFromPrefs(bool aIsInitializedFromPrefs) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetIsInitializedFromPrefs(aIsInitializedFromPrefs); } \
NS_IMETHOD SetMarginInTwips(nsIntMargin & aMargin) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMarginInTwips(aMargin); } \
NS_IMETHOD SetEdgeInTwips(nsIntMargin & aEdge) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetEdgeInTwips(aEdge); } \
NS_IMETHOD GetMarginInTwips(nsIntMargin & aMargin) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMarginInTwips(aMargin); } \
NS_IMETHOD GetEdgeInTwips(nsIntMargin & aEdge) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEdgeInTwips(aEdge); } \
NS_IMETHOD SetupSilentPrinting(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetupSilentPrinting(); } \
NS_IMETHOD SetUnwriteableMarginInTwips(nsIntMargin & aEdge) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUnwriteableMarginInTwips(aEdge); } \
NS_IMETHOD GetUnwriteableMarginInTwips(nsIntMargin & aEdge) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUnwriteableMarginInTwips(aEdge); } \
NS_IMETHOD GetPageRanges(nsTArray<int32_t> & aPages) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPageRanges(aPages); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsPrintSettings : public nsIPrintSettings
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIPRINTSETTINGS
nsPrintSettings();
private:
~nsPrintSettings();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsPrintSettings, nsIPrintSettings)
nsPrintSettings::nsPrintSettings()
{
/* member initializers and constructor code */
}
nsPrintSettings::~nsPrintSettings()
{
/* destructor code */
}
/* void SetPrintOptions (in int32_t aType, in boolean aTurnOnOff); */
NS_IMETHODIMP nsPrintSettings::SetPrintOptions(int32_t aType, bool aTurnOnOff)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean GetPrintOptions (in int32_t aType); */
NS_IMETHODIMP nsPrintSettings::GetPrintOptions(int32_t aType, bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* int32_t GetPrintOptionsBits (); */
NS_IMETHODIMP nsPrintSettings::GetPrintOptionsBits(int32_t *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void SetPrintOptionsBits (in int32_t bits); */
NS_IMETHODIMP nsPrintSettings::SetPrintOptionsBits(int32_t bits)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void GetEffectivePageSize (out double aWidth, out double aHeight); */
NS_IMETHODIMP nsPrintSettings::GetEffectivePageSize(double *aWidth, double *aHeight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIPrintSettings clone (); */
NS_IMETHODIMP nsPrintSettings::Clone(nsIPrintSettings * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void assign (in nsIPrintSettings aPS); */
NS_IMETHODIMP nsPrintSettings::Assign(nsIPrintSettings *aPS)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] attribute nsIPrintSession printSession; */
NS_IMETHODIMP nsPrintSettings::GetPrintSession(nsIPrintSession * *aPrintSession)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPrintSession(nsIPrintSession *aPrintSession)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute long startPageRange; */
NS_IMETHODIMP nsPrintSettings::GetStartPageRange(int32_t *aStartPageRange)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetStartPageRange(int32_t aStartPageRange)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute long endPageRange; */
NS_IMETHODIMP nsPrintSettings::GetEndPageRange(int32_t *aEndPageRange)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetEndPageRange(int32_t aEndPageRange)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double edgeTop; */
NS_IMETHODIMP nsPrintSettings::GetEdgeTop(double *aEdgeTop)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetEdgeTop(double aEdgeTop)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double edgeLeft; */
NS_IMETHODIMP nsPrintSettings::GetEdgeLeft(double *aEdgeLeft)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetEdgeLeft(double aEdgeLeft)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double edgeBottom; */
NS_IMETHODIMP nsPrintSettings::GetEdgeBottom(double *aEdgeBottom)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetEdgeBottom(double aEdgeBottom)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double edgeRight; */
NS_IMETHODIMP nsPrintSettings::GetEdgeRight(double *aEdgeRight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetEdgeRight(double aEdgeRight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double marginTop; */
NS_IMETHODIMP nsPrintSettings::GetMarginTop(double *aMarginTop)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetMarginTop(double aMarginTop)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double marginLeft; */
NS_IMETHODIMP nsPrintSettings::GetMarginLeft(double *aMarginLeft)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetMarginLeft(double aMarginLeft)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double marginBottom; */
NS_IMETHODIMP nsPrintSettings::GetMarginBottom(double *aMarginBottom)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetMarginBottom(double aMarginBottom)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double marginRight; */
NS_IMETHODIMP nsPrintSettings::GetMarginRight(double *aMarginRight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetMarginRight(double aMarginRight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double unwriteableMarginTop; */
NS_IMETHODIMP nsPrintSettings::GetUnwriteableMarginTop(double *aUnwriteableMarginTop)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetUnwriteableMarginTop(double aUnwriteableMarginTop)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double unwriteableMarginLeft; */
NS_IMETHODIMP nsPrintSettings::GetUnwriteableMarginLeft(double *aUnwriteableMarginLeft)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetUnwriteableMarginLeft(double aUnwriteableMarginLeft)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double unwriteableMarginBottom; */
NS_IMETHODIMP nsPrintSettings::GetUnwriteableMarginBottom(double *aUnwriteableMarginBottom)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetUnwriteableMarginBottom(double aUnwriteableMarginBottom)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double unwriteableMarginRight; */
NS_IMETHODIMP nsPrintSettings::GetUnwriteableMarginRight(double *aUnwriteableMarginRight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetUnwriteableMarginRight(double aUnwriteableMarginRight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double scaling; */
NS_IMETHODIMP nsPrintSettings::GetScaling(double *aScaling)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetScaling(double aScaling)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean printBGColors; */
NS_IMETHODIMP nsPrintSettings::GetPrintBGColors(bool *aPrintBGColors)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPrintBGColors(bool aPrintBGColors)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean printBGImages; */
NS_IMETHODIMP nsPrintSettings::GetPrintBGImages(bool *aPrintBGImages)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPrintBGImages(bool aPrintBGImages)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute short printRange; */
NS_IMETHODIMP nsPrintSettings::GetPrintRange(int16_t *aPrintRange)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPrintRange(int16_t aPrintRange)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute wstring title; */
NS_IMETHODIMP nsPrintSettings::GetTitle(char16_t * *aTitle)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetTitle(const char16_t * aTitle)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute wstring docURL; */
NS_IMETHODIMP nsPrintSettings::GetDocURL(char16_t * *aDocURL)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetDocURL(const char16_t * aDocURL)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute wstring headerStrLeft; */
NS_IMETHODIMP nsPrintSettings::GetHeaderStrLeft(char16_t * *aHeaderStrLeft)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetHeaderStrLeft(const char16_t * aHeaderStrLeft)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute wstring headerStrCenter; */
NS_IMETHODIMP nsPrintSettings::GetHeaderStrCenter(char16_t * *aHeaderStrCenter)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetHeaderStrCenter(const char16_t * aHeaderStrCenter)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute wstring headerStrRight; */
NS_IMETHODIMP nsPrintSettings::GetHeaderStrRight(char16_t * *aHeaderStrRight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetHeaderStrRight(const char16_t * aHeaderStrRight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute wstring footerStrLeft; */
NS_IMETHODIMP nsPrintSettings::GetFooterStrLeft(char16_t * *aFooterStrLeft)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetFooterStrLeft(const char16_t * aFooterStrLeft)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute wstring footerStrCenter; */
NS_IMETHODIMP nsPrintSettings::GetFooterStrCenter(char16_t * *aFooterStrCenter)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetFooterStrCenter(const char16_t * aFooterStrCenter)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute wstring footerStrRight; */
NS_IMETHODIMP nsPrintSettings::GetFooterStrRight(char16_t * *aFooterStrRight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetFooterStrRight(const char16_t * aFooterStrRight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute short howToEnableFrameUI; */
NS_IMETHODIMP nsPrintSettings::GetHowToEnableFrameUI(int16_t *aHowToEnableFrameUI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetHowToEnableFrameUI(int16_t aHowToEnableFrameUI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean isCancelled; */
NS_IMETHODIMP nsPrintSettings::GetIsCancelled(bool *aIsCancelled)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetIsCancelled(bool aIsCancelled)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute short printFrameTypeUsage; */
NS_IMETHODIMP nsPrintSettings::GetPrintFrameTypeUsage(int16_t *aPrintFrameTypeUsage)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPrintFrameTypeUsage(int16_t aPrintFrameTypeUsage)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute short printFrameType; */
NS_IMETHODIMP nsPrintSettings::GetPrintFrameType(int16_t *aPrintFrameType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPrintFrameType(int16_t aPrintFrameType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean printSilent; */
NS_IMETHODIMP nsPrintSettings::GetPrintSilent(bool *aPrintSilent)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPrintSilent(bool aPrintSilent)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean shrinkToFit; */
NS_IMETHODIMP nsPrintSettings::GetShrinkToFit(bool *aShrinkToFit)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetShrinkToFit(bool aShrinkToFit)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean showPrintProgress; */
NS_IMETHODIMP nsPrintSettings::GetShowPrintProgress(bool *aShowPrintProgress)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetShowPrintProgress(bool aShowPrintProgress)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute wstring paperName; */
NS_IMETHODIMP nsPrintSettings::GetPaperName(char16_t * *aPaperName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPaperName(const char16_t * aPaperName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute short paperData; */
NS_IMETHODIMP nsPrintSettings::GetPaperData(int16_t *aPaperData)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPaperData(int16_t aPaperData)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double paperWidth; */
NS_IMETHODIMP nsPrintSettings::GetPaperWidth(double *aPaperWidth)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPaperWidth(double aPaperWidth)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double paperHeight; */
NS_IMETHODIMP nsPrintSettings::GetPaperHeight(double *aPaperHeight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPaperHeight(double aPaperHeight)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute short paperSizeUnit; */
NS_IMETHODIMP nsPrintSettings::GetPaperSizeUnit(int16_t *aPaperSizeUnit)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPaperSizeUnit(int16_t aPaperSizeUnit)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean printReversed; */
NS_IMETHODIMP nsPrintSettings::GetPrintReversed(bool *aPrintReversed)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPrintReversed(bool aPrintReversed)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean printInColor; */
NS_IMETHODIMP nsPrintSettings::GetPrintInColor(bool *aPrintInColor)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPrintInColor(bool aPrintInColor)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute long orientation; */
NS_IMETHODIMP nsPrintSettings::GetOrientation(int32_t *aOrientation)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetOrientation(int32_t aOrientation)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute long numCopies; */
NS_IMETHODIMP nsPrintSettings::GetNumCopies(int32_t *aNumCopies)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetNumCopies(int32_t aNumCopies)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute wstring printerName; */
NS_IMETHODIMP nsPrintSettings::GetPrinterName(char16_t * *aPrinterName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPrinterName(const char16_t * aPrinterName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean printToFile; */
NS_IMETHODIMP nsPrintSettings::GetPrintToFile(bool *aPrintToFile)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPrintToFile(bool aPrintToFile)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute wstring toFileName; */
NS_IMETHODIMP nsPrintSettings::GetToFileName(char16_t * *aToFileName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetToFileName(const char16_t * aToFileName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute short outputFormat; */
NS_IMETHODIMP nsPrintSettings::GetOutputFormat(int16_t *aOutputFormat)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetOutputFormat(int16_t aOutputFormat)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute long printPageDelay; */
NS_IMETHODIMP nsPrintSettings::GetPrintPageDelay(int32_t *aPrintPageDelay)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetPrintPageDelay(int32_t aPrintPageDelay)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute long resolution; */
NS_IMETHODIMP nsPrintSettings::GetResolution(int32_t *aResolution)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetResolution(int32_t aResolution)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute long duplex; */
NS_IMETHODIMP nsPrintSettings::GetDuplex(int32_t *aDuplex)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetDuplex(int32_t aDuplex)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean isInitializedFromPrinter; */
NS_IMETHODIMP nsPrintSettings::GetIsInitializedFromPrinter(bool *aIsInitializedFromPrinter)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetIsInitializedFromPrinter(bool aIsInitializedFromPrinter)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean isInitializedFromPrefs; */
NS_IMETHODIMP nsPrintSettings::GetIsInitializedFromPrefs(bool *aIsInitializedFromPrefs)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPrintSettings::SetIsInitializedFromPrefs(bool aIsInitializedFromPrefs)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void SetMarginInTwips (in nsNativeIntMarginRef aMargin); */
NS_IMETHODIMP nsPrintSettings::SetMarginInTwips(nsIntMargin & aMargin)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void SetEdgeInTwips (in nsNativeIntMarginRef aEdge); */
NS_IMETHODIMP nsPrintSettings::SetEdgeInTwips(nsIntMargin & aEdge)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void GetMarginInTwips (in nsNativeIntMarginRef aMargin); */
NS_IMETHODIMP nsPrintSettings::GetMarginInTwips(nsIntMargin & aMargin)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void GetEdgeInTwips (in nsNativeIntMarginRef aEdge); */
NS_IMETHODIMP nsPrintSettings::GetEdgeInTwips(nsIntMargin & aEdge)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void SetupSilentPrinting (); */
NS_IMETHODIMP nsPrintSettings::SetupSilentPrinting()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void SetUnwriteableMarginInTwips (in nsNativeIntMarginRef aEdge); */
NS_IMETHODIMP nsPrintSettings::SetUnwriteableMarginInTwips(nsIntMargin & aEdge)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void GetUnwriteableMarginInTwips (in nsNativeIntMarginRef aEdge); */
NS_IMETHODIMP nsPrintSettings::GetUnwriteableMarginInTwips(nsIntMargin & aEdge)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void GetPageRanges (in IntegerArray aPages); */
NS_IMETHODIMP nsPrintSettings::GetPageRanges(nsTArray<int32_t> & aPages)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIPrintSettings_h__ */
|