mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
b0cbe263c6
- Bug 1238964 Part 1: Hold new printable page sizes in print nsIPrintSettingsWin. r=jimm (b5e4d012ba) - Bug 1238964 Part 2: Move separate DEVMODE to nsIPrintSettings copying into nsPrintSettingsWin. r=jimm (cb7bb66037) - Bug 1218029 - Adds SRICheckDataVerifier for progressing data handling. r=francois (8331afc1a7) - Bug 1218029 - Implements progressive Unicode chars decoding in nsScriptLoader. r=djvj (2c32ca259a) - Bug 1237201 part 1 - Use MOZ_ALWAYS_TRUE in nsScriptLoadHandler::TryDecodeRawData. r=yury (8f7496be23) - Bug 1237201 part 2 - Handle Vector OOM in gfx/. r=jrmuizel,kats (d5e8bd3383) - Bug 1237201 part 3 - Handle Vector OOM in StreamingLexer. r=njn (be383e35b4) - Bug 1237201 part 4 - Handle Vector OOM in ipc/. r=billm (fe9a3bf25a) - Bug 1237201 part 5 - Ignore Vector OOM in JSMainRuntimeCompartmentsReporter. r=njn (d0070c0636) - Bug 1237201 part 6 - Handle Vector OOM in media/webrtc/. r=jesup (eab4e00735) - Bug 1186491 - Splitting nsIPerformanceStats in two;r=froydnj (006b578345) - Bug 1186491 - An API for watching slow performance alerts (xpcom-level);r=froydnj (4fcefd66f5) - Bug 1237201 part 7 - Handle Vector OOM in nsPerformanceStats, telemetry. r=Yoric (6021b583ff) - Bug 1237201 part 8 - Make fallible Vector methods MOZ_WARN_UNUSED_RESULT. r=jwalden (90144c2d35) - Bug 1237201 part 9 - Fix remaining issues. r=nfroyd (25b86adb6d) - Bug 1186491 - An API for watching slow performance alerts (js-level); r=felipe (f04d277c80) - Bug 1200172 - AddonWatcher now discards data if the system is apparently too busy/just back from hibernation. r=mossop (66a3840b73) - Bug 1205840 - Typo fixes in AddonWatcher.jsm. r=felipe (760df6764c) - Bug 1186491 - Reworking AddonWatcher to use low-level performance watch API;r=mossop (81cc64263e) - Bug 1200169 - Making the slow add-on watcher more tolerant;r=Felipe (fcf988d985) - Bug 1157009 - Redesign about:performance. r=felipe (cacc590716) - Bug 1189513 - Get rid of separation between e10s and non-e10s probes; r=felipe (7a6d996c93) - Bug 1191327 - Recapitulates alerts in about:performance now. r=felipe (53ecc02da9) - Bug 1189799 - Make sure that about:performance displays each add-on only once (front-end);r=felipe (1ee53a0410) - Bug 1208747 - Move most of Stopwatch-related code to XPCOM-land (JS-level);r=felipe (84af14c20e) - Bug 1229519: Fix miscellaneous parts of toolkit to pass eslint checks. r=MattN (00ce3585c5) - Bug 1230735 - AddonWatcher.alerts is now a map;r=Felipe (81bbafbbd4) - Bug 1241838 - Removing erroneous CPOW suffix, reworking buggy jank suffix;r=Felipe (020d6928e6) - Bug 1175098 - Fix double-loading of PerformanceStats content script. r=mconley (fb1c499343) - Bug 1189799 - Make sure that about:performance displays each add-on only once (back-end);r=felipe (1eac8258df) - Bug 1221761 - Probe.prototype.release() now swallows NS_ERROR_NOT_AVAILABLE. r=felipe (ba1d0032a9) - Bug 1142937 - AddonWatcher now communicates through nsIObserverService. r=felipe (ea2e7ccdaa) - Bug 967873 - Test changes for async removeTab (r=Gijs) (dae5cbf835) - more missing parts of Bug 1132072 - Tab switch refactoring (r=mconley) (dc5e310537) - Bug 1191460 Rebased patch and added userContextId to origin attributes. (r=tanvi,r=sicking) (723999e7fa) - Bug 1239040 - Cleanup of DrawTargetSkia GetBitmapForSurface to use installPixels. r=jrmuizel (4016f4d734) - Bug 1239040 - Cleanup of DrawTargetSkia Mask and MaskSurface. r=jrmuizel (908a44d47e) - Bug 1239040 - Implement PushLayer for DrawTargetSkia. r=Bas (ae74697559) - Bug 1246756 - part 1 - fix moz2d Skia usage for Skia m49 update. r=jrmuizel (5e4b0f41e3) - Bug 1239040 - Allow usage of SkCanvas::getTopDevice in Skia. r=jrmuizel (19bdd2cecb) - Bug 1239040 - Fix DrawTargetCairo/DrawTargetSkia LockBits and BorrowedXlibDrawable to work inside PushLayer. r=jrmuizel (b9ba04009b) - Bug 1239040 - Cleanup of DrawTargetSkia CopySurface to avoid accessing bottom layer directly. r=jrmuizel (6690702507) - Bug 1240437: Implement PushLayer and PopLayer for DrawTargetRecording. r=bas (22673a1b52) - Bug 1220629 - Part 1: Add PushLayer/PopLayer API to DrawTarget baseclass. r=jrmuizel (c4b4315749) - Bug 1220629 - Part 2: Prepare DrawTargetD2D1 for the possibilities of layers existing inside it. r=jrmuizel (f2a74151a8) - Bug 1220629 - Part 3: Implement PushLayer/PopLayer API in cairo. r=jrmuizel (9a52965141) - Bug 1220629 - Part 4: Allow gfxContext to use the native pushlayer implementations based on a pref. r=jrmuizel (f13b773ff3) - Bug 1220629 - Part 5: Implement PushLayer/PopLayer API for Direct2D 1.1. r=jrmuizel (8a040648a2) - Bug 1220629 - Part 6: Implement PushLayer/PopLayer API in several wrapper DT types. r=jrmuizel (cf76723216) - Bug 1220629 - Part 7: Mark several reftests fuzzy. r=jrmuizel (a6deab2300) - Bug 1220629 - Part 8: Enable native PushLayer/PopLayer by default on Windows and Linux. r=jrmuizel (eef18e1e3e) - Bug 1234494 - part 1 - don't build in Skia GPU code if support is disabled, r=jrmuizel (4c74813077) - Bug 1234494 - part 2 - disable Skia GPU support by default on certain *BSDs, r=glandium (6184133b33) - Bug 1246756 - part 2 - update Skia moz.build for m49 update. r=jrmuizel (e0cf4ab953) - Bug 1244454 - Fixed skia compilation on mingw. r=lsalzman (064a56e56e) - Bug 1242044 - "layout/reftests/css-gradients/linear-zero-length-1 fails under Skia content". r=jmuizelaar (bee8f76e72) - Bug 1242751 - fix assertion in SkLinearGradient. r=jmuizelaar (f5df5ed88f) - Bug 1238795 - Fix SkGpuDevice::drawBitmapRect to always update clips. r=jrmuizel (05a9a6b10a) - Bug 1230096 - fix GrAAConvexTessellator assertion. r=jrmuizel (18aef9bdcc) - Bug 1237983 - Investigate and remove the Bagheera Client Implementation. r=gfritzsche (6de39c0e32) - Bug 1246756 - part 3 - update Skia to m49 branch. r=jrmuizel (a02a53e368) - Bug 1234526 - Remove services/healthreport. r=gfritzsche (bb0c567255) - Bug 1234522 - Remove services/datareporting. r=gfritzsche (c7bfec7784) - Bug 1211166 - Use AppConstants in SessionRecorder.jsm r=ted (4434996c34) - Bug 1246756 - Cross compilation fixup. r=upstream (99e3e40ba1) - Bug 1248228 - Build fix for SkOSFile_stdio on OpenBSD. r=jmuizelaar (bbb1eb7ac0) - Bug 1250196 - Part 1: Import mozilla::Forward and mozilla::UniqePtr into the std namespace in a way that is compatible with libc++; r=lsalzman (ffeebcc133) - Bug 1248851 part 4 - Mark UniquePtr::release() MOZ_WARN_UNUSED_RESULT. r=Waldo (f43cced74c) - Bug 1250196 - Part 2: Rename UniquePtr::getDeleter() to get_deleter() in order to make it compatible with std::unique_ptr; r=froydnj (f8aeabfc9a) - Bug 1248851 part 3 - Fix a potential double-free issue in indexedDB. r=sicking (4d13f5047b) - Bug 1248851 part 2 - Remove redundant release() calls in indexedDB code. r=sicking (86d67ffad8) - Bug 1239702 - Fix SK_ARM_HAS_NEON build config r=lsalzman (4233a57122) - Bug 1245979 - make mfbt Function reference-counted so that it can be cheaply copied for compatibility with Skia. r=froydnj (bd69e9c07b) - Bug 1245055 - Remove gfx/skia/Makefile.in. r=mshal (bf2c611f38) - Bug 1232694 - fix typo in Compiler.h; r=botond (2b5abb9d2d) - Bug 1228641 - Rename begin/size to aBegin/aSize to avoid shadow warnings; r=botond (9222809505) - Bug 1248784 - Rename the existing AddRefTraits to ConstRemovingRefPtrTraits. r=froydnj (99d7b0ae1f) - Bug 1248784 - Extract the AddRef/Release calls into a non-inner helper trait. r=froydnj (37243b6235) - Bug 1248784 - Followup to add requested comment. r=froydnj DONTBUILD (0e870b586b) - Bug 1242794 - make SkGrPixelRef::deepCopy preserve alpha type. r=jmuizelaar (0fb454c326) - Bug 1201037 - (Linux) squash network-change events during 1000ms, r=mcmanus (087f57c44d) - Bug 1235509 - Link monitor should not fire link change events for the refresh of the ipv6 lifetime. r=bagder (c507a319c4) - Bug 1234548 - Don't send network change events if routes are changed. r=mcmanus, r=bagder (5cd0bc582e) - Bug 1234548 - Remove unused variables. r=bustage (42df135fbf) - Bug 1240515 - change allocator for addr and localaddr from malloc to new, since the smart pointer that is used uses delete operator. r=dragana (02f5d5433c) - Bug 1241901 part 1 - Remove nsAutoPtr uses in nsNotifyAddrListener on Linux. r=bagder (f8696ad190) - Bug 1241901 part 2 - Use intptr_t to pass bluetooth service class instead of a pointer to heap. r=shawnjohnjr (5c86a164fa) - Bug 1241901 part 3 - Add IsMemberPointer and IsScalar type traits. r=froydnj (80747268bd) - Bug 1243876 - fix ConvertibleTester to not cause incomplete type errors with UniquePtr and Skia. r=nfroyd (c5588dd270) - Bug 1234736 - IonMonkey: Recover Math.imul as an int32 operation. r=h4writer (459b92c618) - Bug 1228571 - Fix GenerateSeed to not leave seed uninitialized if reading from /dev/urandom fails. r=cpeterson (3be0a2816b) - Bug 1233302: Don't crash if we can't open /dev/urandom; just fall back to PRMJ_Now. (d83ae5540a) - Bug 1167248 - Call RtlGenRandom() instead of rand_s() to workaround crashes from injected third-party hooks. r=jandem (678e7a0056) - Bug 1236619 Fix compilation failure with warnings-as-errors with some compilers. r=njn (043956881d) - Bug 1167248 - Cross compilation fixup. (f4a34fb229)
1040 lines
27 KiB
C++
1040 lines
27 KiB
C++
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#include "nsPrintSettingsImpl.h"
|
|
#include "nsReadableUtils.h"
|
|
#include "nsIPrintSession.h"
|
|
#include "mozilla/RefPtr.h"
|
|
#include "mozilla/gfx/Logging.h"
|
|
|
|
#define DEFAULT_MARGIN_WIDTH 0.5
|
|
|
|
NS_IMPL_ISUPPORTS(nsPrintSettings, nsIPrintSettings)
|
|
|
|
/** ---------------------------------------------------
|
|
* See documentation in nsPrintSettingsImpl.h
|
|
* @update 6/21/00 dwc
|
|
*/
|
|
nsPrintSettings::nsPrintSettings() :
|
|
mPrintOptions(0L),
|
|
mPrintRange(kRangeAllPages),
|
|
mStartPageNum(1),
|
|
mEndPageNum(1),
|
|
mScaling(1.0),
|
|
mPrintBGColors(false),
|
|
mPrintBGImages(false),
|
|
mPrintFrameTypeUsage(kUseInternalDefault),
|
|
mPrintFrameType(kFramesAsIs),
|
|
mHowToEnableFrameUI(kFrameEnableNone),
|
|
mIsCancelled(false),
|
|
mPrintSilent(false),
|
|
mPrintPreview(false),
|
|
mShrinkToFit(true),
|
|
mShowPrintProgress(true),
|
|
mPrintPageDelay(50),
|
|
mPaperData(0),
|
|
mPaperWidth(8.5),
|
|
mPaperHeight(11.0),
|
|
mPaperSizeUnit(kPaperSizeInches),
|
|
mPrintReversed(false),
|
|
mPrintInColor(true),
|
|
mOrientation(kPortraitOrientation),
|
|
mNumCopies(1),
|
|
mPrintToFile(false),
|
|
mOutputFormat(kOutputFormatNative),
|
|
mIsInitedFromPrinter(false),
|
|
mIsInitedFromPrefs(false),
|
|
mPersistMarginBoxSettings(true)
|
|
{
|
|
|
|
/* member initializers and constructor code */
|
|
int32_t marginWidth = NS_INCHES_TO_INT_TWIPS(DEFAULT_MARGIN_WIDTH);
|
|
mMargin.SizeTo(marginWidth, marginWidth, marginWidth, marginWidth);
|
|
mEdge.SizeTo(0, 0, 0, 0);
|
|
mUnwriteableMargin.SizeTo(0,0,0,0);
|
|
|
|
mPrintOptions = kPrintOddPages | kPrintEvenPages;
|
|
|
|
mHeaderStrs[0].AssignLiteral("&T");
|
|
mHeaderStrs[2].AssignLiteral("&U");
|
|
|
|
mFooterStrs[0].AssignLiteral("&PT"); // Use &P (Page Num Only) or &PT (Page Num of Page Total)
|
|
mFooterStrs[2].AssignLiteral("&D");
|
|
|
|
}
|
|
|
|
/** ---------------------------------------------------
|
|
* See documentation in nsPrintSettingsImpl.h
|
|
* @update 6/21/00 dwc
|
|
*/
|
|
nsPrintSettings::nsPrintSettings(const nsPrintSettings& aPS)
|
|
{
|
|
*this = aPS;
|
|
}
|
|
|
|
/** ---------------------------------------------------
|
|
* See documentation in nsPrintSettingsImpl.h
|
|
* @update 6/21/00 dwc
|
|
*/
|
|
nsPrintSettings::~nsPrintSettings()
|
|
{
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPrintSession(nsIPrintSession **aPrintSession)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPrintSession);
|
|
*aPrintSession = nullptr;
|
|
|
|
nsCOMPtr<nsIPrintSession> session = do_QueryReferent(mSession);
|
|
if (!session)
|
|
return NS_ERROR_NOT_INITIALIZED;
|
|
*aPrintSession = session;
|
|
NS_ADDREF(*aPrintSession);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPrintSession(nsIPrintSession *aPrintSession)
|
|
{
|
|
// Clearing it by passing nullptr is not allowed. That's why we
|
|
// use a weak ref so that it doesn't have to be cleared.
|
|
NS_ENSURE_ARG(aPrintSession);
|
|
|
|
mSession = do_GetWeakReference(aPrintSession);
|
|
if (!mSession) {
|
|
// This may happen if the implementation of this object does
|
|
// not support weak references - programmer error.
|
|
NS_ERROR("Could not get a weak reference from aPrintSession");
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetStartPageRange(int32_t *aStartPageRange)
|
|
{
|
|
//NS_ENSURE_ARG_POINTER(aStartPageRange);
|
|
*aStartPageRange = mStartPageNum;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetStartPageRange(int32_t aStartPageRange)
|
|
{
|
|
mStartPageNum = aStartPageRange;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetEndPageRange(int32_t *aEndPageRange)
|
|
{
|
|
//NS_ENSURE_ARG_POINTER(aEndPageRange);
|
|
*aEndPageRange = mEndPageNum;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetEndPageRange(int32_t aEndPageRange)
|
|
{
|
|
mEndPageNum = aEndPageRange;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPrintReversed(bool *aPrintReversed)
|
|
{
|
|
//NS_ENSURE_ARG_POINTER(aPrintReversed);
|
|
*aPrintReversed = mPrintReversed;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPrintReversed(bool aPrintReversed)
|
|
{
|
|
mPrintReversed = aPrintReversed;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPrintInColor(bool *aPrintInColor)
|
|
{
|
|
//NS_ENSURE_ARG_POINTER(aPrintInColor);
|
|
*aPrintInColor = mPrintInColor;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPrintInColor(bool aPrintInColor)
|
|
{
|
|
mPrintInColor = aPrintInColor;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetOrientation(int32_t *aOrientation)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aOrientation);
|
|
*aOrientation = mOrientation;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetOrientation(int32_t aOrientation)
|
|
{
|
|
mOrientation = aOrientation;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetResolution(int32_t *aResolution)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aResolution);
|
|
*aResolution = mResolution;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetResolution(const int32_t aResolution)
|
|
{
|
|
mResolution = aResolution;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetDuplex(int32_t *aDuplex)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aDuplex);
|
|
*aDuplex = mDuplex;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetDuplex(const int32_t aDuplex)
|
|
{
|
|
mDuplex = aDuplex;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPrinterName(char16_t * *aPrinter)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPrinter);
|
|
|
|
*aPrinter = ToNewUnicode(mPrinter);
|
|
NS_ENSURE_TRUE(*aPrinter, NS_ERROR_OUT_OF_MEMORY);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::SetPrinterName(const char16_t * aPrinter)
|
|
{
|
|
if (!aPrinter || !mPrinter.Equals(aPrinter)) {
|
|
mIsInitedFromPrinter = false;
|
|
mIsInitedFromPrefs = false;
|
|
}
|
|
|
|
mPrinter.Assign(aPrinter);
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetNumCopies(int32_t *aNumCopies)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aNumCopies);
|
|
*aNumCopies = mNumCopies;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetNumCopies(int32_t aNumCopies)
|
|
{
|
|
mNumCopies = aNumCopies;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPrintToFile(bool *aPrintToFile)
|
|
{
|
|
//NS_ENSURE_ARG_POINTER(aPrintToFile);
|
|
*aPrintToFile = mPrintToFile;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPrintToFile(bool aPrintToFile)
|
|
{
|
|
mPrintToFile = aPrintToFile;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetToFileName(char16_t * *aToFileName)
|
|
{
|
|
//NS_ENSURE_ARG_POINTER(aToFileName);
|
|
*aToFileName = ToNewUnicode(mToFileName);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetToFileName(const char16_t * aToFileName)
|
|
{
|
|
if (aToFileName) {
|
|
mToFileName = aToFileName;
|
|
} else {
|
|
mToFileName.SetLength(0);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetOutputFormat(int16_t *aOutputFormat)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aOutputFormat);
|
|
*aOutputFormat = mOutputFormat;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetOutputFormat(int16_t aOutputFormat)
|
|
{
|
|
mOutputFormat = aOutputFormat;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPrintPageDelay(int32_t *aPrintPageDelay)
|
|
{
|
|
*aPrintPageDelay = mPrintPageDelay;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPrintPageDelay(int32_t aPrintPageDelay)
|
|
{
|
|
mPrintPageDelay = aPrintPageDelay;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetIsInitializedFromPrinter(bool *aIsInitializedFromPrinter)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aIsInitializedFromPrinter);
|
|
*aIsInitializedFromPrinter = (bool)mIsInitedFromPrinter;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetIsInitializedFromPrinter(bool aIsInitializedFromPrinter)
|
|
{
|
|
mIsInitedFromPrinter = (bool)aIsInitializedFromPrinter;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetIsInitializedFromPrefs(bool *aInitializedFromPrefs)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aInitializedFromPrefs);
|
|
*aInitializedFromPrefs = (bool)mIsInitedFromPrefs;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetIsInitializedFromPrefs(bool aInitializedFromPrefs)
|
|
{
|
|
mIsInitedFromPrefs = (bool)aInitializedFromPrefs;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPersistMarginBoxSettings(bool *aPersistMarginBoxSettings)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPersistMarginBoxSettings);
|
|
*aPersistMarginBoxSettings = mPersistMarginBoxSettings;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPersistMarginBoxSettings(bool aPersistMarginBoxSettings)
|
|
{
|
|
mPersistMarginBoxSettings = aPersistMarginBoxSettings;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetMarginTop(double *aMarginTop)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aMarginTop);
|
|
*aMarginTop = NS_TWIPS_TO_INCHES(mMargin.top);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetMarginTop(double aMarginTop)
|
|
{
|
|
mMargin.top = NS_INCHES_TO_INT_TWIPS(float(aMarginTop));
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetMarginLeft(double *aMarginLeft)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aMarginLeft);
|
|
*aMarginLeft = NS_TWIPS_TO_INCHES(mMargin.left);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetMarginLeft(double aMarginLeft)
|
|
{
|
|
mMargin.left = NS_INCHES_TO_INT_TWIPS(float(aMarginLeft));
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetMarginBottom(double *aMarginBottom)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aMarginBottom);
|
|
*aMarginBottom = NS_TWIPS_TO_INCHES(mMargin.bottom);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetMarginBottom(double aMarginBottom)
|
|
{
|
|
mMargin.bottom = NS_INCHES_TO_INT_TWIPS(float(aMarginBottom));
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetMarginRight(double *aMarginRight)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aMarginRight);
|
|
*aMarginRight = NS_TWIPS_TO_INCHES(mMargin.right);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetMarginRight(double aMarginRight)
|
|
{
|
|
mMargin.right = NS_INCHES_TO_INT_TWIPS(float(aMarginRight));
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetEdgeTop(double *aEdgeTop)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aEdgeTop);
|
|
*aEdgeTop = NS_TWIPS_TO_INCHES(mEdge.top);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetEdgeTop(double aEdgeTop)
|
|
{
|
|
mEdge.top = NS_INCHES_TO_INT_TWIPS(float(aEdgeTop));
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetEdgeLeft(double *aEdgeLeft)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aEdgeLeft);
|
|
*aEdgeLeft = NS_TWIPS_TO_INCHES(mEdge.left);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetEdgeLeft(double aEdgeLeft)
|
|
{
|
|
mEdge.left = NS_INCHES_TO_INT_TWIPS(float(aEdgeLeft));
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetEdgeBottom(double *aEdgeBottom)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aEdgeBottom);
|
|
*aEdgeBottom = NS_TWIPS_TO_INCHES(mEdge.bottom);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetEdgeBottom(double aEdgeBottom)
|
|
{
|
|
mEdge.bottom = NS_INCHES_TO_INT_TWIPS(float(aEdgeBottom));
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetEdgeRight(double *aEdgeRight)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aEdgeRight);
|
|
*aEdgeRight = NS_TWIPS_TO_INCHES(mEdge.right);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetEdgeRight(double aEdgeRight)
|
|
{
|
|
mEdge.right = NS_INCHES_TO_INT_TWIPS(float(aEdgeRight));
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetUnwriteableMarginTop(double *aUnwriteableMarginTop)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aUnwriteableMarginTop);
|
|
*aUnwriteableMarginTop = NS_TWIPS_TO_INCHES(mUnwriteableMargin.top);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetUnwriteableMarginTop(double aUnwriteableMarginTop)
|
|
{
|
|
if (aUnwriteableMarginTop >= 0.0) {
|
|
mUnwriteableMargin.top = NS_INCHES_TO_INT_TWIPS(aUnwriteableMarginTop);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetUnwriteableMarginLeft(double *aUnwriteableMarginLeft)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aUnwriteableMarginLeft);
|
|
*aUnwriteableMarginLeft = NS_TWIPS_TO_INCHES(mUnwriteableMargin.left);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetUnwriteableMarginLeft(double aUnwriteableMarginLeft)
|
|
{
|
|
if (aUnwriteableMarginLeft >= 0.0) {
|
|
mUnwriteableMargin.left = NS_INCHES_TO_INT_TWIPS(aUnwriteableMarginLeft);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetUnwriteableMarginBottom(double *aUnwriteableMarginBottom)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aUnwriteableMarginBottom);
|
|
*aUnwriteableMarginBottom = NS_TWIPS_TO_INCHES(mUnwriteableMargin.bottom);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetUnwriteableMarginBottom(double aUnwriteableMarginBottom)
|
|
{
|
|
if (aUnwriteableMarginBottom >= 0.0) {
|
|
mUnwriteableMargin.bottom = NS_INCHES_TO_INT_TWIPS(aUnwriteableMarginBottom);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetUnwriteableMarginRight(double *aUnwriteableMarginRight)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aUnwriteableMarginRight);
|
|
*aUnwriteableMarginRight = NS_TWIPS_TO_INCHES(mUnwriteableMargin.right);
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetUnwriteableMarginRight(double aUnwriteableMarginRight)
|
|
{
|
|
if (aUnwriteableMarginRight >= 0.0) {
|
|
mUnwriteableMargin.right = NS_INCHES_TO_INT_TWIPS(aUnwriteableMarginRight);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetScaling(double *aScaling)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aScaling);
|
|
*aScaling = mScaling;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::SetScaling(double aScaling)
|
|
{
|
|
mScaling = aScaling;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPrintBGColors(bool *aPrintBGColors)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPrintBGColors);
|
|
*aPrintBGColors = mPrintBGColors;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPrintBGColors(bool aPrintBGColors)
|
|
{
|
|
mPrintBGColors = aPrintBGColors;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPrintBGImages(bool *aPrintBGImages)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPrintBGImages);
|
|
*aPrintBGImages = mPrintBGImages;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPrintBGImages(bool aPrintBGImages)
|
|
{
|
|
mPrintBGImages = aPrintBGImages;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPrintRange(int16_t *aPrintRange)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPrintRange);
|
|
*aPrintRange = mPrintRange;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPrintRange(int16_t aPrintRange)
|
|
{
|
|
mPrintRange = aPrintRange;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetTitle(char16_t * *aTitle)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aTitle);
|
|
if (!mTitle.IsEmpty()) {
|
|
*aTitle = ToNewUnicode(mTitle);
|
|
} else {
|
|
*aTitle = nullptr;
|
|
}
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetTitle(const char16_t * aTitle)
|
|
{
|
|
if (aTitle) {
|
|
mTitle = aTitle;
|
|
} else {
|
|
mTitle.SetLength(0);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetDocURL(char16_t * *aDocURL)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aDocURL);
|
|
if (!mURL.IsEmpty()) {
|
|
*aDocURL = ToNewUnicode(mURL);
|
|
} else {
|
|
*aDocURL = nullptr;
|
|
}
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetDocURL(const char16_t * aDocURL)
|
|
{
|
|
if (aDocURL) {
|
|
mURL = aDocURL;
|
|
} else {
|
|
mURL.SetLength(0);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
/** ---------------------------------------------------
|
|
* See documentation in nsPrintSettingsImpl.h
|
|
* @update 1/12/01 rods
|
|
*/
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::GetPrintOptions(int32_t aType, bool *aTurnOnOff)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aTurnOnOff);
|
|
*aTurnOnOff = mPrintOptions & aType ? true : false;
|
|
return NS_OK;
|
|
}
|
|
/** ---------------------------------------------------
|
|
* See documentation in nsPrintSettingsImpl.h
|
|
* @update 1/12/01 rods
|
|
*/
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::SetPrintOptions(int32_t aType, bool aTurnOnOff)
|
|
{
|
|
if (aTurnOnOff) {
|
|
mPrintOptions |= aType;
|
|
} else {
|
|
mPrintOptions &= ~aType;
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
/** ---------------------------------------------------
|
|
* See documentation in nsPrintSettingsImpl.h
|
|
* @update 1/12/01 rods
|
|
*/
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::GetPrintOptionsBits(int32_t *aBits)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aBits);
|
|
*aBits = mPrintOptions;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::SetPrintOptionsBits(int32_t aBits)
|
|
{
|
|
mPrintOptions = aBits;
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
nsPrintSettings::GetMarginStrs(char16_t * *aTitle,
|
|
nsHeaderFooterEnum aType,
|
|
int16_t aJust)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aTitle);
|
|
*aTitle = nullptr;
|
|
if (aType == eHeader) {
|
|
switch (aJust) {
|
|
case kJustLeft: *aTitle = ToNewUnicode(mHeaderStrs[0]);break;
|
|
case kJustCenter: *aTitle = ToNewUnicode(mHeaderStrs[1]);break;
|
|
case kJustRight: *aTitle = ToNewUnicode(mHeaderStrs[2]);break;
|
|
} //switch
|
|
} else {
|
|
switch (aJust) {
|
|
case kJustLeft: *aTitle = ToNewUnicode(mFooterStrs[0]);break;
|
|
case kJustCenter: *aTitle = ToNewUnicode(mFooterStrs[1]);break;
|
|
case kJustRight: *aTitle = ToNewUnicode(mFooterStrs[2]);break;
|
|
} //switch
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
nsPrintSettings::SetMarginStrs(const char16_t * aTitle,
|
|
nsHeaderFooterEnum aType,
|
|
int16_t aJust)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aTitle);
|
|
if (aType == eHeader) {
|
|
switch (aJust) {
|
|
case kJustLeft: mHeaderStrs[0] = aTitle;break;
|
|
case kJustCenter: mHeaderStrs[1] = aTitle;break;
|
|
case kJustRight: mHeaderStrs[2] = aTitle;break;
|
|
} //switch
|
|
} else {
|
|
switch (aJust) {
|
|
case kJustLeft: mFooterStrs[0] = aTitle;break;
|
|
case kJustCenter: mFooterStrs[1] = aTitle;break;
|
|
case kJustRight: mFooterStrs[2] = aTitle;break;
|
|
} //switch
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetHeaderStrLeft(char16_t * *aTitle)
|
|
{
|
|
return GetMarginStrs(aTitle, eHeader, kJustLeft);
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetHeaderStrLeft(const char16_t * aTitle)
|
|
{
|
|
return SetMarginStrs(aTitle, eHeader, kJustLeft);
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetHeaderStrCenter(char16_t * *aTitle)
|
|
{
|
|
return GetMarginStrs(aTitle, eHeader, kJustCenter);
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetHeaderStrCenter(const char16_t * aTitle)
|
|
{
|
|
return SetMarginStrs(aTitle, eHeader, kJustCenter);
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetHeaderStrRight(char16_t * *aTitle)
|
|
{
|
|
return GetMarginStrs(aTitle, eHeader, kJustRight);
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetHeaderStrRight(const char16_t * aTitle)
|
|
{
|
|
return SetMarginStrs(aTitle, eHeader, kJustRight);
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetFooterStrLeft(char16_t * *aTitle)
|
|
{
|
|
return GetMarginStrs(aTitle, eFooter, kJustLeft);
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetFooterStrLeft(const char16_t * aTitle)
|
|
{
|
|
return SetMarginStrs(aTitle, eFooter, kJustLeft);
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetFooterStrCenter(char16_t * *aTitle)
|
|
{
|
|
return GetMarginStrs(aTitle, eFooter, kJustCenter);
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetFooterStrCenter(const char16_t * aTitle)
|
|
{
|
|
return SetMarginStrs(aTitle, eFooter, kJustCenter);
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetFooterStrRight(char16_t * *aTitle)
|
|
{
|
|
return GetMarginStrs(aTitle, eFooter, kJustRight);
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetFooterStrRight(const char16_t * aTitle)
|
|
{
|
|
return SetMarginStrs(aTitle, eFooter, kJustRight);
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPrintFrameTypeUsage(int16_t *aPrintFrameTypeUsage)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPrintFrameTypeUsage);
|
|
*aPrintFrameTypeUsage = mPrintFrameTypeUsage;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPrintFrameTypeUsage(int16_t aPrintFrameTypeUsage)
|
|
{
|
|
mPrintFrameTypeUsage = aPrintFrameTypeUsage;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPrintFrameType(int16_t *aPrintFrameType)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPrintFrameType);
|
|
*aPrintFrameType = (int32_t)mPrintFrameType;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPrintFrameType(int16_t aPrintFrameType)
|
|
{
|
|
mPrintFrameType = aPrintFrameType;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPrintSilent(bool *aPrintSilent)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPrintSilent);
|
|
*aPrintSilent = mPrintSilent;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPrintSilent(bool aPrintSilent)
|
|
{
|
|
mPrintSilent = aPrintSilent;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetShrinkToFit(bool *aShrinkToFit)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aShrinkToFit);
|
|
*aShrinkToFit = mShrinkToFit;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetShrinkToFit(bool aShrinkToFit)
|
|
{
|
|
mShrinkToFit = aShrinkToFit;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetShowPrintProgress(bool *aShowPrintProgress)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aShowPrintProgress);
|
|
*aShowPrintProgress = mShowPrintProgress;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetShowPrintProgress(bool aShowPrintProgress)
|
|
{
|
|
mShowPrintProgress = aShowPrintProgress;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPaperName(char16_t * *aPaperName)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPaperName);
|
|
if (!mPaperName.IsEmpty()) {
|
|
*aPaperName = ToNewUnicode(mPaperName);
|
|
} else {
|
|
*aPaperName = nullptr;
|
|
}
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPaperName(const char16_t * aPaperName)
|
|
{
|
|
if (aPaperName) {
|
|
mPaperName = aPaperName;
|
|
} else {
|
|
mPaperName.SetLength(0);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetHowToEnableFrameUI(int16_t *aHowToEnableFrameUI)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aHowToEnableFrameUI);
|
|
*aHowToEnableFrameUI = mHowToEnableFrameUI;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetHowToEnableFrameUI(int16_t aHowToEnableFrameUI)
|
|
{
|
|
mHowToEnableFrameUI = aHowToEnableFrameUI;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetIsCancelled(bool *aIsCancelled)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aIsCancelled);
|
|
*aIsCancelled = mIsCancelled;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetIsCancelled(bool aIsCancelled)
|
|
{
|
|
mIsCancelled = aIsCancelled;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPaperWidth(double *aPaperWidth)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPaperWidth);
|
|
*aPaperWidth = mPaperWidth;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPaperWidth(double aPaperWidth)
|
|
{
|
|
mPaperWidth = aPaperWidth;
|
|
if (mPaperWidth <= 0) {
|
|
gfxCriticalError(gfxCriticalError::DefaultOptions(false)) << "Setting paper width to bad value " << mPaperWidth;
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPaperHeight(double *aPaperHeight)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPaperHeight);
|
|
*aPaperHeight = mPaperHeight;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPaperHeight(double aPaperHeight)
|
|
{
|
|
mPaperHeight = aPaperHeight;
|
|
if (mPaperHeight <= 0) {
|
|
gfxCriticalError(gfxCriticalError::DefaultOptions(false)) << "Setting paper height to bad value " << mPaperHeight;
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPaperSizeUnit(int16_t *aPaperSizeUnit)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPaperSizeUnit);
|
|
*aPaperSizeUnit = mPaperSizeUnit;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPaperSizeUnit(int16_t aPaperSizeUnit)
|
|
{
|
|
mPaperSizeUnit = aPaperSizeUnit;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP nsPrintSettings::GetPaperData(int16_t *aPaperData)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPaperData);
|
|
*aPaperData = mPaperData;
|
|
return NS_OK;
|
|
}
|
|
NS_IMETHODIMP nsPrintSettings::SetPaperData(int16_t aPaperData)
|
|
{
|
|
mPaperData = aPaperData;
|
|
return NS_OK;
|
|
}
|
|
|
|
/** ---------------------------------------------------
|
|
* See documentation in nsPrintOptionsImpl.h
|
|
* @update 6/21/00 dwc
|
|
* @update 1/12/01 rods
|
|
*/
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::SetMarginInTwips(nsIntMargin& aMargin)
|
|
{
|
|
mMargin = aMargin;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::SetEdgeInTwips(nsIntMargin& aEdge)
|
|
{
|
|
mEdge = aEdge;
|
|
return NS_OK;
|
|
}
|
|
|
|
// NOTE: Any subclass implementation of this function should make sure
|
|
// to check for negative margin values in aUnwriteableMargin (which
|
|
// would indicate that we should use the system default unwriteable margin.)
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::SetUnwriteableMarginInTwips(nsIntMargin& aUnwriteableMargin)
|
|
{
|
|
if (aUnwriteableMargin.top >= 0) {
|
|
mUnwriteableMargin.top = aUnwriteableMargin.top;
|
|
}
|
|
if (aUnwriteableMargin.left >= 0) {
|
|
mUnwriteableMargin.left = aUnwriteableMargin.left;
|
|
}
|
|
if (aUnwriteableMargin.bottom >= 0) {
|
|
mUnwriteableMargin.bottom = aUnwriteableMargin.bottom;
|
|
}
|
|
if (aUnwriteableMargin.right >= 0) {
|
|
mUnwriteableMargin.right = aUnwriteableMargin.right;
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
/** ---------------------------------------------------
|
|
* See documentation in nsPrintOptionsImpl.h
|
|
* @update 6/21/00 dwc
|
|
*/
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::GetMarginInTwips(nsIntMargin& aMargin)
|
|
{
|
|
aMargin = mMargin;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::GetEdgeInTwips(nsIntMargin& aEdge)
|
|
{
|
|
aEdge = mEdge;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::GetUnwriteableMarginInTwips(nsIntMargin& aUnwriteableMargin)
|
|
{
|
|
aUnwriteableMargin = mUnwriteableMargin;
|
|
return NS_OK;
|
|
}
|
|
|
|
/** ---------------------------------------------------
|
|
* Stub - platform-specific implementations can use this function.
|
|
*/
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::SetupSilentPrinting()
|
|
{
|
|
return NS_OK;
|
|
}
|
|
|
|
/** ---------------------------------------------------
|
|
* See documentation in nsPrintOptionsImpl.h
|
|
*/
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::GetEffectivePageSize(double *aWidth, double *aHeight)
|
|
{
|
|
if (mPaperSizeUnit == kPaperSizeInches) {
|
|
*aWidth = NS_INCHES_TO_TWIPS(float(mPaperWidth));
|
|
*aHeight = NS_INCHES_TO_TWIPS(float(mPaperHeight));
|
|
} else {
|
|
*aWidth = NS_MILLIMETERS_TO_TWIPS(float(mPaperWidth));
|
|
*aHeight = NS_MILLIMETERS_TO_TWIPS(float(mPaperHeight));
|
|
}
|
|
if (kLandscapeOrientation == mOrientation) {
|
|
double temp = *aWidth;
|
|
*aWidth = *aHeight;
|
|
*aHeight = temp;
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::GetPageRanges(nsTArray<int32_t> &aPages)
|
|
{
|
|
aPages.Clear();
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
nsPrintSettings::_Clone(nsIPrintSettings **_retval)
|
|
{
|
|
RefPtr<nsPrintSettings> printSettings = new nsPrintSettings(*this);
|
|
printSettings.forget(_retval);
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::Clone(nsIPrintSettings **_retval)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(_retval);
|
|
return _Clone(_retval);
|
|
}
|
|
|
|
nsresult
|
|
nsPrintSettings::_Assign(nsIPrintSettings *aPS)
|
|
{
|
|
nsPrintSettings *ps = static_cast<nsPrintSettings*>(aPS);
|
|
*this = *ps;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsPrintSettings::Assign(nsIPrintSettings *aPS)
|
|
{
|
|
NS_ENSURE_ARG(aPS);
|
|
return _Assign(aPS);
|
|
}
|
|
|
|
//-------------------------------------------
|
|
nsPrintSettings& nsPrintSettings::operator=(const nsPrintSettings& rhs)
|
|
{
|
|
if (this == &rhs) {
|
|
return *this;
|
|
}
|
|
|
|
mStartPageNum = rhs.mStartPageNum;
|
|
mEndPageNum = rhs.mEndPageNum;
|
|
mMargin = rhs.mMargin;
|
|
mEdge = rhs.mEdge;
|
|
mUnwriteableMargin = rhs.mUnwriteableMargin;
|
|
mScaling = rhs.mScaling;
|
|
mPrintBGColors = rhs.mPrintBGColors;
|
|
mPrintBGImages = rhs.mPrintBGImages;
|
|
mPrintRange = rhs.mPrintRange;
|
|
mTitle = rhs.mTitle;
|
|
mURL = rhs.mURL;
|
|
mHowToEnableFrameUI = rhs.mHowToEnableFrameUI;
|
|
mIsCancelled = rhs.mIsCancelled;
|
|
mPrintFrameTypeUsage = rhs.mPrintFrameTypeUsage;
|
|
mPrintFrameType = rhs.mPrintFrameType;
|
|
mPrintSilent = rhs.mPrintSilent;
|
|
mShrinkToFit = rhs.mShrinkToFit;
|
|
mShowPrintProgress = rhs.mShowPrintProgress;
|
|
mPaperName = rhs.mPaperName;
|
|
mPaperData = rhs.mPaperData;
|
|
mPaperWidth = rhs.mPaperWidth;
|
|
mPaperHeight = rhs.mPaperHeight;
|
|
mPaperSizeUnit = rhs.mPaperSizeUnit;
|
|
mPrintReversed = rhs.mPrintReversed;
|
|
mPrintInColor = rhs.mPrintInColor;
|
|
mOrientation = rhs.mOrientation;
|
|
mNumCopies = rhs.mNumCopies;
|
|
mPrinter = rhs.mPrinter;
|
|
mPrintToFile = rhs.mPrintToFile;
|
|
mToFileName = rhs.mToFileName;
|
|
mOutputFormat = rhs.mOutputFormat;
|
|
mPrintPageDelay = rhs.mPrintPageDelay;
|
|
|
|
for (int32_t i=0;i<NUM_HEAD_FOOT;i++) {
|
|
mHeaderStrs[i] = rhs.mHeaderStrs[i];
|
|
mFooterStrs[i] = rhs.mFooterStrs[i];
|
|
}
|
|
|
|
return *this;
|
|
}
|
|
|