Home
last modified time | relevance | path

Searched refs:NEED_APPEARANCES (Results 1 – 3 of 3) sorted by relevance

/dports/print/pdfchain/pdfchain-0.4.4.2/src/
H A Dconstant.h227 const std::string NEED_APPEARANCES = "need_appearances"; variable
H A Dpdfchain.h281 extern const std::string NEED_APPEARANCES;
H A Dwindow_main_tool.cc369 str_command += " " + Pdfchain::Cmd::NEED_APPEARANCES; in createCommand()