/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/ |
H A D | nsPrintSettingsGTK.cpp | 69 if (mPageSetup) { in ~nsPrintSettingsGTK() 70 g_object_unref(mPageSetup); in ~nsPrintSettingsGTK() 71 mPageSetup = nullptr; in ~nsPrintSettingsGTK() 100 if (mPageSetup) g_object_unref(mPageSetup); in operator =() 101 mPageSetup = gtk_page_setup_copy(rhs.mPageSetup); in operator =() 141 if (mPageSetup) g_object_unref(mPageSetup); in SetGtkPageSetup() 143 mPageSetup = (GtkPageSetup*)g_object_ref(aPageSetup); in SetGtkPageSetup() 153 gtk_page_setup_set_paper_size(mPageSetup, customPaperSize); in SetGtkPageSetup() 171 gtk_page_setup_set_paper_size(mPageSetup, customPaperSize); in SetGtkPrintSettings() 287 gtk_page_setup_set_orientation(mPageSetup, gtkOrient); in SetOrientation() [all …]
|
H A D | nsPrintSettingsGTK.h | 40 GtkPageSetup* GetGtkPageSetup() { return mPageSetup; }; in GetGtkPageSetup() 138 GtkPageSetup* mPageSetup; variable
|
/dports/www/firefox/firefox-99.0/widget/gtk/ |
H A D | nsPrintSettingsGTK.cpp | 58 if (mPageSetup) { in ~nsPrintSettingsGTK() 59 g_object_unref(mPageSetup); in ~nsPrintSettingsGTK() 60 mPageSetup = nullptr; in ~nsPrintSettingsGTK() 89 if (mPageSetup) g_object_unref(mPageSetup); in operator =() 90 mPageSetup = gtk_page_setup_copy(rhs.mPageSetup); in operator =() 130 if (mPageSetup) g_object_unref(mPageSetup); in SetGtkPageSetup() 132 mPageSetup = (GtkPageSetup*)g_object_ref(aPageSetup); in SetGtkPageSetup() 142 gtk_page_setup_set_paper_size(mPageSetup, customPaperSize); in SetGtkPageSetup() 160 gtk_page_setup_set_paper_size(mPageSetup, customPaperSize); in SetGtkPrintSettings() 272 gtk_page_setup_set_orientation(mPageSetup, gtkOrient); in SetOrientation() [all …]
|
H A D | nsPrintSettingsGTK.h | 40 GtkPageSetup* GetGtkPageSetup() { return mPageSetup; }; in GetGtkPageSetup() 136 GtkPageSetup* mPageSetup; variable
|
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/ |
H A D | nsPrintSettingsGTK.cpp | 69 if (mPageSetup) { in ~nsPrintSettingsGTK() 70 g_object_unref(mPageSetup); in ~nsPrintSettingsGTK() 71 mPageSetup = nullptr; in ~nsPrintSettingsGTK() 100 if (mPageSetup) g_object_unref(mPageSetup); in operator =() 101 mPageSetup = gtk_page_setup_copy(rhs.mPageSetup); in operator =() 141 if (mPageSetup) g_object_unref(mPageSetup); in SetGtkPageSetup() 143 mPageSetup = (GtkPageSetup*)g_object_ref(aPageSetup); in SetGtkPageSetup() 153 gtk_page_setup_set_paper_size(mPageSetup, customPaperSize); in SetGtkPageSetup() 171 gtk_page_setup_set_paper_size(mPageSetup, customPaperSize); in SetGtkPrintSettings() 287 gtk_page_setup_set_orientation(mPageSetup, gtkOrient); in SetOrientation() [all …]
|
H A D | nsPrintSettingsGTK.h | 40 GtkPageSetup* GetGtkPageSetup() { return mPageSetup; }; in GetGtkPageSetup() 138 GtkPageSetup* mPageSetup; variable
|
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/ |
H A D | nsPrintSettingsGTK.cpp | 39 : mPageSetup(nullptr), in NS_IMPL_ISUPPORTS_INHERITED() 56 if (mPageSetup) { in ~nsPrintSettingsGTK() 57 g_object_unref(mPageSetup); in ~nsPrintSettingsGTK() 58 mPageSetup = nullptr; in ~nsPrintSettingsGTK() 73 : mPageSetup(nullptr), in nsPrintSettingsGTK() 90 if (mPageSetup) g_object_unref(mPageSetup); in operator =() 91 mPageSetup = gtk_page_setup_copy(rhs.mPageSetup); in operator =() 133 if (mPageSetup) g_object_unref(mPageSetup); in SetGtkPageSetup() 135 mPageSetup = (GtkPageSetup*)g_object_ref(aPageSetup); in SetGtkPageSetup() 145 gtk_page_setup_set_paper_size(mPageSetup, customPaperSize); in SetGtkPageSetup() [all …]
|
H A D | nsPrintSettingsGTK.h | 39 GtkPageSetup* GetGtkPageSetup() { return mPageSetup; }; in GetGtkPageSetup() 153 GtkPageSetup* mPageSetup; variable
|
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/ |
H A D | nsPrintSettingsGTK.cpp | 39 : mPageSetup(nullptr), in NS_IMPL_ISUPPORTS_INHERITED() 56 if (mPageSetup) { in ~nsPrintSettingsGTK() 57 g_object_unref(mPageSetup); in ~nsPrintSettingsGTK() 58 mPageSetup = nullptr; in ~nsPrintSettingsGTK() 73 : mPageSetup(nullptr), in nsPrintSettingsGTK() 90 if (mPageSetup) g_object_unref(mPageSetup); in operator =() 91 mPageSetup = gtk_page_setup_copy(rhs.mPageSetup); in operator =() 133 if (mPageSetup) g_object_unref(mPageSetup); in SetGtkPageSetup() 135 mPageSetup = (GtkPageSetup*)g_object_ref(aPageSetup); in SetGtkPageSetup() 145 gtk_page_setup_set_paper_size(mPageSetup, customPaperSize); in SetGtkPageSetup() [all …]
|
H A D | nsPrintSettingsGTK.h | 39 GtkPageSetup *GetGtkPageSetup() { return mPageSetup; }; in GetGtkPageSetup() 153 GtkPageSetup *mPageSetup; variable
|
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/ |
H A D | nsPrintSettingsGTK.cpp | 46 mPageSetup(nullptr), in NS_IMPL_ISUPPORTS_INHERITED() 65 if (mPageSetup) { in ~nsPrintSettingsGTK() 66 g_object_unref(mPageSetup); in ~nsPrintSettingsGTK() 67 mPageSetup = nullptr; in ~nsPrintSettingsGTK() 82 mPageSetup(nullptr), in nsPrintSettingsGTK() 100 if (mPageSetup) in operator =() 101 g_object_unref(mPageSetup); in operator =() 102 mPageSetup = gtk_page_setup_copy(rhs.mPageSetup); in operator =() 153 if (mPageSetup) in SetGtkPageSetup() 154 g_object_unref(mPageSetup); in SetGtkPageSetup() [all …]
|
H A D | nsPrintSettingsGTK.h | 37 GtkPageSetup* GetGtkPageSetup() { return mPageSetup; }; in GetGtkPageSetup() 141 GtkPageSetup* mPageSetup; variable
|
/dports/cad/leocad/leocad-21.06/common/ |
H A D | lc_pagesetupdialog.cpp | 7 : QDialog(Parent), ui(new Ui::lcPageSetupDialog), mPageSetup(PageSetup) in lcPageSetupDialog() 26 mPageSetup->Width = ui->WidthEdit->text().toFloat(); in accept() 27 mPageSetup->Height = ui->HeightEdit->text().toFloat(); in accept() 28 mPageSetup->MarginLeft = ui->LeftEdit->text().toFloat(); in accept() 29 mPageSetup->MarginRight = ui->RightEdit->text().toFloat(); in accept() 30 mPageSetup->MarginTop = ui->TopEdit->text().toFloat(); in accept() 31 mPageSetup->MarginBottom = ui->BottomEdit->text().toFloat(); in accept()
|
H A D | lc_instructions.cpp | 13 mPageSetup.Width = 8.5f * mDisplayDPI; in lcInstructions() 14 mPageSetup.Height = 11.0f * mDisplayDPI; in lcInstructions() 15 mPageSetup.MarginLeft = 0.5 * mDisplayDPI; in lcInstructions() 16 mPageSetup.MarginRight = 0.5 * mDisplayDPI; in lcInstructions() 17 mPageSetup.MarginTop = 0.5 * mDisplayDPI; in lcInstructions() 18 mPageSetup.MarginBottom = 0.5 * mDisplayDPI; in lcInstructions()
|
H A D | lc_pagesetupdialog.h | 21 lcInstructionsPageSetup* mPageSetup; variable
|
H A D | lc_instructions.h | 104 lcInstructionsPageSetup mPageSetup; variable
|
H A D | lc_instructionsdialog.cpp | 145 const lcInstructionsPageSetup& PageSetup = mInstructions->mPageSetup; in SetCurrentPage() 277 lcPageSetupDialog Dialog(this, &mInstructions->mPageSetup); in ShowPageSetupDialog()
|
/dports/net-im/coccinella/Coccinella-0.96.20Src/whiteboard/ |
H A D | Whiteboard.tcl | 429 {command mPageSetup {[mc "Page Set&up"]...} {::WB::OnMenuPageSetup} {}} 2778 mNewWindow mCloseWindow mSave mPageSetup mPrint...
|
/dports/net-im/coccinella/Coccinella-0.96.20Src/jabber/ |
H A D | JWB.tcl | 166 {command mPageSetup {[mc "Page Set&up"]...} {::WB::OnMenuPageSetup} {}}
|