• Home
  • Raw
  • Download

Lines Matching refs:ppd

40 ppdLocalize(ppd_file_t *ppd)		/* I - PPD file */  in ppdLocalize()  argument
58 DEBUG_printf(("ppdLocalize(ppd=%p)", ppd)); in ppdLocalize()
60 if (!ppd) in ppdLocalize()
73 for (i = ppd->num_groups, group = ppd->groups; i > 0; i --, group ++) in ppdLocalize()
75 if ((locattr = _ppdLocalizedAttr(ppd, "Translation", group->name, in ppdLocalize()
81 if ((locattr = _ppdLocalizedAttr(ppd, "Translation", option->keyword, in ppdLocalize()
90 !ppdFindCustomOption(ppd, option->keyword)) in ppdLocalize()
91 locattr = _ppdLocalizedAttr(ppd, option->keyword, choice->choice, in ppdLocalize()
97 locattr = _ppdLocalizedAttr(ppd, ckeyword, "True", ll_CC); in ppdLocalize()
110 for (coption = (ppd_coption_t *)cupsArrayFirst(ppd->coptions); in ppdLocalize()
112 coption = (ppd_coption_t *)cupsArrayNext(ppd->coptions)) in ppdLocalize()
120 if ((locattr = _ppdLocalizedAttr(ppd, ckeyword, cparam->name, in ppdLocalize()
130 if ((attr = ppdFindAttr(ppd, "APCustomColorMatchingName", NULL)) != NULL) in ppdLocalize()
132 if ((locattr = _ppdLocalizedAttr(ppd, "APCustomColorMatchingName", in ppdLocalize()
137 for (attr = ppdFindAttr(ppd, "cupsICCProfile", NULL); in ppdLocalize()
139 attr = ppdFindNextAttr(ppd, "cupsICCProfile", NULL)) in ppdLocalize()
141 cupsArraySave(ppd->sorted_attrs); in ppdLocalize()
143 if ((locattr = _ppdLocalizedAttr(ppd, "cupsICCProfile", attr->spec, in ppdLocalize()
147 cupsArrayRestore(ppd->sorted_attrs); in ppdLocalize()
154 for (attr = ppdFindAttr(ppd, "APPrinterPreset", NULL); in ppdLocalize()
156 attr = ppdFindNextAttr(ppd, "APPrinterPreset", NULL)) in ppdLocalize()
158 cupsArraySave(ppd->sorted_attrs); in ppdLocalize()
160 if ((locattr = _ppdLocalizedAttr(ppd, "APPrinterPreset", attr->spec, in ppdLocalize()
164 cupsArrayRestore(ppd->sorted_attrs); in ppdLocalize()
180 ppdLocalizeAttr(ppd_file_t *ppd, /* I - PPD file */ in ppdLocalizeAttr() argument
199 locattr = _ppdLocalizedAttr(ppd, keyword, spec, ll_CC); in ppdLocalizeAttr()
201 locattr = _ppdLocalizedAttr(ppd, "Translation", keyword, ll_CC); in ppdLocalizeAttr()
204 locattr = ppdFindAttr(ppd, keyword, spec); in ppdLocalizeAttr()
226 ppd_file_t *ppd, /* I - PPD file */ in ppdLocalizeIPPReason() argument
249 if (!ppd || !reason || (scheme && !*scheme) || in ppdLocalizeIPPReason()
263 if ((locattr = _ppdLocalizedAttr(ppd, "cupsIPPReason", reason, in ppdLocalizeIPPReason()
265 locattr = ppdFindAttr(ppd, "cupsIPPReason", reason); in ppdLocalizeIPPReason()
437 ppd_file_t *ppd, /* I - PPD file */ in ppdLocalizeMarkerName() argument
448 if (!ppd || !name) in ppdLocalizeMarkerName()
461 if ((locattr = _ppdLocalizedAttr(ppd, "cupsMarkerName", name, in ppdLocalizeMarkerName()
463 locattr = ppdFindAttr(ppd, "cupsMarkerName", name); in ppdLocalizeMarkerName()
494 _ppdGetLanguages(ppd_file_t *ppd) /* I - PPD file */ in _ppdGetLanguages() argument
507 if ((attr = ppdFindAttr(ppd, "cupsLanguages", NULL)) == NULL || !attr->value) in _ppdGetLanguages()
593 _ppdLocalizedAttr(ppd_file_t *ppd, /* I - PPD file */ in _ppdLocalizedAttr() argument
603 "ll_CC=\"%s\")", ppd, keyword, spec, ll_CC)); in _ppdLocalizedAttr()
610 if ((attr = ppdFindAttr(ppd, lkeyword, spec)) == NULL) in _ppdLocalizedAttr()
621 attr = ppdFindAttr(ppd, lkeyword, spec); in _ppdLocalizedAttr()
627 attr = ppdFindAttr(ppd, lkeyword, spec); in _ppdLocalizedAttr()
642 attr = ppdFindAttr(ppd, lkeyword, spec); in _ppdLocalizedAttr()
653 attr = ppdFindAttr(ppd, lkeyword, spec); in _ppdLocalizedAttr()
664 attr = ppdFindAttr(ppd, lkeyword, spec); in _ppdLocalizedAttr()