Home
last modified time | relevance | path

Searched refs:EXT_PDF (Results 1 – 4 of 4) sorted by relevance

/dports/print/pdfchain/pdfchain-0.4.4.2/src/
H A Dconstant.h139 const std::string EXT_PDF = ".pdf"; variable
H A Dpdfchain.h197 extern const std::string EXT_PDF;
H A Ddialog_filechooser.cc241 cFCDialog_SaveAs( ref_window , str_title , Pdfchain::Extension::EXT_PDF ) in cFCDialog_SaveAs_Pdf()
/dports/graphics/box/box-0.4.0/libs/g/
H A Dfig.c469 enum {EXT_EPS=0, EXT_BMP, EXT_PNG, EXT_PDF, EXT_PS, EXT_SVG, EXT_NUM}; in My_Fig_Save_To_File() enumerator
475 case EXT_PDF: out_type = "pdf"; break; in My_Fig_Save_To_File()