Home
last modified time | relevance | path

Searched refs:paperSource (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing.Printing/
H A DPageSettings.cs46 internal PaperSource paperSource; field in System.Drawing.Printing.PageSettings
69 this.paperSource = printerSettings.DefaultPageSettings.paperSource; in PageSettings()
74 …Settings, bool color, bool landscape, PaperSize paperSize, PaperSource paperSource, PrinterResolut… in PageSettings() argument
80 this.paperSource = paperSource; in PageSettings()
152 return paperSource;
156 paperSource = value;
203 PaperSource psource = new PaperSource (this.paperSource.Kind, this.paperSource.SourceName); in Clone()
234 …at(ret, this.color, this.landscape, this.margins, this.paperSize, this.paperSource, this.printerRe… in ToString()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Printing/
H A DPageSettings.Unix.cs48 internal PaperSource paperSource; field in System.Drawing.Printing.PageSettings
71 this.paperSource = printerSettings.DefaultPageSettings.paperSource; in PageSettings()
76 …Settings, bool color, bool landscape, PaperSize paperSize, PaperSource paperSource, PrinterResolut… in PageSettings() argument
82 this.paperSource = paperSource; in PageSettings()
171 return paperSource;
176 paperSource = value;
235 … PaperSource psource = new PaperSource(this.paperSource.Kind, this.paperSource.SourceName); in Clone()
269 …at(ret, this.color, this.landscape, this.margins, this.paperSize, this.paperSource, this.printerRe… in ToString()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/splix/src/
H A Dprinter.cpp62 const char *paperType, *paperSource; in loadInformation() local
155 paperSource = request.ppd()->get("InputSlot"); in loadInformation()
156 if (!paperSource) { in loadInformation()
157 paperSource = request.ppd()->get("DefaultInputSlot"); in loadInformation()
158 if (!paperSource) { in loadInformation()
159 paperSource = "Auto"; in loadInformation()
163 if (!(strcasecmp(paperSource, "Auto"))) _paperSource = 1; in loadInformation()
165 else if (!(strcasecmp(paperSource, "Multi"))) _paperSource = 3; in loadInformation()
166 else if (!(strcasecmp(paperSource, "Upper"))) _paperSource = 4; in loadInformation()
167 else if (!(strcasecmp(paperSource, "Lower"))) _paperSource = 5; in loadInformation()
[all …]
H A Dqpdl.cpp333 unsigned char duplex=0, tumble=0, paperSource=1; in renderPage() local
346 paperSource = request.printer()->paperSource(); in renderPage()
365 paperSource = 3; // Multi source in renderPage()
371 paperSource = 3; // Multi source in renderPage()
396 header[0x9] = paperSource; // Paper source in renderPage()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-2.0/src/
H A Dprinter.cpp62 const char *paperType, *paperSource; in loadInformation() local
133 paperSource = request.ppd()->get("InputSlot"); in loadInformation()
134 if (!paperSource) { in loadInformation()
138 if (!(strcasecmp(paperSource, "Auto"))) _paperSource = 1; in loadInformation()
139 else if (!(strcasecmp(paperSource, "Manual"))) _paperSource = 2; in loadInformation()
140 else if (!(strcasecmp(paperSource, "Multi"))) _paperSource = 3; in loadInformation()
141 else if (!(strcasecmp(paperSource, "Upper"))) _paperSource = 4; in loadInformation()
142 else if (!(strcasecmp(paperSource, "Lower"))) _paperSource = 5; in loadInformation()
143 else if (!(strcasecmp(paperSource, "Envelope"))) _paperSource = 6; in loadInformation()
144 else if (!(strcasecmp(paperSource, "Tray3"))) _paperSource = 7; in loadInformation()
[all …]
H A Dqpdl.cpp209 unsigned char duplex=0, tumble=0, paperSource; in renderPage() local
220 paperSource = request.printer()->paperSource(); in renderPage()
238 paperSource = 3; // Multi source in renderPage()
244 paperSource = 3; // Multi source in renderPage()
262 header[0x9] = paperSource; // Paper source in renderPage()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-2.0.0/src/
H A Dprinter.cpp62 const char *paperType, *paperSource; in loadInformation() local
154 paperSource = request.ppd()->get("InputSlot"); in loadInformation()
155 if (!paperSource) { in loadInformation()
156 paperSource = "Auto"; in loadInformation()
159 if (!(strcasecmp(paperSource, "Auto"))) _paperSource = 1; in loadInformation()
160 else if (!(strcasecmp(paperSource, "Manual"))) _paperSource = 2; in loadInformation()
161 else if (!(strcasecmp(paperSource, "Multi"))) _paperSource = 3; in loadInformation()
162 else if (!(strcasecmp(paperSource, "Upper"))) _paperSource = 4; in loadInformation()
163 else if (!(strcasecmp(paperSource, "Lower"))) _paperSource = 5; in loadInformation()
165 else if (!(strcasecmp(paperSource, "Tray3"))) _paperSource = 7; in loadInformation()
[all …]
H A Dqpdl.cpp234 unsigned char duplex=0, tumble=0, paperSource; in renderPage() local
245 paperSource = request.printer()->paperSource(); in renderPage()
263 paperSource = 3; // Multi source in renderPage()
269 paperSource = 3; // Multi source in renderPage()
287 header[0x9] = paperSource; // Paper source in renderPage()
/dports/graphics/xpdf4/xpdf-4.03/xpdf-qt/
H A DXpdfWidgetPrint.cc64 QPrinter::PaperSource paperSource; in printPDF() local
121 paperSource = prt->paperSource(); in printPDF()
330 QPrinter::PaperSource paperSource; in printPDF() local
361 paperSource = prt->paperSource(); in printPDF()
435 switch (paperSource) { in printPDF()
/dports/graphics/xpdf/xpdf-4.03/xpdf-qt/
H A DXpdfWidgetPrint.cc64 QPrinter::PaperSource paperSource; in printPDF() local
121 paperSource = prt->paperSource(); in printPDF()
330 QPrinter::PaperSource paperSource; in printPDF() local
361 paperSource = prt->paperSource(); in printPDF()
435 switch (paperSource) { in printPDF()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic/baseline/
H A Dqpagesetupwidget.ui.h47 QComboBox *paperSource; variable
140 paperSource = new QComboBox(groupBox_2); in setupUi()
141 paperSource->setObjectName(QString::fromUtf8("paperSource")); in setupUi()
143 gridLayout_2->addWidget(paperSource, 2, 1, 1, 1); in setupUi()
262 paperSourceLabel->setBuddy(paperSource); in setupUi()
/dports/print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.17/src/
H A Dfilter.c807 jobAttr.paperSource = EPS_MPID_REAR; in set_pips_parameter()
811 jobAttr.paperSource = EPS_MPID_FRONT1; in set_pips_parameter()
815 jobAttr.paperSource = EPS_MPID_FRONT2; in set_pips_parameter()
819 jobAttr.paperSource = EPS_MPID_FRONT3; in set_pips_parameter()
823 jobAttr.paperSource = EPS_MPID_FRONT4; in set_pips_parameter()
827 jobAttr.paperSource = EPS_MPID_REARMANUAL; in set_pips_parameter()
831 jobAttr.paperSource = EPS_MPID_CDTRAY; in set_pips_parameter()
835 jobAttr.paperSource = EPS_MPID_AUTO; in set_pips_parameter()
/dports/print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.17/lib/
H A Depson-escpr-def.h366 EPS_UINT32 paperSource; /* Paper Source (Lv1 ext) */ member
480 EPS_PAPERSOURCE_INFO paperSource; member
492 EPS_UINT32 paperSource; /* Paper Source */ member
499 EPS_UINT32 paperSource; /* Paper Source */ member
H A Depson-escpage.c189 if( jobAttr->paperSource == pagePaperSource[i].id ) { in pageInitJob()
680 EPS_UINT32 paperSource = EPS_MPID_ALL_ESCPAGE; in pageCreateMediaInfo() local
699 memcpy(&paperSource, pmString, sizeof(EPS_UINT32)); in pageCreateMediaInfo()
708 …typeList[n].paperSource = (1 >= memGetBitCount(paperSource))?EPS_MPID_AUTO:(paperSource | EPS_MPID… in pageCreateMediaInfo()
1043 if( printJob.attr.paperSource == pagePaperSource[i].id ) {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqprintengine_qws_p.h148 paperSource(QPrinter::OnlyOne), in Q_DECLARE_PUBLIC()
180 QPrinter::PaperSource paperSource; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/dialogs/
H A Dqpagesetupdialog_unix.cpp132 : paperSource(ps), name(nam) {} in PaperSourceNames()
133 QPrinter::PaperSource paperSource; member
292 widget.paperSource->insertItem(paperSourceNames[i]); in QPageSetupWidget()
295 widget.paperSource->setVisible(false); in QPageSetupWidget()
337 widget.paperSource->setCurrentItem(printer->paperSource()); in setPrinter()
383 m_printer->setPaperSource((QPrinter::PaperSource)widget.paperSource->currentIndex()); in setupPrinter()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/printsupport/dialogs/
H A Dqpagesetupdialog_unix.cpp89 : paperSource(ps), name(nam) {} in PaperSourceNames()
90 QPrinter::PaperSource paperSource; member
265 m_ui.paperSource->insertItem(paperSourceNames[i]); in QPageSetupWidget()
268 m_ui.paperSource->setVisible(false); in QPageSetupWidget()
524 m_ui.paperSource->setCurrentItem(printer->paperSource()); in updateWidget()
543 m_printer->setPaperSource((QPrinter::PaperSource)m_ui.paperSource->currentIndex()); in setupPrinter()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/printsupport/dialogs/
H A Dqpagesetupdialog_unix.cpp89 : paperSource(ps), name(nam) {} in PaperSourceNames()
90 QPrinter::PaperSource paperSource; member
265 m_ui.paperSource->insertItem(paperSourceNames[i]); in QPageSetupWidget()
268 m_ui.paperSource->setVisible(false); in QPageSetupWidget()
524 m_ui.paperSource->setCurrentItem(printer->paperSource()); in updateWidget()
543 m_printer->setPaperSource((QPrinter::PaperSource)m_ui.paperSource->currentIndex()); in setupPrinter()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/printsupport/dialogs/
H A Dqpagesetupdialog_unix.cpp89 : paperSource(ps), name(nam) {} in PaperSourceNames()
90 QPrinter::PaperSource paperSource; member
265 m_ui.paperSource->insertItem(paperSourceNames[i]); in QPageSetupWidget()
268 m_ui.paperSource->setVisible(false); in QPageSetupWidget()
524 m_ui.paperSource->setCurrentItem(printer->paperSource()); in updateWidget()
543 m_printer->setPaperSource((QPrinter::PaperSource)m_ui.paperSource->currentIndex()); in setupPrinter()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/printsupport/dialogs/
H A Dqpagesetupdialog_unix.cpp89 : paperSource(ps), name(nam) {} in PaperSourceNames()
90 QPrinter::PaperSource paperSource; member
265 m_ui.paperSource->insertItem(paperSourceNames[i]); in QPageSetupWidget()
268 m_ui.paperSource->setVisible(false); in QPageSetupWidget()
524 m_ui.paperSource->setCurrentItem(printer->paperSource()); in updateWidget()
543 m_printer->setPaperSource((QPrinter::PaperSource)m_ui.paperSource->currentIndex()); in setupPrinter()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/printsupport/dialogs/
H A Dqpagesetupdialog_unix.cpp89 : paperSource(ps), name(nam) {} in PaperSourceNames()
90 QPrinter::PaperSource paperSource; member
265 m_ui.paperSource->insertItem(paperSourceNames[i]); in QPageSetupWidget()
268 m_ui.paperSource->setVisible(false); in QPageSetupWidget()
524 m_ui.paperSource->setCurrentItem(printer->paperSource()); in updateWidget()
543 m_printer->setPaperSource((QPrinter::PaperSource)m_ui.paperSource->currentIndex()); in setupPrinter()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/printsupport/dialogs/
H A Dqpagesetupdialog_unix.cpp89 : paperSource(ps), name(nam) {} in PaperSourceNames()
90 QPrinter::PaperSource paperSource; member
265 m_ui.paperSource->insertItem(paperSourceNames[i]); in QPageSetupWidget()
268 m_ui.paperSource->setVisible(false); in QPageSetupWidget()
524 m_ui.paperSource->setCurrentItem(printer->paperSource()); in updateWidget()
543 m_printer->setPaperSource((QPrinter::PaperSource)m_ui.paperSource->currentIndex()); in setupPrinter()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/printsupport/dialogs/
H A Dqpagesetupdialog_unix.cpp89 : paperSource(ps), name(nam) {} in PaperSourceNames()
90 QPrinter::PaperSource paperSource; member
265 m_ui.paperSource->insertItem(paperSourceNames[i]); in QPageSetupWidget()
268 m_ui.paperSource->setVisible(false); in QPageSetupWidget()
524 m_ui.paperSource->setCurrentItem(printer->paperSource()); in updateWidget()
543 m_printer->setPaperSource((QPrinter::PaperSource)m_ui.paperSource->currentIndex()); in setupPrinter()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/printsupport/dialogs/
H A Dqpagesetupdialog_unix.cpp89 : paperSource(ps), name(nam) {} in PaperSourceNames()
90 QPrinter::PaperSource paperSource; member
265 m_ui.paperSource->insertItem(paperSourceNames[i]); in QPageSetupWidget()
268 m_ui.paperSource->setVisible(false); in QPageSetupWidget()
524 m_ui.paperSource->setCurrentItem(printer->paperSource()); in updateWidget()
543 m_printer->setPaperSource((QPrinter::PaperSource)m_ui.paperSource->currentIndex()); in setupPrinter()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/printsupport/dialogs/
H A Dqpagesetupdialog_unix.cpp89 : paperSource(ps), name(nam) {} in PaperSourceNames()
90 QPrinter::PaperSource paperSource; member
265 m_ui.paperSource->insertItem(paperSourceNames[i]); in QPageSetupWidget()
268 m_ui.paperSource->setVisible(false); in QPageSetupWidget()
524 m_ui.paperSource->setCurrentItem(printer->paperSource()); in updateWidget()
543 m_printer->setPaperSource((QPrinter::PaperSource)m_ui.paperSource->currentIndex()); in setupPrinter()

12345678910