Searched refs:printer (Results 51 - 75 of 106) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dprintps.cpp316 wxPrinter printer(& m_printDialogData);
318 wxPostScriptPrinter printer(& m_printDialogData);
320 return printer.Print(m_previewFrame, m_printPrintout, interactive);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/pap/
H A Dpap.c48 "Usage:\t%s [ -A address ] [ -c ] [ -d ] [ -e ] [ -E ] [ -p printer ]\n"
50 " -A address - printer Appletalk address\n"
54 " -E - don't wait for EOF from printer\n"
55 " -p printer - printer name\n"
56 " -s statusfile - put current printer status in statusfile\n"
57 " -w - wait for printer status = 'waiting'\n"
58 " -W - wait for printer status = 'idle'\n"
59 " FILES - send FILES to printer\n"
91 static char *printer variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/printing/
H A Dprinting.cpp220 wxPrinter printer(& printDialogData);
222 if (!printer.Print(this, &printout, true /*prompt*/))
225 wxMessageBox(_T("There was a problem printing.\nPerhaps your current printer is not set correctly?"), _T("Printing"), wxOK);
231 (*g_printData) = printer.GetPrintDialogData().GetPrintData();
243 wxMessageBox(_T("There was a problem previewing.\nPerhaps your current printer is not set correctly?"), _T("Previewing"), wxOK);
267 wxPostScriptPrinter printer(g_printData);
269 printer.Print(this, &printout, true/*prompt*/);
271 (*g_printData) = printer.GetPrintData();
556 // You might use THIS code to set the printer DC to ROUGHLY reflect
567 // Get the logical pixels per inch of screen and printer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A DMakefile43 g_printer-objs := printer.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dprint.tex4 printer device contexts. This class is used to create a wxPrinterDC
137 Returns the printer name. If the printer name is the empty string, it indicates that the default
138 printer should be used.
164 This can return false on Windows if the current printer is not set, for example.
323 Sets the printer name. This can be the empty string to indicate that the default
324 printer should be used.
574 This can return false on Windows if the current printer is not set, for example.
663 This class represents the Windows or PostScript printer, and is the vehicle through
693 dialog data, which will be copied to the printer objec
[all...]
H A Dtprint.tex18 creating the printer device context, and so on: the application can concentrate
45 wxPrinter printer;
47 printer.Print(this, &printout, true);
83 screen and printer PPI and scaling. See the printing sample for examples of how
106 paper orientation and the resolution of the printer.
110 printable area specified by the printer. (For PostScript printing, the page
198 on screen and print it to a printer using the same application
H A Dhtdcrend.tex34 {\it pixel\_scale} can be used when rendering to high-resolution DCs (e.g. printer) to adjust size of pixel metrics.
36 inch wide on typical printer. With pixel\_scale = 3.0 it would be 3 inches.)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dppd.c23 #include "printer.h"
63 if (printer->p_ppdfile)
64 read_ppd( printer->p_ppdfile, 0 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/tridge/
H A Dsmb.conf35 comment = Test printer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsmb.conf110 # If you want to automatically load your printer list rather
124 # When using [print$], root is implicitly a 'printer admin', but you can
125 # also give this right to other users to add drivers and set printer
127 ; printer admin = @ntadmin
204 # printer drivers
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsmb.conf110 # If you want to automatically load your printer list rather
124 # When using [print$], root is implicitly a 'printer admin', but you can
125 # also give this right to other users to add drivers and set printer
127 ; printer admin = @ntadmin
204 # printer drivers
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsmb.conf110 # If you want to automatically load your printer list rather
124 # When using [print$], root is implicitly a 'printer admin', but you can
125 # also give this right to other users to add drivers and set printer
127 ; printer admin = @ntadmin
204 # printer drivers
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dprint_cups.c85 char *name, /* printer-name attribute */
86 *info; /* printer-info attribute */
89 "printer-name",
90 "printer-info"
142 DEBUG(0,("Unable to get printer list - %s\n",
149 * Skip leading attributes until we hit a printer...
159 * Pull the needed attributes from this printer...
166 if (strcmp(attr->name, "printer-name") == 0 &&
170 if (strcmp(attr->name, "printer-info") == 0 &&
222 DEBUG(0,("Unable to get printer lis
1201 cups_pull_comment_location(NT_PRINTER_INFO_LEVEL_2 *printer) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dprintdlg.cpp350 // TODO: if the printer fills in the resolution in DPI, how
381 // Get the printer name
401 WinPrinter printer; local
405 // The purpose of this is to fill the DEVMODE with privdata from printer driver.
406 // If we have a printer name and OpenPrinter sucessfully returns
407 // this replaces the PrintDlg function which creates the DEVMODE filled only with data from default printer.
410 // Open printer
411 if ( printer.Open( data.GetPrinterName() ) == TRUE )
418 printer, // Handle to our printer
[all...]
H A Dprintwin.cpp27 // Don't use the Windows printer if we're in wxUniv mode and using
350 wxWindowsPrinter printer(&m_printDialogData);
351 return printer.Print(m_previewFrame, m_printPrintout, interactive);
361 // Get a device context for the currently selected printer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dprintmac.cpp91 // PMSessionDefaultPageFormat assigns values specific to the printer
113 // PMSessionDefaultPrintSettings assigns values specific to the printer
179 PMPrinter printer ;
181 &printer ) ;
735 wxMacPrinter printer(&m_printDialogData);
736 return printer.Print(m_previewFrame, m_printPrintout, interactive);
753 // Get a device context for the currently selected printer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dads_protos.h42 const char *printer,
H A Dnt_printing.h177 /* predefined registry key names for printer data */
186 /* predefined value names for printer data */
251 /* container for all printer data */
417 fstring printer; /* Name of printer notified */ member in struct:spoolss_notify_msg
446 /* structure to store the printer handles */
481 /* cache the printer info */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtcpdump.c147 struct printer { struct
159 static struct printer printers[] = {
340 struct printer *p;
374 if_printer printer; member in union:print_info::__anon6017
644 printinfo.p.printer = lookup_printer(type);
646 if (printinfo.p.printer == NULL) {
1907 hdrlen = (*print_info->p.printer)(h, sp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c374 printescape(opt, printer, arg)
376 void (*printer) __P((void *, char *, ...));
387 printer(arg, ",");
390 printer(arg, "%x", n);
394 printer(arg, "oops # nothing escaped");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtty.c323 printescape(opt, printer, arg)
325 void (*printer) __P((void *, char *, ...));
336 printer(arg, ",");
339 printer(arg, "%x", n);
343 printer(arg, "oops # nothing escaped");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextprint.cpp291 // Get the logical pixels per inch of screen and printer
308 // If printer pageWidth == current DC width, then this doesn't
560 wxPrinter printer(&printDialogData);
562 if (!printer.Print(m_parentWindow, printout, true))
567 (*GetPrintData()) = printer.GetPrintDialogData().GetPrintData();
575 wxLogError(_("There was a problem during page setup: you may need to set a default printer."));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmprint.cpp600 wxPrinter printer(&printDialogData);
602 if (!printer.Print(m_ParentWindow, printout, true))
607 (*GetPrintData()) = printer.GetPrintDialogData().GetPrintData();
618 wxLogError(_("There was a problem during page setup: you may need to set a default printer."));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dstctest.cpp428 Perhaps your current printer is not correctly?"),
444 wxPrinter printer (&printDialogData);
446 if (!printer.Print (this, &printout, true)) {
449 Perhaps your current printer is not correctly?"),
454 (*g_printData) = printer.GetPrintDialogData().GetPrintData();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dfilename.c141 if (conn->printer) {
142 /* we don't ever use the filenames on a printer share as a

Completed in 165 milliseconds

12345