Searched refs:kJDPaperSource (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/print/libprint/
H A DJobData.cpp32 static const char *kJDPaperSource = "JJJJ_paper_source"; variable
382 if (message->HasInt32(kJDPaperSource))
383 fPaperSource = (PaperSource)fMsg->FindInt32(kJDPaperSource);
532 message->RemoveName(kJDPaperSource);
534 message->AddInt32(kJDPaperSource, fPaperSource);

Completed in 73 milliseconds